1
0
mirror of https://github.com/git/git.git synced 2024-10-04 20:23:40 +02:00
Commit Graph

1 Commits

Author SHA1 Message Date
Junio C Hamano
cf94ccda35 gitattributes: fix relative path matching
There was an embarrassing pair of off-by-one miscounting that
failed to match path "a/b/c" when "a/.gitattributes" tried to
name it with relative path "b/c".

This fixes it.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
2008-02-07 00:04:50 -08:00