diff options
author | Øystein Walle <oystwa@gmail.com> | 2014-02-05 23:19:43 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-02-05 14:35:45 -0800 |
commit | 5fe8f49b6d59cf143a5898ddbb161444a95fa871 (patch) | |
tree | 65293eeb6f73b77030840a40327aff284fe0af4b /Documentation/git-clone.txt | |
parent | 3330a2c4f6b494f2b02fda2869d85bc1f8e019aa (diff) | |
download | git-5fe8f49b6d59cf143a5898ddbb161444a95fa871.tar.gz |
Documentation: fix typos in man pagesow/manpages-typofix
Signed-off-by: Øystein Walle <oystwa@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-clone.txt')
-rw-r--r-- | Documentation/git-clone.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-clone.txt b/Documentation/git-clone.txt index 450f158779..3865658878 100644 --- a/Documentation/git-clone.txt +++ b/Documentation/git-clone.txt @@ -213,7 +213,7 @@ objects from the source repository into a pack in the cloned repository. --separate-git-dir=<git dir>:: Instead of placing the cloned repository where it is supposed to be, place the cloned repository at the specified directory, - then make a filesytem-agnostic Git symbolic link to there. + then make a filesystem-agnostic Git symbolic link to there. The result is Git repository can be separated from working tree. |