summaryrefslogtreecommitdiff
path: root/git-checkout.sh
AgeCommit message (Expand)Author
2007-11-29git checkout's reflog: even when detaching the HEAD, say from whereJohannes Schindelin
2007-11-26Merge branch 'maint'Junio C Hamano
2007-11-25git-checkout: describe detached head correctlyJunio C Hamano
2007-11-19Merge branch 'ds/checkout-upper'Junio C Hamano
2007-11-12git-checkout: Support relative paths containing "..".David Symonds
2007-11-06Migrate git-checkout.sh to use git-rev-parse --parseopt --keep-dashdashPierre Habouzit
2007-09-30post-checkout hook, tests, and docsJosh England
2007-07-04Alter git-checkout reflog message to include "from" branchSean
2007-07-03Rewrite "git-frotz" to "git frotz"Junio C Hamano
2007-06-08Merge branch 'maint'Junio C Hamano
2007-06-08checkout: do not get confused with ambiguous tag/branch namesJunio C Hamano
2007-06-07War on whitespaceJunio C Hamano
2007-05-10git-update-ref: add --no-deref option for overwriting/detaching refSven Verdoolaege
2007-04-24add file checkout progressNicolas Pitre
2007-04-04checkout: allow detaching to HEAD even when switching to the tip of a branchJunio C Hamano
2007-03-23checkout: report where the new HEAD is upon detaching HEADJunio C Hamano
2007-03-21improve checkout message when asking for same branchNicolas Pitre
2007-03-16git-fetch, git-branch: Support local --track via a special remote '.'Paolo Bonzini
2007-03-14Merge GIT 1.5.0.4Junio C Hamano
2007-03-14git-checkout: fix "eval" used for merge labelling.Junio C Hamano
2007-03-11git-branch, git-checkout: autosetup for remote branch trackingPaolo Bonzini
2007-02-04Let git-checkout always drop any detached headNicolas Pitre
2007-02-04Merge branch 'master' into np/dreflogJunio C Hamano
2007-02-02add a quiet option to git-checkoutNicolas Pitre
2007-02-02reword the detached head message a little againNicolas Pitre
2007-02-01detached HEAD -- finishing touchesJunio C Hamano
2007-01-31tone down the detached head warningNicolas Pitre
2007-01-28add reflog when moving HEAD to a new branchNicolas Pitre
2007-01-28add reflog entries for HEAD when detachedNicolas Pitre
2007-01-27fix suggested branch creation command when detaching headNicolas Pitre
2007-01-24git-checkout -m: fix merge caseJunio C Hamano
2007-01-17Use merge-recursive in git-checkout -m (branch switching)Junio C Hamano
2007-01-13Use cd_to_toplevel in scripts that implement it by hand.Junio C Hamano
2007-01-12Merge branch 'jc/bare'Junio C Hamano
2007-01-10Disallow working directory commands in a bare repository.Shawn O. Pearce
2007-01-10git-checkout: handle local changes sanely when detaching HEADJunio C Hamano
2007-01-10git-checkout: safety check for detached HEAD checks existing refsJunio C Hamano
2007-01-08git-checkout: fix branch name output from the commandJunio C Hamano
2007-01-08git-checkout: safety when coming back from the detached HEAD state.Junio C Hamano
2007-01-08git-checkout: rewording comments regarding detached HEAD.Junio C Hamano
2007-01-08git-checkout: do not warn detaching HEAD when it is already detached.Junio C Hamano
2007-01-08Detached HEAD (experimental)Junio C Hamano
2006-12-23checkout: make the message about the need for a new branch a bit clearerNicolas Pitre
2006-12-06Loosen "working file will be lost" check in Porcelain-ishJunio C Hamano
2006-11-15git-checkout: allow pathspec to recover lost working tree directoryJunio C Hamano
2006-11-15git-checkout: do not allow -f and -m at the same time.Junio C Hamano
2006-09-28Merge branch 'master' into lj/refsJunio C Hamano
2006-09-27Allow git-checkout when on a non-existant branch.Shawn Pearce
2006-09-16Teach "git checkout" to use git-show-refLinus Torvalds
2006-07-31git-checkout: allow "checkout HEAD -- path"Junio C Hamano