]> git.ipfire.org Git - thirdparty/git.git/history - git-checkout-script
Fix send-pack for non-commitish tags.
[thirdparty/git.git] / git-checkout-script
2005-07-31  Junio C HamanoMerge with gitk.
2005-07-29  Junio C HamanoMerge with gitk.
2005-07-23  Junio C Hamano[PATCH] Audit rev-parse users.
2005-07-18  Linus TorvaldsMerge master.kernel.org:/pub/scm/gitk/gitk
2005-07-16  Linus TorvaldsMerge git-tools repository under "tools" subdirectory
2005-07-12  Linus TorvaldsMake "git checkout" create new branches on demand
2005-07-12  Linus TorvaldsMake "git checkout" verify that the argument refers...
2005-07-08  Linus TorvaldsAdd "git-sh-setup-script" for common git shell script...
2005-07-06  Linus TorvaldsMerge master.kernel.org:/pub/scm/gitk/gitk
2005-06-28  Linus TorvaldsMerge rsync://rsync.kernel.org/pub/scm/gitk/gitk
2005-06-27  Linus Torvaldsgit-checkout-script: use "--verify --revs-only" to...
2005-06-22  Linus TorvaldsDo a cross-project merge of Paul Mackerras' gitk visualizer
2005-06-22  Linus TorvaldsFix typo in git-checkout-script.
2005-06-21  Linus TorvaldsRemove MERGE_HEAD in "git checkout/reset"
2005-06-21  Linus Torvaldsgit checkout: fix default head case
2005-06-21  Linus TorvaldsMake "git checkout" know about different branches
2005-06-21  Linus Torvalds"git checkout": add "-u" flag to update HEAD conditionally
2005-06-21  Linus TorvaldsAdd "git checkout" that does what the name suggests