Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2010-09-30 00:49:23 +0400
committerJunio C Hamano <gitster@pobox.com>2010-09-30 00:49:23 +0400
commit083dd39ed4477dc24473986f92e1a1b01f0cfc79 (patch)
treecd12d4a3255850bc8d3640eece48a52d9b661121 /Documentation
parent2a1be3f8c41a4eefa8842d01d246ef8111245414 (diff)
parent909a5494f869371565ed9326e984adeabf42611d (diff)
Merge branch 'bc/fortran-userdiff'
* bc/fortran-userdiff: userdiff.c: add builtin fortran regex patterns
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 ed03e2a4aa..c80ca5da43 100644
--- a/Documentation/gitattributes.txt
+++ b/Documentation/gitattributes.txt
@@ -484,6 +484,8 @@ patterns are available:
- `csharp` suitable for source code in the C# language.
+- `fortran` suitable for source code in the Fortran language.
+
- `html` suitable for HTML/XHTML documents.
- `java` suitable for source code in the Java language.