| commit | a6e3768f641c2703266422aa05c05f1d01e886b2 | [log] [tgz] |
|---|---|---|
| author | Steffen Prohaska <prohaska@zib.de> | Sat May 12 13:32:34 2007 +0200 |
| committer | Junio C Hamano <junkio@cox.net> | Sat May 12 09:20:51 2007 -0700 |
| tree | 6b884a3ea0252b59b0bca5b46d3ec1405ecd5b5c | |
| parent | 7e9116b1d8adef635ae900af7eff4b320390eeb3 [diff] |
tiny fix in documentation of git-clone path in example was missing '../' Signed-off-by: Steffen Prohaska <prohaska@zib.de> Signed-off-by: Junio C Hamano <junkio@cox.net>
diff --git a/Documentation/git-clone.txt b/Documentation/git-clone.txt index 6d32c49..644bf12 100644 --- a/Documentation/git-clone.txt +++ b/Documentation/git-clone.txt
@@ -132,7 +132,7 @@ + ------------ $ git clone -l -s -n . ../copy -$ cd copy +$ cd ../copy $ git show-branch ------------