summaryrefslogtreecommitdiff
path: root/git-checkout.sh
AgeCommit message (Expand)Author
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
2006-06-29checkout -m: fix read-tree invocationv1.4.1-rc2Junio C Hamano
2006-06-21checkout -f: do not leave untracked working tree files.Junio C Hamano
2006-05-25Test that git-branch -l works.Shawn Pearce
2006-05-19Enable ref log creation in git checkout -b.Shawn Pearce
2006-05-10checkout: use --aggressive when running a 3-way merge (-m).Junio C Hamano
2006-02-16More useful/hinting error messages in git-checkoutv1.2.1Josef Weidendorfer
2006-02-15checkout: fix dirty-file display.Junio C Hamano
2006-02-12git-commit: show dirtiness including index.Junio C Hamano
2006-01-14[PATCH] checkout: show dirty state upon switching branches.Junio C Hamano
2006-01-14checkout: merge local modifications while switching branches.Junio C Hamano
2006-01-14checkout: automerge local changes while switching branches.Junio C Hamano
2005-12-23Adjust to ls-tree --full-name when run from a subdirectory.Junio C Hamano
2005-12-23checkout: sometimes work from a subdirectory.Junio C Hamano
2005-12-17Comment fixes.Junio C Hamano
2005-12-14Trivial usage string clean-upfreku045@student.liu.se
2005-11-25git-sh-setup: die if outside git repository.Junio C Hamano
2005-11-24Teach update-index to read from ls-tree.Junio C Hamano
2005-11-03Do not fail on hierarchical branch names.Junio C Hamano
2005-10-31Add usage statement to git-checkout.shChris Shoemaker
2005-10-18git-checkout: revert specific paths to either index or a given tree-ish.Junio C Hamano
2005-10-15git-check-ref-format: reject funny ref names.Junio C Hamano
2005-10-02Add git-symbolic-refJunio C Hamano