Hi,

$ git status
nothing to commit
$ make clean
rm -f *.o mozilla-sha1/*.o ppc/*.o git-update-cache git-diff-files git-init-db 
git-write-tree
git-read-tree git-commit-tree git-cat-file git-fsck-cache git-checkout-cache 
git-diff-tree
git-rev-tree git-ls-files git-ls-tree git-merge-base git-merge-cache 
git-unpack-file git-export

<stripped lines>


$ git status
#
# Changed but not updated:
#   (use git-update-cache to mark for commit)
#
#       deleted:  templates/blt/description
#       deleted:  templates/blt/hooks/applypatch-msg
#       deleted:  templates/blt/hooks/commit-msg
#       deleted:  templates/blt/hooks/post-commit
#       deleted:  templates/blt/hooks/post-update
#       deleted:  templates/blt/hooks/pre-applypatch
#       deleted:  templates/blt/hooks/pre-commit
#       deleted:  templates/blt/hooks/update
#       deleted:  templates/blt/info/exclude
#
nothing to commit
$ make
gcc -o update-cache.o -c -g -O2 -Wall '-DSHA1_HEADER=<openssl/sha.h>' 
update-cache.c
gcc -o read-cache.o -c -g -O2 -Wall '-DSHA1_HEADER=<openssl/sha.h>' read-cache.c
gcc -o sha1_file.o -c -g -O2 -Wall '-DSHA1_HEADER=<openssl/sha.h>' sha1_file.c

<stripped lines>

$ git status
nothing to commit
$

Perpahs generated template files should not be in git repository?


Marco


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to