commit | e6c310fd0d7384973efc6b1d5999a5e8a5b2f3bd | [log] [tgz] |
---|---|---|
author | Johannes Schindelin <Johannes.Schindelin@gmx.de> | Thu Dec 22 23:37:24 2005 +0100 |
committer | Junio C Hamano <junkio@cox.net> | Thu Dec 22 16:35:37 2005 -0800 |
tree | c42a1205f99f13ed446054a2a316729f53942e41 | |
parent | 356bece0a2725818191b12f6e991490d52baa1d1 [diff] |
git-clone: Support changing the origin branch with -o Earlier, git-clone stored upstream's master in the branch named 'origin', possibly overwriting an existing such branch. Now you can change it by calling git-clone with '-o <other_name>'. [jc: added ref format check, subdirectory safety, documentation and usage string.] Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> Signed-off-by: Junio C Hamano <junkio@cox.net>