Code

Merge branches 'jc/clone', 'md/env' and 'mo/path'
[git.git] / Documentation / git-clone-pack.txt
index cfc7b62f31b6470b9d9011b49d73d135a0623dd9..39906fc450150ee0e9213a31c8a7c3e50d01b5b3 100644 (file)
@@ -43,7 +43,11 @@ OPTIONS
        The heads to update.  This is relative to $GIT_DIR
        (e.g. "HEAD", "refs/heads/master").  When unspecified,
        all heads are updated to match the remote repository.
-
++
+Usually all the refs from existing repository are stored
+under the same name in the new repository.  Giving explicit
+<head> arguments instead writes the object names and refs to
+the standard output, just like get-fetch-pack does.
 
 Author
 ------