diff options
author | Junio C Hamano <gitster@pobox.com> | 2014-02-07 11:55:11 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-02-07 11:55:12 -0800 |
commit | efe5f1d25d198ae8796b6f095c2cffae270bb9b6 (patch) | |
tree | 9b851ba1b50793afd5384d77a72b1d254a0ee9c7 /Documentation/git-clone.txt | |
parent | Merge branch 'aj/ada-diff-word-pattern' (diff) | |
parent | Documentation: fix typos in man pages (diff) | |
download | tgif-efe5f1d25d198ae8796b6f095c2cffae270bb9b6.tar.xz |
Merge branch 'ow/manpages-typofix'
Various typofixes, all looked correct.
* ow/manpages-typofix:
Documentation: fix typos in man pages
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 49878570bf..bf3dac0cef 100644 --- a/Documentation/git-clone.txt +++ b/Documentation/git-clone.txt @@ -208,7 +208,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. |