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