summaryrefslogtreecommitdiff
path: root/builtin/checkout.c
AgeCommit message (Expand)Author
2017-11-06Merge branch 'bc/object-id'Junio C Hamano
2017-11-06Merge branch 'ma/lockfile-fixes'Junio C Hamano
2017-10-16refs: convert read_ref and read_ref_full to object_idbrian m. carlson
2017-10-16refs: convert resolve_refdup and refs_resolve_refdup to struct object_idbrian m. carlson
2017-10-16refs: convert update_ref and refs_update_ref to use struct object_idbrian m. carlson
2017-10-07Merge branch 'ma/builtin-unleak'Junio C Hamano
2017-10-06treewide: prefer lockfiles on the stackMartin Ågren
2017-10-05Merge branch 'rs/resolve-ref-optional-result'Junio C Hamano
2017-10-02builtin/: add UNLEAKsMartin Ågren
2017-10-01refs: pass NULL to resolve_refdup() if hash is not neededRené Scharfe
2017-09-29Merge branch 'ma/leakplugs'Junio C Hamano
2017-09-24leak_pending: use `object_array_clear()`, not `free()`Martin Ågren
2017-09-22consistently use "fallthrough" comments in switchesJeff King
2017-08-27Merge branch 'bw/submodule-config-cleanup'Junio C Hamano
2017-08-11Merge branch 'ls/filter-process-delayed'Junio C Hamano
2017-08-03submodule: remove gitmodules_configBrandon Williams
2017-08-03unpack-trees: don't respect submodule.updateBrandon Williams
2017-07-26Merge branch 'ls/filter-process-delayed' into jt/subprocess-handshakeJunio C Hamano
2017-06-30convert: add "status=delayed" to filter process protocolLars Schneider
2017-06-24Merge branch 'bw/config-h'Junio C Hamano
2017-06-15config: don't include config.h by defaultBrandon Williams
2017-06-13Merge branch 'sb/submodule-blanket-recursive'Junio C Hamano
2017-06-01Introduce 'submodule.recurse' option for worktree manipulatorsStefan Beller
2017-05-30reset/checkout/read-tree: unify config callback for submodule recursionStefan Beller
2017-05-30submodule recursing: do not write a config variable twiceStefan Beller
2017-05-29Merge branch 'ja/do-not-ask-needless-questions'Junio C Hamano
2017-05-29Merge branch 'js/plug-leaks'Junio C Hamano
2017-05-29Merge branch 'bc/object-id'Junio C Hamano
2017-05-23Merge branch 'rs/checkout-am-fix-unborn'Junio C Hamano
2017-05-12usability: don't ask questions if no reply is requiredJean-Noel Avila
2017-05-10checkout: fix memory leakJunio C Hamano
2017-05-08tree: convert parse_tree_indirect to struct object_idbrian m. carlson
2017-05-08revision: rename add_pending_sha1 to add_pending_oidbrian m. carlson
2017-05-08Convert lookup_commit* to struct object_idbrian m. carlson
2017-05-08checkout: fix memory leakJohannes Schindelin
2017-05-08checkout: check return value of resolve_refdup before using hashRené Scharfe
2017-03-30avoid using fixed PATH_MAX buffers for refsJeff King
2017-03-28Merge branch 'sb/checkout-recurse-submodules'Junio C Hamano
2017-03-28Merge branch 'jk/interpret-branch-name' into maintJunio C Hamano
2017-03-16builtin/checkout: add --recurse-submodules switchStefan Beller
2017-03-14Merge branch 'jk/interpret-branch-name'Junio C Hamano
2017-03-02checkout: restrict @-expansions when finding branchJeff King
2017-03-02interpret_branch_name: allow callers to restrict expansionsJeff King
2017-02-03Merge branch 'cw/log-updates-for-all-refs-really'Junio C Hamano
2017-01-31refs: add option core.logAllRefUpdates = alwaysCornelius Weig
2017-01-30checkout: convert post_checkout_hook() to struct object_idRené Scharfe
2016-12-07hold_locked_index(): align error handling with hold_lockfile_for_update()Junio C Hamano
2016-11-17Merge branch 'jk/create-branch-remove-unused-param'Junio C Hamano
2016-11-09create_branch: drop unused "head" parameterJeff King
2016-09-26Merge branch 'rs/checkout-init-macro'Junio C Hamano