Jonathan Nieder wrote:
quoted
On Sun, Dec 19, 2010 at 08:29:50AM +0000, Maaartin wrote:
quoted
quoted
There's one more problem. My script doesn't recognize deleted files, since
git add -A
does nothing to them.
[...]
Maaartin, could you give an example showing where add -A goes wrong?
Please ignore; looks like Taylor and Junio figured it out. (For
anyone else who was confused like me: the files in question were
removed with the equivalent of
git rm --cached generated.c
rather than
rm -f irrelevant.c
.)