Merge branch 'maint'
authorJunio C Hamano <gitster@pobox.com>
Thu, 13 Dec 2012 19:13:56 +0000 (11:13 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 13 Dec 2012 19:13:56 +0000 (11:13 -0800)
1  2 
Documentation/git.txt
diff --combined Documentation/git.txt
index 25e2f3a60e6e608f866e8be8cce3e500f907c605,60db2929b58deff9cf9c0bf5f9539aad1a0c5a40..1d797f27ed7682cf7308949b99d4bc27f9767f1a
@@@ -650,6 -650,7 +650,7 @@@ git so take care if using Cogito etc
        If the 'GIT_DIR' environment variable is set then it
        specifies a path to use instead of the default `.git`
        for the base of the repository.
+       The '--git-dir' command-line option also sets this value.
  
  'GIT_WORK_TREE'::
        Set the path to the working tree.  The value will not be
@@@ -869,10 -870,7 +870,10 @@@ Author
  -------
  Git was started by Linus Torvalds, and is currently maintained by Junio
  C Hamano. Numerous contributions have come from the git mailing list
 -<git@vger.kernel.org>.  If you have a clone of git.git itself, the
 +<git@vger.kernel.org>.  http://www.ohloh.net/p/git/contributors/summary
 +gives you a more complete list of contributors.
 +
 +If you have a clone of git.git itself, the
  output of linkgit:git-shortlog[1] and linkgit:git-blame[1] can show you
  the authors for specific parts of the project.