summaryrefslogtreecommitdiff
path: root/Documentation/gitattributes.txt
diff options
context:
space:
mode:
authorLibravatar Gustaf Hendeby <hendeby@isy.liu.se>2008-08-12 16:24:26 +0200
committerLibravatar Junio C Hamano <gitster@pobox.com>2008-08-12 15:43:55 -0700
commit23b5beb28fdadbb1d80ebf686a35385609f7a180 (patch)
treebd7df07da69c2bcfe8e6d9771a19b4c7eaea9b5e /Documentation/gitattributes.txt
parentgitattributes: Document built in hunk header patterns (diff)
downloadtgif-23b5beb28fdadbb1d80ebf686a35385609f7a180.tar.xz
Teach git diff about BibTeX head hunk patterns
All BibTeX entries starts with an @ followed by an entry type. Since there are many entry types and own can be defined, the pattern matches legal entry type names instead of just the default types (which would be a long list). The pattern also matches strings and comments since they will also be useful to position oneself in a bib-file. Signed-off-by: Gustaf Hendeby <hendeby@isy.liu.se> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/gitattributes.txt')
-rw-r--r--Documentation/gitattributes.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/gitattributes.txt b/Documentation/gitattributes.txt
index c61a58d8f2..db16b0ca5b 100644
--- a/Documentation/gitattributes.txt
+++ b/Documentation/gitattributes.txt
@@ -310,6 +310,8 @@ configuration file (you still need to enable this with the
attribute mechanism, via `.gitattributes`). The following built in
patterns are available:
+- `bibtex` suitable for files with BibTeX coded references.
+
- `java` suitable for source code in the Java lanugage.
- `pascal` suitable for source code in the Pascal/Delphi language.