summaryrefslogtreecommitdiff
path: root/git-checkout.sh
AgeCommit message (Expand)AuthorFilesLines
2007-02-03Let git-checkout always drop any detached headNicolas Pitre1-15/+2
2007-02-03Merge branch 'master' into np/dreflogJunio C Hamano1-9/+20
2007-02-01add a quiet option to git-checkoutNicolas Pitre1-9/+14
2007-02-01reword the detached head message a little againNicolas Pitre1-1/+1
2007-02-01detached HEAD -- finishing touchesJunio C Hamano1-2/+8
2007-01-31tone down the detached head warningNicolas Pitre1-3/+3
2007-01-28add reflog when moving HEAD to a new branchNicolas Pitre1-1/+1
2007-01-28add reflog entries for HEAD when detachedNicolas Pitre1-2/+3
2007-01-26fix suggested branch creation command when detaching headNicolas Pitre1-3/+3
2007-01-23git-checkout -m: fix merge caseJunio C Hamano1-10/+5
2007-01-16Use merge-recursive in git-checkout -m (branch switching)Junio C Hamano1-2/+3
2007-01-12Use cd_to_toplevel in scripts that implement it by hand.Junio C Hamano1-5/+1
2007-01-11Merge branch 'jc/bare'Junio C Hamano1-0/+1
2007-01-10Disallow working directory commands in a bare repository.Shawn O. Pearce1-0/+1
2007-01-09git-checkout: handle local changes sanely when detaching HEADJunio C Hamano1-11/+25
2007-01-09git-checkout: safety check for detached HEAD checks existing refsJunio C Hamano1-7/+7
2007-01-08git-checkout: fix branch name output from the commandJunio C Hamano1-1/+1
2007-01-08git-checkout: safety when coming back from the detached HEAD state.Junio C Hamano1-0/+18
2007-01-08git-checkout: rewording comments regarding detached HEAD.Junio C Hamano1-9/+12
2007-01-08git-checkout: do not warn detaching HEAD when it is already detached.Junio C Hamano1-3/+8
2007-01-08Detached HEAD (experimental)Junio C Hamano1-5/+11
2006-12-22checkout: make the message about the need for a new branch a bit clearerNicolas Pitre1-2/+5
2006-12-05Loosen "working file will be lost" check in Porcelain-ishJunio C Hamano1-2/+3
2006-11-15git-checkout: allow pathspec to recover lost working tree directoryJunio C Hamano1-1/+5
2006-11-15git-checkout: do not allow -f and -m at the same time.Junio C Hamano1-0/+5
2006-09-27Merge branch 'master' into lj/refsJunio C Hamano1-1/+8
2006-09-27Allow git-checkout when on a non-existant branch.Shawn Pearce1-1/+8
2006-09-16Teach "git checkout" to use git-show-refLinus Torvalds1-2/+3
2006-07-31git-checkout: allow "checkout HEAD -- path"Junio C Hamano1-0/+4
2006-06-28checkout -m: fix read-tree invocationv1.4.1-rc2Junio C Hamano1-2/+1
2006-06-20checkout -f: do not leave untracked working tree files.Junio C Hamano1-2/+1
2006-05-24Test that git-branch -l works.Shawn Pearce1-2/+2
2006-05-19Enable ref log creation in git checkout -b.Shawn Pearce1-4/+15
2006-05-09checkout: use --aggressive when running a 3-way merge (-m).Junio C Hamano1-1/+1
2006-02-15More useful/hinting error messages in git-checkoutv1.2.1Josef Weidendorfer1-3/+10
2006-02-14checkout: fix dirty-file display.Junio C Hamano1-2/+4
2006-02-12git-commit: show dirtiness including index.Junio C Hamano1-1/+2
2006-01-14[PATCH] checkout: show dirty state upon switching branches.Junio C Hamano1-0/+3
2006-01-13checkout: merge local modifications while switching branches.Junio C Hamano1-22/+38
2006-01-13checkout: automerge local changes while switching branches.Junio C Hamano1-1/+27
2005-12-23Adjust to ls-tree --full-name when run from a subdirectory.Junio C Hamano1-1/+1
2005-12-22checkout: sometimes work from a subdirectory.Junio C Hamano1-0/+9
2005-12-16Comment fixes.Junio C Hamano1-1/+1
2005-12-14Trivial usage string clean-upfreku045@student.liu.se1-4/+2
2005-11-25git-sh-setup: die if outside git repository.Junio C Hamano1-1/+1
2005-11-23Teach update-index to read from ls-tree.Junio C Hamano1-1/+0
2005-11-02Do not fail on hierarchical branch names.Junio C Hamano1-1/+3
2005-10-30Add usage statement to git-checkout.shChris Shoemaker1-0/+7
2005-10-18git-checkout: revert specific paths to either index or a given tree-ish.Junio C Hamano1-15/+64
2005-10-15git-check-ref-format: reject funny ref names.Junio C Hamano1-0/+2