Code

git-diff: Add --staged as a synonym for --cached.
[git.git] / Documentation / gitattributes.txt
index 37fff208ffb6ce75911ef439ef140550a48b1a18..eb648418eedba4f131aec1f18ccba3bd62f53dc2 100644 (file)
@@ -314,10 +314,18 @@ patterns are available:
 
 - `bibtex` suitable for files with BibTeX coded references.
 
+- `html` suitable for HTML/XHTML documents.
+
 - `java` suitable for source code in the Java language.
 
+- `objc` suitable for source code in the Objective-C language.
+
 - `pascal` suitable for source code in the Pascal/Delphi language.
 
+- `php` suitable for source code in the PHP language.
+
+- `python` suitable for source code in the Python language.
+
 - `ruby` suitable for source code in the Ruby language.
 
 - `tex` suitable for source code for LaTeX documents.