diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-12-13 11:13:56 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-12-13 11:13:56 -0800 |
commit | 790c83cda92f95f1b4b91e2ddc056a52a99a055d (patch) | |
tree | 8c4f7450ba7f91ed307e42a19f910937b54cabd2 /Documentation | |
parent | Merge branch 'mh/doc-remote-helpers' (diff) | |
parent | Fix sizeof usage in get_permutations (diff) | |
download | tgif-790c83cda92f95f1b4b91e2ddc056a52a99a055d.tar.xz |
Merge branch 'maint'
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt index 25e2f3a60e..1d797f27ed 100644 --- a/Documentation/git.txt +++ b/Documentation/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 |