Re: How do I get the correct modification status after running git diff?
From: Andreas Schwab <hidden> Date: 2016-06-15 22:48:23
jateeq [off-list ref] writes:
Renaming flie:
mv randomfile.xml random.xml
Diffing:
git diff -M --name-status HEAD
Output:
D randomfile.xml
random.xml is an untracked file, thus ignored. You need to add -N it
first.
Andreas.
--
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."