From: Junio C Hamano Date: Mon, 27 Jul 2015 19:26:36 +0000 (-0700) Subject: Sync with 2.4.7 X-Git-Tag: v2.5.0~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/7a2c87b1524e7e0fbb6c9eef03610b4f5b87236a?hp=-c Sync with 2.4.7 --- 7a2c87b1524e7e0fbb6c9eef03610b4f5b87236a diff --combined Documentation/git.txt index 2ca77c8913,bd298a4d28..f3ab11c2e8 --- a/Documentation/git.txt +++ b/Documentation/git.txt @@@ -43,9 -43,10 +43,10 @@@ unreleased) version of Git, that is ava branch of the `git.git` repository. Documentation for older releases are available here: - * link:v2.4.6/git.html[documentation for release 2.4.6] + * link:v2.4.7/git.html[documentation for release 2.4.7] * release notes for + link:RelNotes/2.4.7.txt[2.4.7], link:RelNotes/2.4.6.txt[2.4.6], link:RelNotes/2.4.5.txt[2.4.5], link:RelNotes/2.4.4.txt[2.4.4], @@@ -840,15 -841,6 +841,15 @@@ Git so take care if using Cogito etc an explicit repository directory set via 'GIT_DIR' or on the command line. +'GIT_COMMON_DIR':: + If this variable is set to a path, non-worktree files that are + normally in $GIT_DIR will be taken from this path + instead. Worktree-specific files such as HEAD or index are + taken from $GIT_DIR. See linkgit:gitrepository-layout[5] and + linkgit:git-worktree[1] for + details. This variable has lower precedence than other path + variables such as GIT_INDEX_FILE, GIT_OBJECT_DIRECTORY... + Git Commits ~~~~~~~~~~~ 'GIT_AUTHOR_NAME'::