diff options
author | Johannes Sixt <johannes.sixt@telecom.at> | 2007-12-03 21:55:57 +0100 |
---|---|---|
committer | Johannes Sixt <johannes.sixt@telecom.at> | 2008-06-22 11:32:45 +0200 |
commit | 80ba074f4163dc8ee4232d64e73a8521edcadc1d (patch) | |
tree | 64dde5d4ff19b5475b20519ac2ddefd14492581c /Documentation | |
parent | f4626df51f63d53b89ff01de54cbf7558217ea2b (diff) | |
download | git-80ba074f4163dc8ee4232d64e73a8521edcadc1d.tar.gz |
Windows: Use the Windows style PATH separator ';'.
Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt index 7414238fe5..4e4bd6ddb1 100644 --- a/Documentation/git.txt +++ b/Documentation/git.txt @@ -409,9 +409,9 @@ git so take care if using Cogito etc. 'GIT_ALTERNATE_OBJECT_DIRECTORIES':: Due to the immutable nature of git objects, old objects can be archived into shared, read-only directories. This variable - specifies a ":" separated list of git object directories which - can be used to search for git objects. New objects will not be - written to these directories. + specifies a ":" separated (on Windows ";" separated) list + of git object directories which can be used to search for git + objects. New objects will not be written to these directories. 'GIT_DIR':: If the 'GIT_DIR' environment variable is set then it |