aboutsummaryrefslogtreecommitdiff
path: root/builtin/checkout.c
Commit message (Expand)AuthorAge
* Merge branch 'ks/branch-cleanup'Junio C Hamano2017-12-27
|\
| * branch: group related arguments of create_branch()Kaartic Sivaraam2017-12-07
* | Merge branch 'ar/unconfuse-three-dots'Junio C Hamano2017-12-19
|\ \
| * | checkout: describe_detached_head: remove ellipsis after committishAnn T Ropea2017-12-06
* | | Merge branch 'tg/worktree-create-tracking'Junio C Hamano2017-12-19
|\ \ \
| * | | checkout: factor out functions to new lib fileThomas Gummerer2017-11-27
| | |/ | |/|
* | | Merge branch 'bc/hash-algo'Junio C Hamano2017-12-13
|\ \ \
| * | | Switch empty tree and blob lookups to use hash abstractionbrian m. carlson2017-11-13
| | |/ | |/|
* | | Merge branch 'jc/branch-name-sanity'Junio C Hamano2017-11-28
|\ \ \ | |_|/ |/| |
| * | branch: split validate_new_branchname() into twoJunio C Hamano2017-10-13
* | | Merge branch 'mh/tidy-ref-update-flags'Junio C Hamano2017-11-15
|\ \ \ | |_|/ |/| |
| * | refs: rename constant `REF_NODEREF` to `REF_NO_DEREF`Michael Haggerty2017-11-06
* | | Merge branch 'bc/object-id'Junio C Hamano2017-11-06
|\ \ \ | |/ /
| * | 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/lockfile-fixes'Junio C Hamano2017-11-06
|\ \ | |/ |/|
| * treewide: prefer lockfiles on the stackMartin Ågren2017-10-06
* | 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