summaryrefslogtreecommitdiffstats
path: root/git.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-12-13 12:35:02 -0800
committerJunio C Hamano <gitster@pobox.com>2012-12-13 12:35:02 -0800
commit0b0417b7e2169a5b5a800c4662648cf848c9effc (patch)
tree8c5e32f2b1ce34095e40c15d59ec4b5c63f1ded3 /git.txt
parent2d7c5de077882bbe1c09201e9496d3fee64ac511 (diff)
downloadgit-htmldocs-0b0417b7e2169a5b5a800c4662648cf848c9effc.tar.gz
Autogenerated HTML docs for v1.8.1-rc1-30-g790c8
Diffstat (limited to 'git.txt')
-rw-r--r--git.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/git.txt b/git.txt
index e643683b3..1d797f27e 100644
--- a/git.txt
+++ b/git.txt
@@ -650,6 +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,7 +870,10 @@ Authors
-------
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.