241 Commits (7243f5f3507abe3d083ec18e44bc7cb464fa06f4)

Author SHA1 Message Date
Michael Haggerty be7651a347 checkout_paths(): remove unneeded flag variable 9 years ago
Nguyễn Thái Ngọc Duy 4636f65123 builtin/checkout.c: mark strings for translation 9 years ago
Jeff King df714f81a7 check_filename: tighten dwim-wildcard ambiguity 9 years ago
Jeff King 1cc777de6f checkout: reorder check_filename conditional 9 years ago
Jeff King 4be49d7568 checkout,clone: check return value of create_symref 9 years ago
brian m. carlson ed1c9977cb Remove get_object_hash. 9 years ago
brian m. carlson f2fd0760f6 Convert struct object to object_id 9 years ago
brian m. carlson 7999b2cf77 Add several uses of get_object_hash. 9 years ago
Edmundo Carmona Antoranz 870ebdb9c4 checkout: add --progress option 9 years ago
Junio C Hamano 8b54c23437 ps_matched: xcalloc() takes nmemb and then element size 10 years ago
Heiko Voigt 851e18c385 submodule: use new config API for worktree configurations 10 years ago
David Turner abd0cd3a30 refs: new public ref function: safe_create_reflog 10 years ago
David Turner a4c653dfcd refs.c: add err arguments to reflog functions 10 years ago
Eric Sunshine 272be14a85 checkout: drop intimate knowledge of newly created worktree 10 years ago
Eric Sunshine ed89f84b3c branch: publish die_if_checked_out() 10 years ago
Eric Sunshine 746bbdc64f checkout: teach check_linked_checkout() about symbolic link HEAD 10 years ago
Eric Sunshine 33aef83666 checkout: check_linked_checkout: simplify symref parsing 10 years ago
Eric Sunshine 39e69e1519 checkout: check_linked_checkout: improve "already checked out" aesthetic 10 years ago
Eric Sunshine 4341460d92 checkout: generalize die_if_checked_out() branch name argument 10 years ago
Eric Sunshine 4e07815dba checkout: die_if_checked_out: simplify strbuf management 10 years ago
Eric Sunshine aaad2c948f checkout: improve die_if_checked_out() robustness 10 years ago
Eric Sunshine e13d37094e checkout: name check_linked_checkouts() more meaningfully 10 years ago
Eric Sunshine c265c533cf checkout: avoid resolving HEAD unnecessarily 10 years ago
Junio C Hamano c925fe2368 Revert "checkout: retire --ignore-other-worktrees in favor of --force" 10 years ago
Eric Sunshine 0d1a151783 checkout: retire --ignore-other-worktrees in favor of --force 10 years ago
Eric Sunshine 0ca560cb97 checkout: require worktree unconditionally 10 years ago
Eric Sunshine b979d95027 checkout: retire --to option 10 years ago
Eric Sunshine bdf0f375b9 checkout: drop 'checkout_opts' dependency from prepare_linked_checkout 10 years ago
Eric Sunshine 338dfd0da4 checkout: make --to unconditionally verbose 10 years ago
Eric Sunshine 3c3e7f5b57 checkout: prepare_linked_checkout: drop now-unused 'new' argument 10 years ago
Eric Sunshine 9559ce8368 checkout: relocate --to's "no branch specified" check 10 years ago
Eric Sunshine c990a4c11d checkout: fix bug with --to and relative HEAD 10 years ago
Nguyễn Thái Ngọc Duy e1c1ab9d25 checkout: don't check worktrees when not necessary 10 years ago
Michael Haggerty fcb615f51f add_pending_uninteresting_ref(): rewrite to take an object_id argument 10 years ago
Michael Haggerty 2b2a5be394 each_ref_fn: change to take an object_id parameter 10 years ago
Thomas Schneider fc792ca860 checkout: call a single commit "it" intead of "them" 10 years ago
Alex Henrie 9c9b4f2f8b standardize usage info string format 10 years ago
Nguyễn Thái Ngọc Duy 1d0fa898ea checkout: add --ignore-other-wortrees 10 years ago
Nguyễn Thái Ngọc Duy 10f102be21 checkout: pass whole struct to parse_branchname_arg instead of individual flags 10 years ago
Nguyễn Thái Ngọc Duy 6a0b0b6de9 tree.c: update read_tree_recursive callback to pass strbuf as base 10 years ago
Max Kirillov ee4fb8435e checkout: do not fail if target is an empty directory 10 years ago
Dennis Kaarsemaker 3473ad0cf6 checkout: don't require a work tree when checking out into a new one 10 years ago
Nguyễn Thái Ngọc Duy 3b8925c78b checkout: clean up half-prepared directories in --to mode 10 years ago
Nguyễn Thái Ngọc Duy 5883034c61 checkout: reject if the branch is already checked out elsewhere 10 years ago
Nguyễn Thái Ngọc Duy 23af91d102 prune: strategies for linked checkouts 10 years ago
Nguyễn Thái Ngọc Duy 529fef20cf checkout: support checking out into a new working directory 10 years ago
Nguyễn Thái Ngọc Duy 1a83c240f2 git_snpath(): retire and replace with strbuf_git_path() 10 years ago
Nguyễn Thái Ngọc Duy dcf692625a path.c: make get_pathname() call sites return const char * 10 years ago
Jeff King c5326bd62b checkout $tree: do not throw away unchanged index entries 10 years ago
Ronnie Sahlberg 7695d118e5 refs.c: change resolve_ref_unsafe reading argument to be a flags field 10 years ago