aboutsummaryrefslogtreecommitdiffstats
path: root/git-checkout.sh
AgeCommit message (Expand)AuthorFilesLines
2008-02-16Build in checkoutDaniel Barkalow1-298/+0
2007-12-11Fix a typo in checkout.sh and cleanup one-line help messagesJohannes Sixt1-4/+4
2007-11-28git checkout's reflog: even when detaching the HEAD, say from whereJohannes Schindelin1-2/+3
2007-11-25Merge branch 'maint'Junio C Hamano1-1/+1
2007-11-25git-checkout: describe detached head correctlyJunio C Hamano1-1/+1
2007-11-18Merge branch 'ds/checkout-upper'Junio C Hamano1-3/+3
2007-11-11git-checkout: Support relative paths containing "..".David Symonds1-3/+3
2007-11-05Migrate git-checkout.sh to use git-rev-parse --parseopt --keep-dashdashPierre Habouzit1-50/+49
2007-09-29post-checkout hook, tests, and docsJosh England1-0/+12
2007-07-04Alter git-checkout reflog message to include "from" branchSean1-1/+2
2007-07-02Rewrite "git-frotz" to "git frotz"Junio C Hamano1-20/+20
2007-06-08Merge branch 'maint'Junio C Hamano1-1/+2
2007-06-08checkout: do not get confused with ambiguous tag/branch namesJunio C Hamano1-1/+2
2007-06-07War on whitespaceJunio C Hamano1-2/+2
2007-05-10git-update-ref: add --no-deref option for overwriting/detaching refSven Verdoolaege1-9/+1
2007-04-23add file checkout progressNicolas Pitre1-3/+5
2007-04-03checkout: allow detaching to HEAD even when switching to the tip of a branchJunio C Hamano1-2/+2
2007-03-23checkout: report where the new HEAD is upon detaching HEADJunio C Hamano1-2/+10
2007-03-20improve checkout message when asking for same branchNicolas Pitre1-1/+6
2007-03-16git-fetch, git-branch: Support local --track via a special remote '.'Paolo Bonzini1-1/+1
2007-03-14Merge GIT 1.5.0.4Junio C Hamano1-1/+1
2007-03-14git-checkout: fix "eval" used for merge labelling.Junio C Hamano1-1/+1
2007-03-10git-branch, git-checkout: autosetup for remote branch trackingPaolo Bonzini1-6/+11
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
2005-10-01Add git-symbolic-refJunio C Hamano1-1/+2
2005-09-19[PATCH] Remove total confusion from "git checkout"Linus Torvalds1-1/+1
2005-09-16[PATCH] Make git-checkout failure message more friendly.Junio C Hamano1-1/+2
2005-09-12[PATCH] Make 'git checkout' a bit more forgiving when switching branches.Junio C Hamano1-0/+1
2005-09-07Big tool rename.Junio C Hamano1-0/+76