| Commit message (Expand) | Author | Age |
* | Fix mismerge at cdb22c4 in builtin-checkout.c | Junio C Hamano | 2008-10-19 |
* | Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer | Brandon Casey | 2008-10-12 |
* | do not segfault if make_cache_entry failed | Dmitry Potapov | 2008-10-06 |
* | Merge branch 'jc/better-conflict-resolution' | Shawn O. Pearce | 2008-09-29 |
|\ |
|
| * | checkout --conflict=<style>: recreate merge in a non-default style | Junio C Hamano | 2008-08-31 |
| * | checkout -m: recreate merge when checking out of unmerged index | Junio C Hamano | 2008-08-30 |
| * | checkout --ours/--theirs: allow checking out one side of a conflicting merge | Junio C Hamano | 2008-08-30 |
| * | checkout -f: allow ignoring unmerged paths when checking out of the index | Junio C Hamano | 2008-08-30 |
* | | Merge branch 'mv/merge-recursive' | Shawn O. Pearce | 2008-09-25 |
|\ \ |
|
| * | | merge-recursive: introduce merge_options | Miklos Vajna | 2008-08-30 |
* | | | Merge branch 'maint' | Shawn O. Pearce | 2008-09-25 |
|\ \ \ |
|
| * | | | checkout: Do not show local changes when in quiet mode | Jonas Fonseca | 2008-09-25 |
* | | | | Merge branch 'db/maint-checkout-b' | Junio C Hamano | 2008-09-21 |
|\ \ \ \ |
|
| * | | | | Check early that a new branch is new and valid | Daniel Barkalow | 2008-09-21 |
| |/ / / |
|
| * | | | Merge branch 'jc/maint-checkout-keep-remove' into maint | Junio C Hamano | 2008-09-18 |
| |\ \ \ |
|
| * \ \ \ | Merge branch 'jc/maint-checkout-fix' into maint | Junio C Hamano | 2008-09-10 |
| |\ \ \ \
| | | |_|/
| | |/| | |
|
* | | | | | Merge branch 'jc/maint-checkout-keep-remove' | Junio C Hamano | 2008-09-16 |
|\ \ \ \ \
| | |_|/ /
| |/| | | |
|
| * | | | | checkout: do not lose staged removal | Junio C Hamano | 2008-09-09 |
| |/ / / |
|
* | | | | Merge branch 'jc/maint-checkout-fix' | Junio C Hamano | 2008-09-07 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | checkout: do not check out unmerged higher stages randomly | Junio C Hamano | 2008-08-30 |
* | | | | Merge branch 'maint' | Junio C Hamano | 2008-09-03 |
|\ \ \ \
| | |/ /
| |/| /
| |_|/
|/| | |
|
| * | | checkout: fix message when leaving detached HEAD | Jeff King | 2008-09-03 |
| |/ |
|
* | | Extend "checkout --track" DWIM to support more cases | Alex Riesen | 2008-08-22 |
* | | checkout --track: make up a sensible branch name if '-b' was omitted | Johannes Schindelin | 2008-08-11 |
|/ |
|
* | git-checkout: improve error messages, detect ambiguities. | Pierre Habouzit | 2008-07-24 |
* | Merge branch 'maint' into ph/checkout | Junio C Hamano | 2008-07-23 |
|\ |
|
| * | git-checkout: fix command line parsing. | Pierre Habouzit | 2008-07-23 |
* | | add context pointer to read_tree_recursive() | René Scharfe | 2008-07-15 |
* | | Refactor "tracking statistics" code used by "git checkout" | Junio C Hamano | 2008-07-02 |
|/ |
|
* | checkout: "best effort" checkout | Junio C Hamano | 2008-05-29 |
* | checkout: consolidate reset_{to_new,clean_to_new}() | Junio C Hamano | 2008-05-29 |
* | checkout: make reset_clean_to_new() not die by itself | Junio C Hamano | 2008-05-28 |
* | "git checkout -- paths..." should error out when paths cannot be written | Junio C Hamano | 2008-05-28 |
* | Merge branch 'js/config-cb'v1.5.6-rc0 | Junio C Hamano | 2008-05-25 |
|\ |
|
| * | Provide git_config with a callback-data parameter | Johannes Schindelin | 2008-05-14 |
* | | Merge branch 'jc/unpack-trees-reword' | Junio C Hamano | 2008-05-25 |
|\ \ |
|
| * | | unpack-trees: allow Porcelain to give different error messages | Junio C Hamano | 2008-05-19 |
| |/ |
|
* | | Extend interface of add_files_to_cache to allow ignore indexing errors | Alex Riesen | 2008-05-12 |
|/ |
|
* | Merge branch 'maint' | Junio C Hamano | 2008-05-03 |
|\ |
|
| * | checkout: don't rfc2047-encode oneline on detached HEAD | Jeff King | 2008-05-03 |
* | | git checkout: add -t alias for --track | Miklos Vajna | 2008-04-27 |
|/ |
|
* | Make 'unpack_trees()' have a separate source and destination index | Linus Torvalds | 2008-03-09 |
* | Make 'unpack_trees()' take the index to work on as an argument | Linus Torvalds | 2008-03-09 |
* | cleanup: remove unused git_checkout_config | Denis Cheng | 2008-03-02 |
* | Write index file on any checkout of files | Daniel Barkalow | 2008-02-29 |
* | Fix builtin checkout crashing when given an invalid path | Alex Riesen | 2008-02-29 |
* | Merge branch 'js/branch-track' | Junio C Hamano | 2008-02-27 |
|\ |
|
| * | branch: optionally setup branch.*.merge from upstream local branches | Jay Soffian | 2008-02-19 |
* | | checkout: error out when index is unmerged even with -m | Junio C Hamano | 2008-02-24 |
* | | checkout: show progress when checkout takes long time while switching branches | Junio C Hamano | 2008-02-23 |