summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorLibravatar Johan Herland <johan@herland.net>2008-08-20 19:49:15 +0200
committerLibravatar Junio C Hamano <gitster@pobox.com>2008-08-20 23:56:31 -0700
commit1a1fcf4abeb2ed4ef6075970788711cf62405158 (patch)
treeada520b7227b9ad8ca002f327729f25bc124bbd2 /Documentation
parentTeach "git diff -p" Python funcname patterns (diff)
downloadtgif-1a1fcf4abeb2ed4ef6075970788711cf62405158.tar.xz
Teach "git diff -p" HTML funcname patterns
Find lines with <h1>..<h6> tags. [jc: while at it, reordered entries to sort alphabetically.] Signed-off-by: Johan Herland <johan@herland.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/gitattributes.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/gitattributes.txt b/Documentation/gitattributes.txt
index 9279df5349..5495d695c6 100644
--- a/Documentation/gitattributes.txt
+++ b/Documentation/gitattributes.txt
@@ -322,6 +322,8 @@ patterns are available:
- `tex` suitable for source code for LaTeX documents.
+- `html` suitable for HTML/XHTML documents.
+
Performing a three-way merge
~~~~~~~~~~~~~~~~~~~~~~~~~~~~