summaryrefslogtreecommitdiff
path: root/builtin-checkout.c
Commit message (Expand)AuthorAgeFilesLines
* Make 'unpack_trees()' have a separate source and destination indexLinus Torvalds2008-03-091-3/+6
* Make 'unpack_trees()' take the index to work on as an argumentLinus Torvalds2008-03-091-0/+6
* cleanup: remove unused git_checkout_configDenis Cheng2008-03-021-6/+1
* Write index file on any checkout of filesDaniel Barkalow2008-02-291-15/+15
* Fix builtin checkout crashing when given an invalid pathAlex Riesen2008-02-291-0/+4
* Merge branch 'js/branch-track'Junio C Hamano2008-02-271-9/+5
|\
| * branch: optionally setup branch.*.merge from upstream local branchesJay Soffian2008-02-191-9/+5
* | checkout: error out when index is unmerged even with -mJunio C Hamano2008-02-241-17/+18
* | checkout: show progress when checkout takes long time while switching branchesJunio C Hamano2008-02-231-0/+1
* | checkout: updates to tracking reportJunio C Hamano2008-02-211-5/+5
* | builtin-checkout.c: Remove unused prefix arguments in switch_branches pathDaniel Barkalow2008-02-211-6/+4
* | checkout: work from a subdirectoryJunio C Hamano2008-02-201-1/+0
* | checkout: tone down the "forked status" diagnostic messagesJunio C Hamano2008-02-201-40/+64
|/
* Clean up reporting differences on branch switchDaniel Barkalow2008-02-191-71/+7
* builtin-checkout.c: fix possible usage segfaultJay Soffian2008-02-181-0/+1
* checkout: notice when the switched branch is behind or forkedJunio C Hamano2008-02-161-0/+136
* Build in checkoutDaniel Barkalow2008-02-161-0/+477