summaryrefslogtreecommitdiff
path: root/quote.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@g5.osdl.org>2005-07-12 03:44:20 (GMT)
committerLinus Torvalds <torvalds@g5.osdl.org>2005-07-12 03:44:20 (GMT)
commit91dcdfd3b5331d955cfb60edf8930f1b5c142905 (patch)
treea488ae1b2b0b28df33497c6826e8fc8ef625f230 /quote.c
parent714fff2aa8979c5dd169481909a364a860481f0e (diff)
downloadgit-91dcdfd3b5331d955cfb60edf8930f1b5c142905.zip
git-91dcdfd3b5331d955cfb60edf8930f1b5c142905.tar.gz
git-91dcdfd3b5331d955cfb60edf8930f1b5c142905.tar.bz2
Make "git checkout" create new branches on demand
In particular, if we check out something that isn't an old branch, it now requires a new branch-name to check the thing out into. So, for example: git checkout -b my-branch v2.6.12 will create the new branch "my-branch", and start it at v2.6.12, while git checkout master will just switch back to the master branch. Of course, if you want to create a new branch "my-branch" and _not_ check it out, you could have done so with just git-rev-parse v2.6.12^0 > .git/refs/heads/my-branch which I think I will codify as "git branch".
Diffstat (limited to 'quote.c')
0 files changed, 0 insertions, 0 deletions