| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |