Thread (4 messages) flat view 4 messages, 3 authors, 2016-06-15

Re: diff for deleted file only, when changed to directory

From: Jonathan Nieder <hidden>
Date: 2016-06-15 22:50:12

Bert Wesarg wrote:
                                                               git
diff --cached -- foo shows me the diff for both the file foo and file
foo/bar.
[...]
                                             But for the case
file->directory, I would like to see only the deleted diff, not
recursing into the directory.
If I understand correctly, this is a documentation bug and feature
request.

The documentation bug: the "git diff" documentation says something
like

	git diff [--options] [<tree>[..<tree>]] [--] [<path>...]

but the <path>s after "--" are actually patterns (path specifiers).
See [1] ([RFD] git glossary: define pathspec, 2010-11-29).

The feature request: there is no way to specify an "exact match"
or "negative match" when specifying paths.  At least "negative
match" has been suggested before.

[1] http://thread.gmane.org/gmane.comp.version-control.git/162379
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help