summaryrefslogtreecommitdiff
path: root/builtin/checkout.c
AgeCommit message (Expand)Author
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
2016-09-26Merge branch 'tg/add-chmod+x-fix'Junio C Hamano
2016-09-26Merge branch 'nd/checkout-disambiguation'Junio C Hamano
2016-09-22introduce CHECKOUT_INITRené Scharfe
2016-09-21Merge branch 'rs/checkout-some-states-are-const'Junio C Hamano
2016-09-21checkout: fix ambiguity check in subdirNguyễn Thái Ngọc Duy
2016-09-15add: modify already added files when --chmod is givenThomas Gummerer
2016-09-13checkout: constify parameters of checkout_stage() and checkout_merged()René Scharfe
2016-09-09Merge branch 'rs/use-strbuf-add-unique-abbrev' into maintJunio C Hamano
2016-09-08checkout: add some spaces between code and commentNguyễn Thái Ngọc Duy
2016-09-07sha1_name: convert get_sha1_mb to struct object_idbrian m. carlson
2016-09-07Convert read_mmblob to take struct object_id.brian m. carlson
2016-09-07builtin/checkout: convert some static functions to struct object_idbrian m. carlson
2016-09-07cache: convert struct cache_entry to use struct object_idbrian m. carlson
2016-08-19Merge branch 'sb/checkout-explit-detach-no-advice'Junio C Hamano
2016-08-15checkout: do not mention detach advice for explicit --detach optionStefan Beller
2016-08-12Merge branch 'rs/use-strbuf-add-unique-abbrev'Junio C Hamano
2016-08-06use strbuf_add_unique_abbrev() for adding short hashesRené Scharfe
2016-08-01merge_trees(): ensure that the callers release output bufferJohannes Schindelin
2016-07-26prepare the builtins for a libified merge_recursive()Johannes Schindelin