diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-08-30 10:08:26 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-08-30 10:08:26 -0700 |
commit | 9bb78de51943d4f879e8a541c4a6b5e881c53da0 (patch) | |
tree | a2245584d6061f0bf38b9944013ddfc0834bf63f /Documentation/git.txt | |
parent | 482bd22d4985d605e7778c0e9ee21c65891f2b55 (diff) | |
parent | 52f425e1a9ab8b0ae572d06fe2a1b428f741ef4a (diff) | |
download | git-9bb78de51943d4f879e8a541c4a6b5e881c53da0.tar.gz |
Merge branch 'mm/war-on-whatchanged'
* mm/war-on-whatchanged:
whatchanged: document its historical nature
core-tutorial: trim the section on Inspecting Changes
Diffstat (limited to 'Documentation/git.txt')
-rw-r--r-- | Documentation/git.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt index dca11cc96e..83edf308b1 100644 --- a/Documentation/git.txt +++ b/Documentation/git.txt @@ -823,7 +823,7 @@ for further details. 'GIT_FLUSH':: If this environment variable is set to "1", then commands such as 'git blame' (in incremental mode), 'git rev-list', 'git log', - 'git check-attr', 'git check-ignore', and 'git whatchanged' will + 'git check-attr' and 'git check-ignore' will force a flush of the output stream after each record have been flushed. If this variable is set to "0", the output of these commands will be done |