| Commit message (Expand) | Author | Age | Files | Lines |
* | Documentation: sync example output with git output | Markus Heidelberg | 2008-12-19 | 1 | -1/+0 |
* | Clarify documentation of "git checkout <tree-ish> paths" syntax | Nanako Shiraishi | 2008-12-17 | 1 | -1/+1 |
* | Documentation: Spelling fix | Fredrik Skolmli | 2008-10-19 | 1 | -1/+1 |
* | Merge branch 'jc/better-conflict-resolution' | Shawn O. Pearce | 2008-09-29 | 1 | -7/+34 |
|\ |
|
| * | checkout --conflict=<style>: recreate merge in a non-default style | Junio C Hamano | 2008-08-31 | 1 | -1/+9 |
| * | checkout -m: recreate merge when checking out of unmerged index | Junio C Hamano | 2008-08-30 | 1 | -3/+8 |
| * | checkout --ours/--theirs: allow checking out one side of a conflicting merge | Junio C Hamano | 2008-08-30 | 1 | -2/+9 |
| * | checkout -f: allow ignoring unmerged paths when checking out of the index | Junio C Hamano | 2008-08-30 | 1 | -6/+13 |
* | | Extend "checkout --track" DWIM to support more cases | Alex Riesen | 2008-08-22 | 1 | -3/+10 |
* | | checkout --track: make up a sensible branch name if '-b' was omitted | Johannes Schindelin | 2008-08-11 | 1 | -1/+9 |
|/ |
|
* | checkout: mention '--' in the docs | SZEDER Gábor | 2008-07-24 | 1 | -1/+1 |
* | manpages: italicize git command names (which were in teletype font) | Jonathan Nieder | 2008-07-05 | 1 | -2/+2 |
* | Documentation formatting and cleanup | Jonathan Nieder | 2008-07-01 | 1 | -2/+2 |
* | Documentation: be consistent about "git-" versus "git " | Jonathan Nieder | 2008-07-01 | 1 | -4/+4 |
* | Docs: Use "-l::\n--long\n" format in OPTIONS sections | Stephan Beyer | 2008-06-08 | 1 | -1/+2 |
* | documentation: move git(7) to git(1) | Christian Couder | 2008-06-06 | 1 | -1/+1 |
* | git checkout: add -t alias for --track | Miklos Vajna | 2008-04-27 | 1 | -1/+1 |
* | Documentation/git-checkout: Update summary to reflect current abilities | Julian Phillips | 2008-03-25 | 1 | -1/+1 |
* | doc: documentation update for the branch track changes | Jay Soffian | 2008-02-19 | 1 | -12/+11 |
* | Documentation: rename gitlink macro to linkgit | Dan McGee | 2008-01-06 | 1 | -2/+2 |
* | Say when --track is useful in the git-checkout docs. | Federico Mena Quintero | 2007-10-02 | 1 | -1/+3 |
* | Fix misspelling of 'suppress' in docs | Dave Watson | 2007-08-19 | 1 | -1/+1 |
* | branch --track: code cleanup and saner handling of local branches | Johannes Schindelin | 2007-07-11 | 1 | -3/+2 |
* | branch.autosetupmerge: allow boolean values, or "all" | Johannes Schindelin | 2007-07-08 | 1 | -2/+3 |
* | Documentation: minor cleanups to branch/checkout wording | Jeff King | 2007-07-02 | 1 | -2/+2 |
* | Documentation: quote {non-attributes} for asciidoc | Jeff King | 2007-07-02 | 1 | -1/+1 |
* | War on whitespace | Junio C Hamano | 2007-06-07 | 1 | -1/+0 |
* | Reverse the order of -b and --track in the man page. | Brian Gernhardt | 2007-04-23 | 1 | -1/+1 |
* | Documentation: clarify track/no-track option. | J. Bruce Fields | 2007-04-16 | 1 | -4/+8 |
* | Documentation: clarify git-checkout -f, minor editing | J. Bruce Fields | 2007-04-16 | 1 | -4/+5 |
* | git-branch, git-checkout: autosetup for remote branch tracking | Paolo Bonzini | 2007-03-10 | 1 | -2/+13 |
* | Convert update-index references in docs to add. | Shawn O. Pearce | 2007-02-17 | 1 | -3/+4 |
* | Documentation: Moving out of detached HEAD does not warn anymore. | Junio C Hamano | 2007-02-13 | 1 | -16/+6 |
* | add a quiet option to git-checkout | Nicolas Pitre | 2007-02-01 | 1 | -1/+4 |
* | Documentation: "git-checkout <tree> <path>" takes any tree-ish | Junio C Hamano | 2007-01-31 | 1 | -5/+7 |
* | Documentation: detached HEAD | Junio C Hamano | 2007-01-17 | 1 | -2/+52 |
* | Merge branch 'sp/reflog' into next | Junio C Hamano | 2006-05-23 | 1 | -1/+6 |
|\ |
|
| * | Enable ref log creation in git checkout -b. | Shawn Pearce | 2006-05-19 | 1 | -1/+6 |
* | | Reference git-check-ref-format in git-branch. | Shawn Pearce | 2006-05-21 | 1 | -1/+4 |
|/ |
|
* | Fix up remaining man pages that use asciidoc "callouts". | Sean Estabrooks | 2006-04-28 | 1 | -9/+9 |
* | Rewrite synopsis to clarify the two primary uses of git-checkout. | Jon Loeliger | 2006-03-17 | 1 | -10/+13 |
* | Remove trailing dot after short description | Fredrik Kuivinen | 2006-03-09 | 1 | -1/+1 |
* | checkout: merge local modifications while switching branches. | Junio C Hamano | 2006-01-13 | 1 | -7/+69 |
* | Documentation: more examples. | Junio C Hamano | 2005-12-12 | 1 | -3/+7 |
* | git-checkout: revert specific paths to either index or a given tree-ish. | Junio C Hamano | 2005-10-18 | 1 | -3/+39 |
* | [PATCH] Documentation: Update all files to use the new gitlink: macro | Sergey Vlasov | 2005-09-20 | 1 | -1/+1 |
* | Big tool rename. | Junio C Hamano | 2005-09-07 | 1 | -0/+43 |