diff options
author | Junio C Hamano <junkio@cox.net> | 2007-05-12 13:16:21 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-05-12 13:16:21 -0700 |
commit | 667152528df417627e54de6cb281a63a727369af (patch) | |
tree | 49322285618a48510e76a911f0b053285106d416 /Documentation/git-clone.txt | |
parent | t9400: Use the repository config and nothing else. (diff) | |
parent | checkout: allow detaching to HEAD even when switching to the tip of a branch (diff) | |
download | tgif-667152528df417627e54de6cb281a63a727369af.tar.xz |
Merge branch 'maint'
* maint:
checkout: allow detaching to HEAD even when switching to the tip of a branch
Updated documentation of hooks in git-receive-pack.
Allow fetching references from any namespace
tiny fix in documentation of git-clone
Fix an unmatched comment end in arm/sha1_arm.S
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 6d32c491a5..644bf126fb 100644 --- a/Documentation/git-clone.txt +++ b/Documentation/git-clone.txt @@ -132,7 +132,7 @@ Make a local clone that borrows from the current directory, without checking thi + ------------ $ git clone -l -s -n . ../copy -$ cd copy +$ cd ../copy $ git show-branch ------------ |