298 Commits (51b8aecabed1363f13c990320a50e1fb2aa3f696)

Author SHA1 Message Date
Lars Schneider 2841e8f81c convert: add "status=delayed" to filter process protocol 8 years ago
Brandon Williams b2141fc1d2 config: don't include config.h by default 8 years ago
Stefan Beller 046b48239e Introduce 'submodule.recurse' option for worktree manipulators 8 years ago
Stefan Beller d7a3803f9e reset/checkout/read-tree: unify config callback for submodule recursion 8 years ago
Stefan Beller 58b75bd6db submodule recursing: do not write a config variable twice 8 years ago
Jean-Noel Avila 6c48686263 usability: don't ask questions if no reply is required 8 years ago
Junio C Hamano 443a12f37b checkout: fix memory leak 8 years ago
brian m. carlson a9dbc17910 tree: convert parse_tree_indirect to struct object_id 8 years ago
brian m. carlson a58a1b01ff revision: rename add_pending_sha1 to add_pending_oid 8 years ago
brian m. carlson bc83266abe Convert lookup_commit* to struct object_id 8 years ago
Johannes Schindelin 514e803944 checkout: fix memory leak 8 years ago
René Scharfe 79e913c24a checkout: check return value of resolve_refdup before using hash 8 years ago
Jeff King 7f897b6f17 avoid using fixed PATH_MAX buffers for refs 8 years ago
Stefan Beller 1fc458d958 builtin/checkout: add --recurse-submodules switch 8 years ago
Jeff King fd4692ff70 checkout: restrict @-expansions when finding branch 8 years ago
Jeff King 0e9f62dab9 interpret_branch_name: allow callers to restrict expansions 8 years ago
Cornelius Weig 341fb28621 refs: add option core.logAllRefUpdates = always 8 years ago
René Scharfe 0ce11fe951 checkout: convert post_checkout_hook() to struct object_id 8 years ago
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