diff options
author | Adrian Johnson <ajohnson@redneon.com> | 2012-09-16 13:24:15 +0930 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-09-16 21:54:47 -0700 |
commit | e90d065e64702d09fbdfc7cfd1c97456c7faa74c (patch) | |
tree | db1e8db896706a032115005362a6e7a1a342512a /Documentation/gitattributes.txt | |
parent | 889d35899ba64640e47798681ecb34a4be043bad (diff) | |
download | git-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.txt | 2 |
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. |