summaryrefslogtreecommitdiff
path: root/builtin-checkout.c
AgeCommit message (Expand)Author
2008-07-25git-checkout: improve error messages, detect ambiguities.Pierre Habouzit
2008-07-24Merge branch 'maint' into ph/checkoutJunio C Hamano
2008-07-23git-checkout: fix command line parsing.Pierre Habouzit
2008-07-15add context pointer to read_tree_recursive()René Scharfe
2008-07-03Refactor "tracking statistics" code used by "git checkout"Junio C Hamano
2008-05-30checkout: "best effort" checkoutJunio C Hamano
2008-05-30checkout: consolidate reset_{to_new,clean_to_new}()Junio C Hamano
2008-05-29checkout: make reset_clean_to_new() not die by itselfJunio C Hamano
2008-05-29"git checkout -- paths..." should error out when paths cannot be writtenJunio C Hamano
2008-05-25Merge branch 'js/config-cb'v1.5.6-rc0Junio C Hamano
2008-05-25Merge branch 'jc/unpack-trees-reword'Junio C Hamano
2008-05-20unpack-trees: allow Porcelain to give different error messagesJunio C Hamano
2008-05-14Provide git_config with a callback-data parameterJohannes Schindelin
2008-05-13Extend interface of add_files_to_cache to allow ignore indexing errorsAlex Riesen
2008-05-04Merge branch 'maint'Junio C Hamano
2008-05-04checkout: don't rfc2047-encode oneline on detached HEADJeff King
2008-04-27git 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-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