Sync with 2.4.7
authorJunio C Hamano <gitster@pobox.com>
Mon, 27 Jul 2015 19:26:36 +0000 (12:26 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 27 Jul 2015 19:26:40 +0000 (12:26 -0700)
1  2 
Documentation/git.txt
diff --combined Documentation/git.txt
index 2ca77c8913dd181f19e10105deaf7a5642df8ec5,bd298a4d288319baf45563103f94d9d9959a045d..f3ab11c2e8d813d3e27b93d0abe34c33edfa04c9
@@@ -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'::