diff options
author | Johan Herland <johan@herland.net> | 2008-08-20 19:49:15 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-08-20 23:56:31 -0700 |
commit | 1a1fcf4abeb2ed4ef6075970788711cf62405158 (patch) | |
tree | ada520b7227b9ad8ca002f327729f25bc124bbd2 /Documentation/gitattributes.txt | |
parent | 7c17205b64a0e668d8a6e59109043bd4f2af3a0c (diff) | |
download | git-1a1fcf4abeb2ed4ef6075970788711cf62405158.tar.gz git-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/gitattributes.txt')
-rw-r--r-- | Documentation/gitattributes.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/gitattributes.txt b/Documentation/gitattributes.txt index 9279df534..5495d695c 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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |