Age | Commit message (Expand) | Author | Files | Lines |
2009-09-07 | Merge branch 'tr/reset-checkout-patch' | Junio C Hamano | 1 | -1/+12 |
2009-08-29 | UI consistency: allow --force for where -f means force | René Scharfe | 1 | -0/+2 |
2009-08-15 | Implement 'git checkout --patch' | Thomas Rast | 1 | -1/+12 |
2009-04-13 | docs/checkout: clarify what "non-branch" means | Jeff King | 1 | -5/+5 |
2009-04-13 | doc/checkout: split checkout and branch creation in synopsis | Jeff King | 1 | -18/+22 |
2009-04-13 | doc/checkout: refer to git-branch(1) as appropriate | Jeff King | 1 | -19/+9 |
2009-04-13 | doc: refer to tracking configuration as "upstream" | Jeff King | 1 | -1/+1 |
2009-04-13 | doc: clarify --no-track option | Jeff King | 1 | -1/+2 |
2009-04-07 | Merge branch 'maint' | Junio C Hamano | 1 | -3/+7 |
2009-04-07 | Merge branch 'maint-1.6.1' into maint | Junio C Hamano | 1 | -4/+8 |
2009-04-07 | Merge branch 'maint-1.6.0' into maint-1.6.1 | Junio C Hamano | 1 | -4/+8 |
2009-04-07 | git-checkout.txt: clarify that <branch> applies when no path is given. | Matthieu Moy | 1 | -2/+6 |
2009-04-07 | git-checkout.txt: fix incorrect statement about HEAD and index | Matthieu Moy | 1 | -2/+2 |
2009-03-17 | Documentation: remove extra quoting/emphasis around literal texts | Chris Johnsen | 1 | -2/+2 |
2009-03-10 | Typo and language fixes for git-checkout.txt | Michael J Gruber | 1 | -17/+16 |
2009-01-17 | checkout: implement "-" abbreviation, add docs and tests | Thomas Rast | 1 | -0/+4 |
2008-12-19 | Documentation: sync example output with git output | Markus Heidelberg | 1 | -1/+0 |
2008-12-17 | Clarify documentation of "git checkout <tree-ish> paths" syntax | Nanako Shiraishi | 1 | -1/+1 |
2008-10-19 | Documentation: Spelling fix | Fredrik Skolmli | 1 | -1/+1 |
2008-09-29 | Merge branch 'jc/better-conflict-resolution' | Shawn O. Pearce | 1 | -7/+34 |
2008-08-31 | checkout --conflict=<style>: recreate merge in a non-default style | Junio C Hamano | 1 | -1/+9 |
2008-08-30 | checkout -m: recreate merge when checking out of unmerged index | Junio C Hamano | 1 | -3/+8 |
2008-08-30 | checkout --ours/--theirs: allow checking out one side of a conflicting merge | Junio C Hamano | 1 | -2/+9 |
2008-08-30 | checkout -f: allow ignoring unmerged paths when checking out of the index | Junio C Hamano | 1 | -6/+13 |
2008-08-22 | Extend "checkout --track" DWIM to support more cases | Alex Riesen | 1 | -3/+10 |
2008-08-11 | checkout --track: make up a sensible branch name if '-b' was omitted | Johannes Schindelin | 1 | -1/+9 |
2008-07-24 | checkout: mention '--' in the docs | SZEDER Gábor | 1 | -1/+1 |
2008-07-05 | manpages: italicize git command names (which were in teletype font) | Jonathan Nieder | 1 | -2/+2 |
2008-07-01 | Documentation formatting and cleanup | Jonathan Nieder | 1 | -2/+2 |
2008-07-01 | Documentation: be consistent about "git-" versus "git " | Jonathan Nieder | 1 | -4/+4 |
2008-06-08 | Docs: Use "-l::\n--long\n" format in OPTIONS sections | Stephan Beyer | 1 | -1/+2 |
2008-06-06 | documentation: move git(7) to git(1) | Christian Couder | 1 | -1/+1 |
2008-04-27 | git checkout: add -t alias for --track | Miklos Vajna | 1 | -1/+1 |
2008-03-25 | Documentation/git-checkout: Update summary to reflect current abilities | Julian Phillips | 1 | -1/+1 |
2008-02-19 | doc: documentation update for the branch track changes | Jay Soffian | 1 | -12/+11 |
2008-01-06 | Documentation: rename gitlink macro to linkgit | Dan McGee | 1 | -2/+2 |
2007-10-02 | Say when --track is useful in the git-checkout docs. | Federico Mena Quintero | 1 | -1/+3 |
2007-08-19 | Fix misspelling of 'suppress' in docs | Dave Watson | 1 | -1/+1 |
2007-07-11 | branch --track: code cleanup and saner handling of local branches | Johannes Schindelin | 1 | -3/+2 |
2007-07-08 | branch.autosetupmerge: allow boolean values, or "all" | Johannes Schindelin | 1 | -2/+3 |
2007-07-02 | Documentation: minor cleanups to branch/checkout wording | Jeff King | 1 | -2/+2 |
2007-07-02 | Documentation: quote {non-attributes} for asciidoc | Jeff King | 1 | -1/+1 |
2007-06-07 | War on whitespace | Junio C Hamano | 1 | -1/+0 |
2007-04-23 | Reverse the order of -b and --track in the man page. | Brian Gernhardt | 1 | -1/+1 |
2007-04-16 | Documentation: clarify track/no-track option. | J. Bruce Fields | 1 | -4/+8 |
2007-04-16 | Documentation: clarify git-checkout -f, minor editing | J. Bruce Fields | 1 | -4/+5 |
2007-03-10 | git-branch, git-checkout: autosetup for remote branch tracking | Paolo Bonzini | 1 | -2/+13 |
2007-02-17 | Convert update-index references in docs to add. | Shawn O. Pearce | 1 | -3/+4 |
2007-02-13 | Documentation: Moving out of detached HEAD does not warn anymore. | Junio C Hamano | 1 | -16/+6 |
2007-02-01 | add a quiet option to git-checkout | Nicolas Pitre | 1 | -1/+4 |