Merge branch 'jk/strbuf-detach-always-non-null'
[gitweb.git] / Documentation / gitattributes.txt
index aff760ef7beefe81563f703c608dead93ce0704f..ba02d4de5901b4448411654ecdf76a1b1980e53b 100644 (file)
@@ -516,6 +516,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.
@@ -932,7 +934,7 @@ file at the toplevel (i.e. not in any subdirectory).  The built-in
 macro attribute "binary" is equivalent to:
 
 ------------
-[attr]binary -diff -text
+[attr]binary -diff -merge -text
 ------------