summaryrefslogtreecommitdiff
path: root/builtin-checkout.c
AgeCommit message (Expand)Author
2008-03-09Make 'unpack_trees()' have a separate source and destination indexLinus Torvalds
2008-03-09Make 'unpack_trees()' take the index to work on as an argumentLinus Torvalds
2008-03-02cleanup: remove unused git_checkout_configDenis Cheng
2008-02-29Write index file on any checkout of filesDaniel Barkalow
2008-02-29Fix builtin checkout crashing when given an invalid pathAlex Riesen
2008-02-27Merge branch 'js/branch-track'Junio C Hamano
2008-02-24checkout: error out when index is unmerged even with -mJunio C Hamano
2008-02-23checkout: show progress when checkout takes long time while switching branchesJunio C Hamano
2008-02-21checkout: updates to tracking reportJunio C Hamano
2008-02-21builtin-checkout.c: Remove unused prefix arguments in switch_branches pathDaniel Barkalow
2008-02-21checkout: work from a subdirectoryJunio C Hamano
2008-02-20checkout: tone down the "forked status" diagnostic messagesJunio C Hamano
2008-02-20branch: optionally setup branch.*.merge from upstream local branchesJay Soffian
2008-02-19Clean up reporting differences on branch switchDaniel Barkalow
2008-02-19builtin-checkout.c: fix possible usage segfaultJay Soffian
2008-02-17checkout: notice when the switched branch is behind or forkedJunio C Hamano
2008-02-16Build in checkoutDaniel Barkalow