summaryrefslogtreecommitdiff
path: root/builtin-checkout.c
AgeCommit message (Expand)AuthorFilesLines
2008-04-27git checkout: add -t alias for --trackLibravatar Miklos Vajna1-1/+1
2008-03-09Make 'unpack_trees()' have a separate source and destination indexLibravatar Linus Torvalds1-3/+6
2008-03-09Make 'unpack_trees()' take the index to work on as an argumentLibravatar Linus Torvalds1-0/+6
2008-03-02cleanup: remove unused git_checkout_configLibravatar Denis Cheng1-6/+1
2008-02-29Write index file on any checkout of filesLibravatar Daniel Barkalow1-15/+15
2008-02-29Fix builtin checkout crashing when given an invalid pathLibravatar Alex Riesen1-0/+4
2008-02-27Merge branch 'js/branch-track'Libravatar Junio C Hamano1-9/+5
2008-02-24checkout: error out when index is unmerged even with -mLibravatar Junio C Hamano1-17/+18
2008-02-23checkout: show progress when checkout takes long time while switching branchesLibravatar Junio C Hamano1-0/+1
2008-02-21checkout: updates to tracking reportLibravatar Junio C Hamano1-5/+5
2008-02-21builtin-checkout.c: Remove unused prefix arguments in switch_branches pathLibravatar Daniel Barkalow1-6/+4
2008-02-20checkout: work from a subdirectoryLibravatar Junio C Hamano1-1/+0
2008-02-20checkout: tone down the "forked status" diagnostic messagesLibravatar Junio C Hamano1-40/+64
2008-02-19branch: optionally setup branch.*.merge from upstream local branchesLibravatar Jay Soffian1-9/+5
2008-02-19Clean up reporting differences on branch switchLibravatar Daniel Barkalow1-71/+7
2008-02-18builtin-checkout.c: fix possible usage segfaultLibravatar Jay Soffian1-0/+1
2008-02-16checkout: notice when the switched branch is behind or forkedLibravatar Junio C Hamano1-0/+136
2008-02-16Build in checkoutLibravatar Daniel Barkalow1-0/+477