git-diff question

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Alf Clement
Date: Thursday, June 19, 2008 - 4:48 am

Hi all,

$ git diff
diff --git a/Firmware/Firmware.ccscc b/Firmware/Firmware.ccscc
old mode 100755
new mode 100644
....
returns a list of files where the mode was changed, which seems to be
correct. Also
modified files are flaged.
I wonder why
$ git diff --diff-filter=T
outputs nothing.
I am running this under cygwin.

Thanks,
Alf
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
git-diff question, Alf Clement, (Thu Jun 19, 4:48 am)
Re: git-diff question, Jakub Narebski, (Thu Jun 19, 5:03 am)
Re: git-diff question, Alf Clement, (Thu Jun 19, 8:55 am)