
12 Jun
2006
12 Jun
'06
9:05 p.m.
On Mon, 2006-06-12 at 09:51, Ben Warren wrote:
- More embarassingly, is there a trick to getting new files to show up
when calling 'git diff' on the u-boot tree? I've tried 'git-add', committing and various permutations and whatever I do, my new file doesn't show up in the patch. I've tried using 'diff --git', but my version of diff (2.8.1) doesn't seem to support git.
Ben,
You should look at the "git diff --cached" and "git diff HEAD" commands. Or make a commit and produced patches based on the commit.
But you should ask this over on git@vger.kernel.org as it is a bit off topic here.
Thanks, jdl