aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/gitattributes.txt
diff options
context:
space:
mode:
authorAdrian Johnson <ajohnson@redneon.com>2012-09-16 13:24:15 +0930
committerJunio C Hamano <gitster@pobox.com>2012-09-16 21:54:47 -0700
commite90d065e64702d09fbdfc7cfd1c97456c7faa74c (patch)
treedb1e8db896706a032115005362a6e7a1a342512a /Documentation/gitattributes.txt
parent889d35899ba64640e47798681ecb34a4be043bad (diff)
downloadgit-e90d065e64702d09fbdfc7cfd1c97456c7faa74c.tar.gz
Add userdiff patterns for Ada
Add Ada xfuncname and wordRegex patterns to the list of builtin patterns. Signed-off-by: Adrian Johnson <ajohnson@redneon.com> 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 e16f3e175b..c693bfb497 100644
--- a/Documentation/gitattributes.txt
+++ b/Documentation/gitattributes.txt
@@ -511,6 +511,8 @@ configuration file (you still need to enable this with the
attribute mechanism, via `.gitattributes`). The following built in
patterns are available:
+- `ada` suitable for source code in the Ada language.
+
- `bibtex` suitable for files with BibTeX coded references.
- `cpp` suitable for source code in the C and C++ languages.