summaryrefslogtreecommitdiffstats
path: root/git.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-05-29 16:57:17 -0700
committerJunio C Hamano <gitster@pobox.com>2013-05-29 16:57:17 -0700
commitc710296399a86586e3a5e24ea8519ea2442ab7cf (patch)
treeeb0d0bf25b3098a12d15f4a2921f16ecaaa2756f /git.txt
parentb6595471f5299e8b13181e09072b486dd0ad6261 (diff)
downloadgit-htmldocs-c710296399a86586e3a5e24ea8519ea2442ab7cf.tar.gz
Autogenerated HTML docs for v1.8.3-101-g727a4
Diffstat (limited to 'git.txt')
-rw-r--r--git.txt16
1 files changed, 11 insertions, 5 deletions
diff --git a/git.txt b/git.txt
index 9e302b0a6..68f1ee60c 100644
--- a/git.txt
+++ b/git.txt
@@ -43,12 +43,17 @@ unreleased) version of Git, that is available from 'master'
branch of the `git.git` repository.
Documentation for older releases are available here:
+* link:v1.8.3/git.html[documentation for release 1.8.3]
+
+* release notes for
+ link:RelNotes/1.8.3.txt[1.8.3].
+
* link:v1.8.2.3/git.html[documentation for release 1.8.2.3]
* release notes for
- link:RelNotes/1.8.2.3.txt[1.8.2.3].
- link:RelNotes/1.8.2.2.txt[1.8.2.2].
- link:RelNotes/1.8.2.1.txt[1.8.2.1].
+ link:RelNotes/1.8.2.3.txt[1.8.2.3],
+ link:RelNotes/1.8.2.2.txt[1.8.2.2],
+ link:RelNotes/1.8.2.1.txt[1.8.2.1],
link:RelNotes/1.8.2.txt[1.8.2].
* link:v1.8.1.6/git.html[documentation for release 1.8.1.6]
@@ -811,8 +816,9 @@ 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',
- and 'git whatchanged' will force a flush of the output stream
- after each commit-oriented record have been flushed. If this
+ 'git check-attr', 'git check-ignore', and 'git whatchanged' 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
using completely buffered I/O. If this environment variable is
not set, Git will choose buffered or record-oriented flushing