diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-08-21 23:20:51 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-08-21 23:20:51 -0700 |
commit | a0b6a9d2b2b0667bc170c864a05b3ec4635a71bb (patch) | |
tree | 1767f40391f3440d8b6e9ffb39976bec6fb707c8 /Documentation | |
parent | bb8634b8d101816f4be055dac71392f1b15068de (diff) | |
parent | b221207db9950cb0993a30f38540ff235a0af64e (diff) | |
download | git-a0b6a9d2b2b0667bc170c864a05b3ec4635a71bb.tar.gz |
Merge branch 'po/userdiff-csharp'
* po/userdiff-csharp:
Userdiff patterns for C#
Diffstat (limited to 'Documentation')
-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 564586b943..2e2370ccdb 100644 --- a/Documentation/gitattributes.txt +++ b/Documentation/gitattributes.txt @@ -441,6 +441,8 @@ patterns are available: - `cpp` suitable for source code in the C and C++ languages. +- `csharp` suitable for source code in the C# language. + - `html` suitable for HTML/XHTML documents. - `java` suitable for source code in the Java language. |