summaryrefslogtreecommitdiff
path: root/builtin/checkout.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-20Convert struct object to object_idLibravatar brian m. carlson1-6/+6
2015-11-20Add several uses of get_object_hash.Libravatar brian m. carlson1-5/+5
2015-11-01checkout: add --progress optionLibravatar Edmundo Carmona Antoranz1-2/+12
2015-08-31Merge branch 'hv/submodule-config'Libravatar Junio C Hamano1-0/+1
2015-08-26Merge branch 'jc/calloc-pathspec'Libravatar Junio C Hamano1-1/+1
2015-08-20ps_matched: xcalloc() takes nmemb and then element sizeLibravatar Junio C Hamano1-1/+1
2015-08-19submodule: use new config API for worktree configurationsLibravatar Heiko Voigt1-0/+1
2015-08-12Merge branch 'es/worktree-add-cleanup'Libravatar Junio C Hamano1-76/+6
2015-08-03Merge branch 'dt/refs-backend-preamble'Libravatar Junio C Hamano1-12/+10
2015-07-21refs: new public ref function: safe_create_reflogLibravatar David Turner1-9/+5
2015-07-21refs.c: add err arguments to reflog functionsLibravatar David Turner1-3/+5
2015-07-20checkout: drop intimate knowledge of newly created worktreeLibravatar Eric Sunshine1-7/+2
2015-07-20branch: publish die_if_checked_out()Libravatar Eric Sunshine1-67/+0
2015-07-20checkout: teach check_linked_checkout() about symbolic link HEADLibravatar Eric Sunshine1-1/+5
2015-07-20checkout: check_linked_checkout: simplify symref parsingLibravatar Eric Sunshine1-9/+6
2015-07-20checkout: check_linked_checkout: improve "already checked out" aestheticLibravatar Eric Sunshine1-0/+1
2015-07-20checkout: generalize die_if_checked_out() branch name argumentLibravatar Eric Sunshine1-7/+8
2015-07-20checkout: die_if_checked_out: simplify strbuf managementLibravatar Eric Sunshine1-4/+3
2015-07-20checkout: improve die_if_checked_out() robustnessLibravatar Eric Sunshine1-7/+7
2015-07-20checkout: name check_linked_checkouts() more meaningfullyLibravatar Eric Sunshine1-2/+2
2015-07-20checkout: avoid resolving HEAD unnecessarilyLibravatar Eric Sunshine1-3/+3
2015-07-13Merge branch 'es/worktree-add'Libravatar Junio C Hamano1-153/+0
2015-07-13Merge branch 'nd/multiple-work-trees'Libravatar Junio C Hamano1-12/+11
2015-07-12Revert "checkout: retire --ignore-other-worktrees in favor of --force"Libravatar Junio C Hamano1-3/+5
2015-07-07checkout: retire --ignore-other-worktrees in favor of --forceLibravatar Eric Sunshine1-5/+3
2015-07-06checkout: require worktree unconditionallyLibravatar Eric Sunshine1-2/+0
2015-07-06checkout: retire --to optionLibravatar Eric Sunshine1-160/+1
2015-07-06checkout: drop 'checkout_opts' dependency from prepare_linked_checkoutLibravatar Eric Sunshine1-4/+5
2015-07-06checkout: make --to unconditionally verboseLibravatar Eric Sunshine1-2/+1
2015-07-06checkout: prepare_linked_checkout: drop now-unused 'new' argumentLibravatar Eric Sunshine1-3/+2
2015-07-06checkout: relocate --to's "no branch specified" checkLibravatar Eric Sunshine1-3/+4
2015-07-06checkout: fix bug with --to and relative HEADLibravatar Eric Sunshine1-4/+12
2015-06-12checkout: don't check worktrees when not necessaryLibravatar Nguyễn Thái Ngọc Duy1-12/+11
2015-05-25add_pending_uninteresting_ref(): rewrite to take an object_id argumentLibravatar Michael Haggerty1-5/+3
2015-05-25each_ref_fn: change to take an object_id parameterLibravatar Michael Haggerty1-1/+3
2015-05-11Merge branch 'nd/multiple-work-trees'Libravatar Junio C Hamano1-12/+257
2015-04-02checkout: call a single commit "it" intead of "them"Libravatar Thomas Schneider1-2/+9
2015-01-14standardize usage info string formatLibravatar Alex Henrie1-4/+4
2015-01-07checkout: add --ignore-other-wortreesLibravatar Nguyễn Thái Ngọc Duy1-1/+5
2015-01-07checkout: pass whole struct to parse_branchname_arg instead of individual flagsLibravatar Nguyễn Thái Ngọc Duy1-7/+6
2014-12-22Merge branch 'nd/ls-tree-pathspec'Libravatar Junio C Hamano1-4/+4
2014-12-05Merge branch 'jk/checkout-from-tree'Libravatar Junio C Hamano1-0/+18
2014-12-01tree.c: update read_tree_recursive callback to pass strbuf as baseLibravatar Nguyễn Thái Ngọc Duy1-4/+4
2014-12-01checkout: do not fail if target is an empty directoryLibravatar Max Kirillov1-1/+1
2014-12-01checkout: don't require a work tree when checking out into a new oneLibravatar Dennis Kaarsemaker1-0/+3
2014-12-01checkout: clean up half-prepared directories in --to modeLibravatar Nguyễn Thái Ngọc Duy1-0/+48
2014-12-01checkout: reject if the branch is already checked out elsewhereLibravatar Nguyễn Thái Ngọc Duy1-2/+84
2014-12-01prune: strategies for linked checkoutsLibravatar Nguyễn Thái Ngọc Duy1-2/+17
2014-12-01checkout: support checking out into a new working directoryLibravatar Nguyễn Thái Ngọc Duy1-2/+93
2014-12-01git_snpath(): retire and replace with strbuf_git_path()Libravatar Nguyễn Thái Ngọc Duy1-5/+8