author | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Tue, 31 May 2005 22:17:58 +0000 (15:17 -0700) | ||
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Tue, 31 May 2005 22:17:58 +0000 (15:17 -0700) | ||
commit | 1d9e6f92bc6a1a1a37d187db72dcc02642ba04f6 | |
tree | 22a7fb79d793980a84b4c7c50a0a8e9496ba2369 | tree | snapshot |
parent | 381ca9a3bcfb6eae40340ecd683b189fd5781f14 | commit | diff |
pathspec: fix pathspecs with '/' at the end
Removing (and ignoring) them is wrong, since that means
that a pathspec of "xxxx/" would match a regular filename
of "xxxx", which is obviously incorrect.
Removing (and ignoring) them is wrong, since that means
that a pathspec of "xxxx/" would match a regular filename
of "xxxx", which is obviously incorrect.
diffcore-pathspec.c | diff | blob | history |