summaryrefslogtreecommitdiffstats
path: root/git-checkout.sh (follow)
Commit message (Expand)AuthorAgeFilesLines
* Build in checkoutDaniel Barkalow2008-02-171-298/+0
* Fix a typo in checkout.sh and cleanup one-line help messagesJohannes Sixt2007-12-111-4/+4
* git checkout's reflog: even when detaching the HEAD, say from whereJohannes Schindelin2007-11-291-2/+3
* Merge branch 'maint'Junio C Hamano2007-11-261-1/+1
|\
| * git-checkout: describe detached head correctlyJunio C Hamano2007-11-251-1/+1
* | Merge branch 'ds/checkout-upper'Junio C Hamano2007-11-191-3/+3
|\ \
| * | git-checkout: Support relative paths containing "..".David Symonds2007-11-121-3/+3
* | | Migrate git-checkout.sh to use git-rev-parse --parseopt --keep-dashdashPierre Habouzit2007-11-061-50/+49
|/ /
* / post-checkout hook, tests, and docsJosh England2007-09-301-0/+12
|/
* Alter git-checkout reflog message to include "from" branchSean2007-07-041-1/+2
* Rewrite "git-frotz" to "git frotz"Junio C Hamano2007-07-031-20/+20
* 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-111-9/+1
|/
* add file checkout progressNicolas Pitre2007-04-241-3/+5
* checkout: allow detaching to HEAD even when switching to the tip of a branchJunio C Hamano2007-04-041-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-211-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-111-6/+11
|/
* Let git-checkout always drop any detached headNicolas Pitre2007-02-041-15/+2
* Merge branch 'master' into np/dreflogJunio C Hamano2007-02-041-9/+20
|\
| * add a quiet option to git-checkoutNicolas Pitre2007-02-021-9/+14
| * reword the detached head message a little againNicolas Pitre2007-02-021-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-271-3/+3
* git-checkout -m: fix merge caseJunio C Hamano2007-01-241-10/+5
* Use merge-recursive in git-checkout -m (branch switching)Junio C Hamano2007-01-171-2/+3
* Use cd_to_toplevel in scripts that implement it by hand.Junio C Hamano2007-01-131-5/+1
* Merge branch 'jc/bare'Junio C Hamano2007-01-121-0/+1
|\
| * Disallow working directory commands in a bare repository.Shawn O. Pearce2007-01-111-0/+1
* | git-checkout: handle local changes sanely when detaching HEADJunio C Hamano2007-01-101-11/+25
* | git-checkout: safety check for detached HEAD checks existing refsJunio C Hamano2007-01-101-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-231-2/+5
* Loosen "working file will be lost" check in Porcelain-ishJunio C Hamano2006-12-061-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-281-1/+8
|\
| * Allow git-checkout when on a non-existant branch.Shawn Pearce2006-09-271-1/+8