diff options
author | SZEDER Gábor <szeder@ira.uka.de> | 2011-04-04 16:59:25 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-04-04 10:25:21 -0700 |
commit | d424a47e3400ef597a6f4f3c56ee67290f7c6052 (patch) | |
tree | 3d21128d6bdfa8777c08134cd509a0d9f47102ac | |
parent | gitweb: Fix parsing of negative fractional timezones in JavaScript (diff) | |
download | tgif-d424a47e3400ef597a6f4f3c56ee67290f7c6052.tar.xz |
Documentation: trivial grammar fix in core.worktree description
Signed-off-by: SZEDER Gábor <szeder@ira.uka.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r-- | Documentation/config.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt index 52ffbf4efb..6babbc7837 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -320,7 +320,7 @@ core.worktree:: Set the path to the root of the working tree. This can be overridden by the GIT_WORK_TREE environment variable and the '--work-tree' command line option. - The value can an absolute path or relative to the path to + The value can be an absolute path or relative to the path to the .git directory, which is either specified by --git-dir or GIT_DIR, or automatically discovered. If --git-dir or GIT_DIR is specified but none of |