Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-05-04Merge branch 'maint'Junio C Hamano
2008-05-04checkout: don't rfc2047-encode oneline on detached HEADJeff King
2008-04-28git checkout: add -t alias for --trackMiklos Vajna
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-28Merge branch 'js/branch-track'Junio C Hamano
2008-02-24checkout: error out when index is unmerged even with -mJunio C Hamano
2008-02-24checkout: show progress when checkout takes long time while switching branchesJunio C Hamano
2008-02-22checkout: updates to tracking reportJunio C Hamano
2008-02-22builtin-checkout.c: Remove unused prefix arguments in switch_branches pathDaniel Barkalow
2008-02-21checkout: work from a subdirectoryJunio C Hamano
2008-02-21checkout: 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-17Build in checkoutDaniel Barkalow