Revision b635ed97a06e10e6b562d8a4356444ac8e31dce8 authored by Jeff King on 20 March 2018, 04:14:54 UTC, committed by Junio C Hamano on 20 March 2018, 17:01:03 UTC
The gitattributes documentation claims that the pattern
rules are largely the same as for gitignore. However, the
rules for recursion are different.

In an ideal world, we would make them the same (if for
nothing else than consistency and simplicity), but that
would create backwards compatibility issues. For some
discussion, see this thread:

  https://public-inbox.org/git/slrnkldd3g.1l4.jan@majutsushi.net/

But let's at least document the differences instead of
actively misleading the user by claiming that they're the
same.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 38e79b1
History
File Mode Size
.gitignore -rw-r--r-- 7 bytes
README -rw-r--r-- 10.6 KB
TEAMS -rw-r--r-- 2.4 KB
bg.po -rw-r--r-- 628.8 KB
ca.po -rw-r--r-- 479.4 KB
de.po -rw-r--r-- 501.2 KB
es.po -rw-r--r-- 477.3 KB
fr.po -rw-r--r-- 521.8 KB
git.pot -rw-r--r-- 312.2 KB
is.po -rw-r--r-- 3.3 KB
it.po -rw-r--r-- 128.2 KB
ko.po -rw-r--r-- 509.8 KB
pt_PT.po -rw-r--r-- 482.9 KB
ru.po -rw-r--r-- 605.0 KB
sv.po -rw-r--r-- 505.6 KB
vi.po -rw-r--r-- 558.7 KB
zh_CN.po -rw-r--r-- 460.3 KB

README

back to top