summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c04197e)
raw | patch | inline | side by side (parent: c04197e)
author | J. Bruce Fields <bfields@citi.umich.edu> | |
Sun, 31 Dec 2006 23:47:34 +0000 (18:47 -0500) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Mon, 1 Jan 2007 00:16:10 +0000 (16:16 -0800) |
Fix a couple remaining references to the origin branch.
Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-clone.txt | patch | blob | history |
index 874934a33243106544181ffeae2fee8b03ff5e8d..96523204ddda292bb01a55f042f249515f821613 100644 (file)
Also the branch heads at the remote are copied directly
to corresponding local branch heads, without mapping
them to `refs/remotes/origin/`. When this option is
- used, neither the `origin` branch nor the default
- `remotes/origin` file is created.
+ used, neither remote-tracking branches nor the related
+ configuration variables are created.
--origin <name>::
-o <name>::
- Instead of using the branch name 'origin' to keep track
- of the upstream repository, use <name> instead. Note
- that the shorthand name stored in `remotes/origin` is
- not affected, but the local branch name to pull the
- remote `master` branch into is.
+ Instead of using the remote name 'origin' to keep track
+ of the upstream repository, use <name> instead.
--upload-pack <upload-pack>::
-u <upload-pack>::