Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
attr.c::path_matches(): the basename is part of the pathname
author
Junio C Hamano
<gitster@pobox.com>
Tue, 26 Mar 2013 17:28:07 +0000
(10:28 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Tue, 26 Mar 2013 18:09:01 +0000
(11:09 -0700)
The function takes two strings (pathname and basename) as if they
are independent strings, but in reality, the latter is always
pointing into a substring in the former.
Clarify this relationship by expressing the latter as an offset into
the former.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
raw
|
patch
| inline |
side by side
(from:
bd2f371
)
No differences found