git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* How do I get the correct modification status after running git diff?
@ 2010-03-04 15:40 jateeq
  2010-03-04 16:11 ` jateeq
  0 siblings, 1 reply; 4+ messages in thread
From: jateeq @ 2010-03-04 15:40 UTC (permalink / raw)
  To: git


Hello,

I have added a new file to a working repository, and would like to run a
diff between the last commit and whatever is int he working tree, along with
an identification of what kind of a modification it was. Currently, I am
adding all files to the index with the -N option, and then running a git
diff --name-status. This works well for existing files that have been
modified or deleted, but fails if a file is rename or is added. Does anyone
know of the right way to do this? The commands I am using to add and diff
newly added files are as follows in the sequence shown.

Commands:
echo "this is a new file" > file1.xml
git add -N .
git diff --name-status

The output is :
M   file1.xml

I want the status to show A for the newly added file (and R for renamed
files but I don't know if that's possible).

Thank You,
Jawad.
-- 
View this message in context: http://old.nabble.com/How-do-I-get-the-correct-modification-status-after-running-git-diff--tp27782430p27782430.html
Sent from the git mailing list archive at Nabble.com.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-03-04 16:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-04 15:40 How do I get the correct modification status after running git diff? jateeq
2010-03-04 16:11 ` jateeq
2010-03-04 16:34   ` Michael J Gruber
2010-03-04 16:39   ` Andreas Schwab

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).