summaryrefslogtreecommitdiff
path: root/git-checkout.sh
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'maint'Junio C Hamano2007-06-081-1/+2
|\
| * checkout: do not get confused with ambiguous tag/branch namesJunio C Hamano2007-06-081-1/+2
* | War on whitespaceJunio C Hamano2007-06-071-2/+2
* | git-update-ref: add --no-deref option for overwriting/detaching refSven Verdoolaege2007-05-101-9/+1
|/
* add file checkout progressNicolas Pitre2007-04-231-3/+5
* checkout: allow detaching to HEAD even when switching to the tip of a branchJunio C Hamano2007-04-031-2/+2
* checkout: report where the new HEAD is upon detaching HEADJunio C Hamano2007-03-231-2/+10
* improve checkout message when asking for same branchNicolas Pitre2007-03-201-1/+6
* git-fetch, git-branch: Support local --track via a special remote '.'Paolo Bonzini2007-03-161-1/+1
* Merge GIT 1.5.0.4Junio C Hamano2007-03-141-1/+1
|\
| * git-checkout: fix "eval" used for merge labelling.Junio C Hamano2007-03-141-1/+1
* | git-branch, git-checkout: autosetup for remote branch trackingPaolo Bonzini2007-03-101-6/+11
|/
* Let git-checkout always drop any detached headNicolas Pitre2007-02-031-15/+2
* Merge branch 'master' into np/dreflogJunio C Hamano2007-02-031-9/+20
|\
| * add a quiet option to git-checkoutNicolas Pitre2007-02-011-9/+14
| * reword the detached head message a little againNicolas Pitre2007-02-011-1/+1
| * detached HEAD -- finishing touchesJunio C Hamano2007-02-011-2/+8
| * tone down the detached head warningNicolas Pitre2007-01-311-3/+3
* | add reflog when moving HEAD to a new branchNicolas Pitre2007-01-281-1/+1
* | add reflog entries for HEAD when detachedNicolas Pitre2007-01-281-2/+3
|/
* fix suggested branch creation command when detaching headNicolas Pitre2007-01-261-3/+3
* git-checkout -m: fix merge caseJunio C Hamano2007-01-231-10/+5
* Use merge-recursive in git-checkout -m (branch switching)Junio C Hamano2007-01-161-2/+3
* Use cd_to_toplevel in scripts that implement it by hand.Junio C Hamano2007-01-121-5/+1
* Merge branch 'jc/bare'Junio C Hamano2007-01-111-0/+1
|\
| * Disallow working directory commands in a bare repository.Shawn O. Pearce2007-01-101-0/+1
* | git-checkout: handle local changes sanely when detaching HEADJunio C Hamano2007-01-091-11/+25
* | git-checkout: safety check for detached HEAD checks existing refsJunio C Hamano2007-01-091-7/+7
* | git-checkout: fix branch name output from the commandJunio C Hamano2007-01-081-1/+1
* | git-checkout: safety when coming back from the detached HEAD state.Junio C Hamano2007-01-081-0/+18
* | git-checkout: rewording comments regarding detached HEAD.Junio C Hamano2007-01-081-9/+12
* | git-checkout: do not warn detaching HEAD when it is already detached.Junio C Hamano2007-01-081-3/+8
* | Detached HEAD (experimental)Junio C Hamano2007-01-081-5/+11
|/
* checkout: make the message about the need for a new branch a bit clearerNicolas Pitre2006-12-221-2/+5
* Loosen "working file will be lost" check in Porcelain-ishJunio C Hamano2006-12-051-2/+3
* git-checkout: allow pathspec to recover lost working tree directoryJunio C Hamano2006-11-151-1/+5
* git-checkout: do not allow -f and -m at the same time.Junio C Hamano2006-11-151-0/+5
* Merge branch 'master' into lj/refsJunio C Hamano2006-09-271-1/+8
|\
| * Allow git-checkout when on a non-existant branch.Shawn Pearce2006-09-271-1/+8
* | Teach "git checkout" to use git-show-refLinus Torvalds2006-09-161-2/+3
|/
* git-checkout: allow "checkout HEAD -- path"Junio C Hamano2006-07-311-0/+4
* checkout -m: fix read-tree invocationv1.4.1-rc2Junio C Hamano2006-06-281-2/+1
* checkout -f: do not leave untracked working tree files.Junio C Hamano2006-06-201-2/+1
* Test that git-branch -l works.Shawn Pearce2006-05-241-2/+2
* Enable ref log creation in git checkout -b.Shawn Pearce2006-05-191-4/+15
* checkout: use --aggressive when running a 3-way merge (-m).Junio C Hamano2006-05-091-1/+1
* More useful/hinting error messages in git-checkoutv1.2.1Josef Weidendorfer2006-02-151-3/+10
* checkout: fix dirty-file display.Junio C Hamano2006-02-141-2/+4
* git-commit: show dirtiness including index.Junio C Hamano2006-02-121-1/+2
* [PATCH] checkout: show dirty state upon switching branches.Junio C Hamano2006-01-141-0/+3