269 Commits (6a5e6f5e4496d5647e9b11352d055efed434029e)

Author SHA1 Message Date
Junio C Hamano b3e83cc752 hold_locked_index(): align error handling with hold_lockfile_for_update() 8 years ago
Jeff King 4bd488ea7c create_branch: drop unused "head" parameter 8 years ago
René Scharfe 68e3d6292f introduce CHECKOUT_INIT 9 years ago
Nguyễn Thái Ngọc Duy b829b9439a checkout: fix ambiguity check in subdir 9 years ago
Thomas Gummerer 610d55af0f add: modify already added files when --chmod is given 9 years ago
René Scharfe ce25e4c78d checkout: constify parameters of checkout_stage() and checkout_merged() 9 years ago
Nguyễn Thái Ngọc Duy 7f82b24e30 checkout: add some spaces between code and comment 9 years ago
brian m. carlson 151b2911c1 sha1_name: convert get_sha1_mb to struct object_id 9 years ago
brian m. carlson d449347d08 Convert read_mmblob to take struct object_id. 9 years ago
brian m. carlson 60af7691db builtin/checkout: convert some static functions to struct object_id 9 years ago
brian m. carlson 99d1a9861a cache: convert struct cache_entry to use struct object_id 9 years ago
Stefan Beller 779b88a91f checkout: do not mention detach advice for explicit --detach option 9 years ago
René Scharfe 1eb47f167d use strbuf_add_unique_abbrev() for adding short hashes 9 years ago
Johannes Schindelin 548009c0d5 merge_trees(): ensure that the callers release output buffer 9 years ago
Johannes Schindelin f241ff0d0a prepare the builtins for a libified merge_recursive() 9 years ago
Vasco Almeida e923a8abe9 i18n: standardise messages 9 years ago
Edward Thomson 4e55ed32db add: add --chmod=+x / --chmod=-x options 9 years ago
Nguyễn Thái Ngọc Duy 8d9fdd7087 worktree.c: check whether branch is rebased in another worktree 9 years ago
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 10 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