Staging
v0.5.2
https://github.com/git/git
Raw File
Tip revision: 74b67638166ca2e66497ede559dbf393e7af8b40 authored by Junio C Hamano on 04 September 2015, 17:36:00 UTC
Git 2.4.9
Tip revision: 74b6763
patch0009
diff --git a/Documentation/diff-format.txt b/Documentation/diff-format.txt
index b426a14..97756ec 100644
--- a/Documentation/diff-format.txt
+++ b/Documentation/diff-format.txt
@@ -81,7 +81,7 @@ The "diff" formatting options can be customized via the
 environment variable 'GIT_DIFF_OPTS'.  For example, if you
 prefer context diff:
 
-      GIT_DIFF_OPTS=-c git-diff-index -p $(cat .git/HEAD)
+      GIT_DIFF_OPTS=-c git-diff-index -p HEAD
 
 
 2. When the environment variable 'GIT_EXTERNAL_DIFF' is set, the
back to top