| Commit message (Expand) | Author | Age | Files | Lines |
* | checkout: Do not show local changes when in quiet mode | Jonas Fonseca | 2008-09-25 | 1 | -1/+1 |
* | Merge branch 'jc/maint-checkout-keep-remove' into maint | Junio C Hamano | 2008-09-18 | 1 | -0/+2 |
|\ |
|
| * | checkout: do not lose staged removal | Junio C Hamano | 2008-09-09 | 1 | -0/+2 |
* | | Merge branch 'jc/maint-checkout-fix' into maint | Junio C Hamano | 2008-09-10 | 1 | -1/+28 |
|\ \
| |/
|/| |
|
| * | checkout: do not check out unmerged higher stages randomly | Junio C Hamano | 2008-08-30 | 1 | -1/+28 |
* | | checkout: fix message when leaving detached HEAD | Jeff King | 2008-09-03 | 1 | -6/+4 |
|/ |
|
* | git-checkout: improve error messages, detect ambiguities. | Pierre Habouzit | 2008-07-24 | 1 | -17/+65 |
* | Merge branch 'maint' into ph/checkout | Junio C Hamano | 2008-07-23 | 1 | -1/+2 |
|\ |
|
| * | git-checkout: fix command line parsing. | Pierre Habouzit | 2008-07-23 | 1 | -1/+2 |
* | | add context pointer to read_tree_recursive() | René Scharfe | 2008-07-15 | 1 | -2/+2 |
* | | Refactor "tracking statistics" code used by "git checkout" | Junio C Hamano | 2008-07-02 | 1 | -88/+6 |
|/ |
|
* | checkout: "best effort" checkout | Junio C Hamano | 2008-05-29 | 1 | -4/+18 |
* | checkout: consolidate reset_{to_new,clean_to_new}() | Junio C Hamano | 2008-05-29 | 1 | -35/+15 |
* | checkout: make reset_clean_to_new() not die by itself | Junio C Hamano | 2008-05-28 | 1 | -3/+6 |
* | "git checkout -- paths..." should error out when paths cannot be written | Junio C Hamano | 2008-05-28 | 1 | -2/+5 |
* | Merge branch 'js/config-cb'v1.5.6-rc0 | Junio C Hamano | 2008-05-25 | 1 | -1/+1 |
|\ |
|
| * | Provide git_config with a callback-data parameter | Johannes Schindelin | 2008-05-14 | 1 | -1/+1 |
* | | Merge branch 'jc/unpack-trees-reword' | Junio C Hamano | 2008-05-25 | 1 | -0/+2 |
|\ \ |
|
| * | | unpack-trees: allow Porcelain to give different error messages | Junio C Hamano | 2008-05-19 | 1 | -0/+2 |
| |/ |
|
* | | Extend interface of add_files_to_cache to allow ignore indexing errors | Alex Riesen | 2008-05-12 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'maint' | Junio C Hamano | 2008-05-03 | 1 | -1/+1 |
|\ |
|
| * | checkout: don't rfc2047-encode oneline on detached HEAD | Jeff King | 2008-05-03 | 1 | -1/+1 |
* | | git checkout: add -t alias for --track | Miklos Vajna | 2008-04-27 | 1 | -1/+1 |
|/ |
|
* | Make 'unpack_trees()' have a separate source and destination index | Linus Torvalds | 2008-03-09 | 1 | -3/+6 |
* | Make 'unpack_trees()' take the index to work on as an argument | Linus Torvalds | 2008-03-09 | 1 | -0/+6 |
* | cleanup: remove unused git_checkout_config | Denis Cheng | 2008-03-02 | 1 | -6/+1 |
* | Write index file on any checkout of files | Daniel Barkalow | 2008-02-29 | 1 | -15/+15 |
* | Fix builtin checkout crashing when given an invalid path | Alex Riesen | 2008-02-29 | 1 | -0/+4 |
* | Merge branch 'js/branch-track' | Junio C Hamano | 2008-02-27 | 1 | -9/+5 |
|\ |
|
| * | branch: optionally setup branch.*.merge from upstream local branches | Jay Soffian | 2008-02-19 | 1 | -9/+5 |
* | | checkout: error out when index is unmerged even with -m | Junio C Hamano | 2008-02-24 | 1 | -17/+18 |
* | | checkout: show progress when checkout takes long time while switching branches | Junio C Hamano | 2008-02-23 | 1 | -0/+1 |
* | | checkout: updates to tracking report | Junio C Hamano | 2008-02-21 | 1 | -5/+5 |
* | | builtin-checkout.c: Remove unused prefix arguments in switch_branches path | Daniel Barkalow | 2008-02-21 | 1 | -6/+4 |
* | | checkout: work from a subdirectory | Junio C Hamano | 2008-02-20 | 1 | -1/+0 |
* | | checkout: tone down the "forked status" diagnostic messages | Junio C Hamano | 2008-02-20 | 1 | -40/+64 |
|/ |
|
* | Clean up reporting differences on branch switch | Daniel Barkalow | 2008-02-19 | 1 | -71/+7 |
* | builtin-checkout.c: fix possible usage segfault | Jay Soffian | 2008-02-18 | 1 | -0/+1 |
* | checkout: notice when the switched branch is behind or forked | Junio C Hamano | 2008-02-16 | 1 | -0/+136 |
* | Build in checkout | Daniel Barkalow | 2008-02-16 | 1 | -0/+477 |