From: Junio C Hamano Date: Wed, 15 Jul 2015 19:32:37 +0000 (-0700) Subject: Sync with 2.4.6 X-Git-Tag: v2.5.0-rc3~5 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/6003e7f93a5a5a9bd023cb337eb26be365703ab2?ds=inline;hp=-c Sync with 2.4.6 --- 6003e7f93a5a5a9bd023cb337eb26be365703ab2 diff --combined Documentation/git.txt index 613ce6bb36,35bd3b58b8..d4aa3f6050 --- 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.5/git.html[documentation for release 2.4.5] + * link:v2.4.6/git.html[documentation for release 2.4.6] * release notes for + 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], link:RelNotes/2.4.3.txt[2.4.3], @@@ -839,15 -840,6 +840,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 + the section 'MULTIPLE CHECKOUT MODE' in linkgit:checkout[1] + details. This variable has lower precedence than other path + variables such as GIT_INDEX_FILE, GIT_OBJECT_DIRECTORY... + Git Commits ~~~~~~~~~~~ 'GIT_AUTHOR_NAME'::