| Age | Commit message (Expand) | Author | Files | Lines |
| 2018-09-17 | Merge branch 'jk/cocci' | Junio C Hamano | 1 | -1/+1 |
| 2018-09-17 | Merge branch 'bp/checkout-new-branch-optim' | Junio C Hamano | 1 | -4/+116 |
| 2018-08-29 | convert "oidcmp() == 0" to oideq() | Jeff King | 1 | -1/+1 |
| 2018-08-20 | Merge branch 'nd/no-the-index' | Junio C Hamano | 1 | -1/+1 |
| 2018-08-16 | checkout: optimize "git checkout -b <new_branch>" | Ben Peart | 1 | -4/+116 |
| 2018-08-15 | Merge branch 'nd/i18n' | Junio C Hamano | 1 | -2/+2 |
| 2018-08-13 | dir.c: remove an implicit dependency on the_index in pathspec code | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
| 2018-08-02 | Merge branch 'jm/cache-entry-from-mem-pool' | Junio C Hamano | 1 | -4/+4 |
| 2018-08-02 | Merge branch 'sb/object-store-lookup' | Junio C Hamano | 1 | -3/+3 |
| 2018-08-02 | Merge branch 'ab/checkout-default-remote' | Junio C Hamano | 1 | -8/+33 |
| 2018-07-23 | Update messages in preparation for i18n | Nguyễn Thái Ngọc Duy | 1 | -2/+2 |
| 2018-07-18 | Merge branch 'sb/object-store-grafts' | Junio C Hamano | 1 | -0/+1 |
| 2018-07-03 | block alloc: add lifecycle APIs for cache_entry structs | Jameson Miller | 1 | -4/+4 |
| 2018-07-03 | read-cache: teach make_cache_entry to take object_id | Jameson Miller | 1 | -1/+1 |
| 2018-06-29 | commit: add repository argument to lookup_commit_reference_gently | Stefan Beller | 1 | -3/+3 |
| 2018-06-29 | Merge branch 'sb/object-store-grafts' into sb/object-store-lookup | Junio C Hamano | 1 | -0/+1 |
| 2018-06-28 | Merge branch 'nd/completion-negation' | Junio C Hamano | 1 | -4/+6 |
| 2018-06-11 | checkout & worktree: introduce checkout.defaultRemote | Ævar Arnfjörð Bjarmason | 1 | -3/+9 |
| 2018-06-11 | checkout: add advice for ambiguous "checkout <branch>" | Ævar Arnfjörð Bjarmason | 1 | -0/+13 |
| 2018-06-11 | builtin/checkout.c: use "ret" variable for return | Ævar Arnfjörð Bjarmason | 1 | -3/+5 |
| 2018-06-11 | checkout: pass the "num_matches" up to callers | Ævar Arnfjörð Bjarmason | 1 | -3/+7 |
| 2018-05-30 | Merge branch 'ma/unpack-trees-free-msgs' | Junio C Hamano | 1 | -0/+1 |
| 2018-05-29 | completion: suppress some -no- options | Nguyễn Thái Ngọc Duy | 1 | -4/+6 |
| 2018-05-23 | Merge branch 'ds/lazy-load-trees' | Junio C Hamano | 1 | -6/+12 |
| 2018-05-22 | unpack_trees_options: free messages when done | Martin Ågren | 1 | -0/+1 |
| 2018-05-16 | object-store: move object access functions to object-store.h | Stefan Beller | 1 | -0/+1 |
| 2018-04-11 | treewide: replace maybe_tree with accessor methods | Derrick Stolee | 1 | -6/+12 |
| 2018-04-11 | treewide: rename tree to maybe_tree | Derrick Stolee | 1 | -6/+6 |
| 2018-04-11 | Merge branch 'bw/c-plus-plus' into ds/lazy-load-trees | Junio C Hamano | 1 | -98/+98 |
| 2018-04-10 | Merge branch 'bc/object-id' | Junio C Hamano | 1 | -6/+6 |
| 2018-03-14 | Merge branch 'nd/parseopt-completion' | Junio C Hamano | 1 | -2/+5 |
| 2018-03-14 | Convert find_unique_abbrev* to struct object_id | brian m. carlson | 1 | -3/+3 |
| 2018-03-14 | strbuf: convert strbuf_add_unique_abbrev to use struct object_id | brian m. carlson | 1 | -1/+1 |
| 2018-03-14 | tree: convert read_tree_recursive to struct object_id | brian m. carlson | 1 | -2/+2 |
| 2018-03-08 | Merge branch 'jh/status-no-ahead-behind' | Junio C Hamano | 1 | -1/+1 |
| 2018-03-06 | Merge branch 'bw/c-plus-plus' | Junio C Hamano | 1 | -98/+98 |
| 2018-02-22 | checkout: rename 'new' variables | Brandon Williams | 1 | -98/+98 |
| 2018-02-09 | completion: use __gitcomp_builtin in _git_checkout | Nguyễn Thái Ngọc Duy | 1 | -2/+5 |
| 2018-02-09 | parse-options: let OPT__FORCE take optional flags argument | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
| 2018-01-30 | sha1_file: convert write_sha1_file to object_id | Patryk Obara | 1 | -2/+1 |
| 2018-01-24 | status: support --no-ahead-behind in long format | Jeff Hostetler | 1 | -1/+1 |
| 2018-01-23 | Merge branch 'rs/lose-leak-pending' | Junio C Hamano | 1 | -12/+1 |
| 2017-12-28 | checkout: avoid using the rev_info flag leak_pending | René Scharfe | 1 | -12/+1 |
| 2017-12-27 | Merge branch 'ks/branch-cleanup' | Junio C Hamano | 1 | -1/+1 |
| 2017-12-19 | Merge branch 'ar/unconfuse-three-dots' | Junio C Hamano | 1 | -2/+8 |
| 2017-12-19 | Merge branch 'tg/worktree-create-tracking' | Junio C Hamano | 1 | -40/+1 |
| 2017-12-13 | Merge branch 'bc/hash-algo' | Junio C Hamano | 1 | -1/+1 |
| 2017-12-07 | branch: group related arguments of create_branch() | Kaartic Sivaraam | 1 | -1/+1 |
| 2017-12-06 | checkout: describe_detached_head: remove ellipsis after committish | Ann T Ropea | 1 | -2/+8 |
| 2017-11-28 | Merge branch 'jc/branch-name-sanity' | Junio C Hamano | 1 | -5/+5 |
| 2017-11-27 | checkout: factor out functions to new lib file | Thomas Gummerer | 1 | -40/+1 |
| 2017-11-15 | Merge branch 'mh/tidy-ref-update-flags' | Junio C Hamano | 1 | -1/+1 |
| 2017-11-13 | Switch empty tree and blob lookups to use hash abstraction | brian m. carlson | 1 | -1/+1 |
| 2017-11-06 | Merge branch 'bc/object-id' | Junio C Hamano | 1 | -5/+5 |
| 2017-11-06 | Merge branch 'ma/lockfile-fixes' | Junio C Hamano | 1 | -8/+6 |
| 2017-11-06 | refs: rename constant `REF_NODEREF` to `REF_NO_DEREF` | Michael Haggerty | 1 | -1/+1 |
| 2017-10-16 | refs: convert read_ref and read_ref_full to object_id | brian m. carlson | 1 | -3/+3 |
| 2017-10-16 | refs: convert resolve_refdup and refs_resolve_refdup to struct object_id | brian m. carlson | 1 | -1/+1 |
| 2017-10-16 | refs: convert update_ref and refs_update_ref to use struct object_id | brian m. carlson | 1 | -1/+1 |
| 2017-10-13 | branch: split validate_new_branchname() into two | Junio C Hamano | 1 | -5/+5 |
| 2017-10-07 | Merge branch 'ma/builtin-unleak' | Junio C Hamano | 1 | -0/+1 |
| 2017-10-06 | treewide: prefer lockfiles on the stack | Martin Ågren | 1 | -8/+6 |
| 2017-10-05 | Merge branch 'rs/resolve-ref-optional-result' | Junio C Hamano | 1 | -2/+1 |
| 2017-10-02 | builtin/: add UNLEAKs | Martin Ågren | 1 | -0/+1 |
| 2017-10-01 | refs: pass NULL to resolve_refdup() if hash is not needed | René Scharfe | 1 | -2/+1 |
| 2017-09-29 | Merge branch 'ma/leakplugs' | Junio C Hamano | 1 | -1/+8 |
| 2017-09-24 | leak_pending: use `object_array_clear()`, not `free()` | Martin Ågren | 1 | -1/+8 |
| 2017-09-22 | consistently use "fallthrough" comments in switches | Jeff King | 1 | -0/+1 |
| 2017-08-26 | Merge branch 'bw/submodule-config-cleanup' | Junio C Hamano | 1 | -2/+1 |
| 2017-08-11 | Merge branch 'ls/filter-process-delayed' | Junio C Hamano | 1 | -0/+3 |
| 2017-08-03 | submodule: remove gitmodules_config | Brandon Williams | 1 | -1/+0 |
| 2017-08-03 | unpack-trees: don't respect submodule.update | Brandon Williams | 1 | -1/+1 |
| 2017-07-26 | Merge branch 'ls/filter-process-delayed' into jt/subprocess-handshake | Junio C Hamano | 1 | -0/+3 |
| 2017-06-30 | convert: add "status=delayed" to filter process protocol | Lars Schneider | 1 | -0/+3 |
| 2017-06-24 | Merge branch 'bw/config-h' | Junio C Hamano | 1 | -0/+1 |
| 2017-06-15 | config: don't include config.h by default | Brandon Williams | 1 | -0/+1 |
| 2017-06-13 | Merge branch 'sb/submodule-blanket-recursive' | Junio C Hamano | 1 | -28/+3 |
| 2017-06-01 | Introduce 'submodule.recurse' option for worktree manipulators | Stefan Beller | 1 | -1/+1 |
| 2017-05-30 | reset/checkout/read-tree: unify config callback for submodule recursion | Stefan Beller | 1 | -26/+1 |
| 2017-05-30 | submodule recursing: do not write a config variable twice | Stefan Beller | 1 | -1/+1 |
| 2017-05-29 | Merge branch 'ja/do-not-ask-needless-questions' | Junio C Hamano | 1 | -3/+2 |
| 2017-05-29 | Merge branch 'js/plug-leaks' | Junio C Hamano | 1 | -8/+10 |
| 2017-05-29 | Merge branch 'bc/object-id' | Junio C Hamano | 1 | -9/+9 |
| 2017-05-23 | Merge branch 'rs/checkout-am-fix-unborn' | Junio C Hamano | 1 | -1/+2 |
| 2017-05-12 | usability: don't ask questions if no reply is required | Jean-Noel Avila | 1 | -3/+2 |
| 2017-05-09 | checkout: fix memory leak | Junio C Hamano | 1 | -0/+1 |
| 2017-05-08 | tree: convert parse_tree_indirect to struct object_id | brian m. carlson | 1 | -4/+4 |
| 2017-05-08 | revision: rename add_pending_sha1 to add_pending_oid | brian m. carlson | 1 | -2/+2 |
| 2017-05-08 | Convert lookup_commit* to struct object_id | brian m. carlson | 1 | -3/+3 |
| 2017-05-08 | checkout: fix memory leak | Johannes Schindelin | 1 | -8/+9 |
| 2017-05-08 | checkout: check return value of resolve_refdup before using hash | René Scharfe | 1 | -1/+2 |
| 2017-03-30 | avoid using fixed PATH_MAX buffers for refs | Jeff King | 1 | -3/+2 |
| 2017-03-28 | Merge branch 'sb/checkout-recurse-submodules' | Junio C Hamano | 1 | -0/+28 |
| 2017-03-28 | Merge branch 'jk/interpret-branch-name' into maint | Junio C Hamano | 1 | -1/+1 |
| 2017-03-16 | builtin/checkout: add --recurse-submodules switch | Stefan Beller | 1 | -0/+28 |
| 2017-03-14 | Merge branch 'jk/interpret-branch-name' | Junio C Hamano | 1 | -1/+1 |
| 2017-03-02 | checkout: restrict @-expansions when finding branch | Jeff King | 1 | -1/+1 |
| 2017-03-02 | interpret_branch_name: allow callers to restrict expansions | Jeff King | 1 | -1/+1 |
| 2017-02-03 | Merge branch 'cw/log-updates-for-all-refs-really' | Junio C Hamano | 1 | -4/+7 |
| 2017-01-31 | refs: add option core.logAllRefUpdates = always | Cornelius Weig | 1 | -4/+7 |
| 2017-01-30 | checkout: convert post_checkout_hook() to struct object_id | René Scharfe | 1 | -2/+2 |
| 2016-12-07 | hold_locked_index(): align error handling with hold_lockfile_for_update() | Junio C Hamano | 1 | -2/+2 |
| 2016-11-17 | Merge branch 'jk/create-branch-remove-unused-param' | Junio C Hamano | 1 | -1/+1 |
| 2016-11-09 | create_branch: drop unused "head" parameter | Jeff King | 1 | -1/+1 |
| 2016-09-26 | Merge branch 'rs/checkout-init-macro' | Junio C Hamano | 1 | -2/+1 |
| 2016-09-26 | Merge branch 'tg/add-chmod+x-fix' | Junio C Hamano | 1 | -1/+1 |
| 2016-09-26 | Merge branch 'nd/checkout-disambiguation' | Junio C Hamano | 1 | -3/+3 |
| 2016-09-22 | introduce CHECKOUT_INIT | René Scharfe | 1 | -2/+1 |
| 2016-09-21 | Merge branch 'rs/checkout-some-states-are-const' | Junio C Hamano | 1 | -3/+3 |
| 2016-09-21 | checkout: fix ambiguity check in subdir | Nguyễn Thái Ngọc Duy | 1 | -2/+2 |
| 2016-09-15 | add: modify already added files when --chmod is given | Thomas Gummerer | 1 | -1/+1 |
| 2016-09-13 | checkout: constify parameters of checkout_stage() and checkout_merged() | René Scharfe | 1 | -3/+3 |
| 2016-09-08 | Merge branch 'rs/use-strbuf-add-unique-abbrev' into maint | Junio C Hamano | 1 | -2/+1 |
| 2016-09-08 | checkout: add some spaces between code and comment | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
| 2016-09-07 | sha1_name: convert get_sha1_mb to struct object_id | brian m. carlson | 1 | -1/+1 |
| 2016-09-07 | Convert read_mmblob to take struct object_id. | brian m. carlson | 1 | -3/+3 |
| 2016-09-07 | builtin/checkout: convert some static functions to struct object_id | brian m. carlson | 1 | -33/+33 |
| 2016-09-07 | cache: convert struct cache_entry to use struct object_id | brian m. carlson | 1 | -3/+3 |
| 2016-08-19 | Merge branch 'sb/checkout-explit-detach-no-advice' | Junio C Hamano | 1 | -1/+2 |
| 2016-08-15 | checkout: do not mention detach advice for explicit --detach option | Stefan Beller | 1 | -1/+2 |
| 2016-08-12 | Merge branch 'rs/use-strbuf-add-unique-abbrev' | Junio C Hamano | 1 | -2/+1 |
| 2016-08-06 | use strbuf_add_unique_abbrev() for adding short hashes | René Scharfe | 1 | -2/+1 |
| 2016-08-01 | merge_trees(): ensure that the callers release output buffer | Johannes Schindelin | 1 | -0/+1 |
| 2016-07-26 | prepare the builtins for a libified merge_recursive() | Johannes Schindelin | 1 | -1/+3 |
| 2016-07-13 | Merge branch 'va/i18n-even-more' | Junio C Hamano | 1 | -3/+3 |
| 2016-06-17 | i18n: standardise messages | Vasco Almeida | 1 | -3/+3 |
| 2016-06-07 | add: add --chmod=+x / --chmod=-x options | Edward Thomson | 1 | -1/+1 |
| 2016-05-23 | Merge branch 'nd/worktree-various-heads' | Junio C Hamano | 1 | -1/+1 |
| 2016-04-22 | worktree.c: check whether branch is rebased in another worktree | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
| 2016-04-10 | checkout_paths(): remove unneeded flag variable | Michael Haggerty | 1 | -2/+1 |
| 2016-02-29 | builtin/checkout.c: mark strings for translation | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
| 2016-02-24 | Merge branch 'nd/dwim-wildcards-as-pathspecs' | Junio C Hamano | 1 | -1/+2 |
| 2016-02-10 | check_filename: tighten dwim-wildcard ambiguity | Jeff King | 1 | -1/+2 |
| 2016-02-10 | checkout: reorder check_filename conditional | Jeff King | 1 | -1/+1 |
| 2016-01-12 | checkout,clone: check return value of create_symref | Jeff King | 1 | -1/+2 |
| 2015-11-20 | Remove get_object_hash. | brian m. carlson | 1 | -5/+5 |
| 2015-11-20 | Convert struct object to object_id | brian m. carlson | 1 | -6/+6 |
| 2015-11-20 | Add several uses of get_object_hash. | brian m. carlson | 1 | -5/+5 |
| 2015-11-01 | checkout: add --progress option | Edmundo Carmona Antoranz | 1 | -2/+12 |
| 2015-08-31 | Merge branch 'hv/submodule-config' | Junio C Hamano | 1 | -0/+1 |
| 2015-08-26 | Merge branch 'jc/calloc-pathspec' | Junio C Hamano | 1 | -1/+1 |
| 2015-08-20 | ps_matched: xcalloc() takes nmemb and then element size | Junio C Hamano | 1 | -1/+1 |
| 2015-08-19 | submodule: use new config API for worktree configurations | Heiko Voigt | 1 | -0/+1 |
| 2015-08-12 | Merge branch 'es/worktree-add-cleanup' | Junio C Hamano | 1 | -76/+6 |
| 2015-08-03 | Merge branch 'dt/refs-backend-preamble' | Junio C Hamano | 1 | -12/+10 |
| 2015-07-21 | refs: new public ref function: safe_create_reflog | David Turner | 1 | -9/+5 |
| 2015-07-21 | refs.c: add err arguments to reflog functions | David Turner | 1 | -3/+5 |
| 2015-07-20 | checkout: drop intimate knowledge of newly created worktree | Eric Sunshine | 1 | -7/+2 |
| 2015-07-20 | branch: publish die_if_checked_out() | Eric Sunshine | 1 | -67/+0 |
| 2015-07-20 | checkout: teach check_linked_checkout() about symbolic link HEAD | Eric Sunshine | 1 | -1/+5 |
| 2015-07-20 | checkout: check_linked_checkout: simplify symref parsing | Eric Sunshine | 1 | -9/+6 |
| 2015-07-20 | checkout: check_linked_checkout: improve "already checked out" aesthetic | Eric Sunshine | 1 | -0/+1 |
| 2015-07-20 | checkout: generalize die_if_checked_out() branch name argument | Eric Sunshine | 1 | -7/+8 |
| 2015-07-20 | checkout: die_if_checked_out: simplify strbuf management | Eric Sunshine | 1 | -4/+3 |
| 2015-07-20 | checkout: improve die_if_checked_out() robustness | Eric Sunshine | 1 | -7/+7 |
| 2015-07-20 | checkout: name check_linked_checkouts() more meaningfully | Eric Sunshine | 1 | -2/+2 |
| 2015-07-20 | checkout: avoid resolving HEAD unnecessarily | Eric Sunshine | 1 | -3/+3 |
| 2015-07-13 | Merge branch 'es/worktree-add' | Junio C Hamano | 1 | -153/+0 |
| 2015-07-13 | Merge branch 'nd/multiple-work-trees' | Junio C Hamano | 1 | -12/+11 |
| 2015-07-12 | Revert "checkout: retire --ignore-other-worktrees in favor of --force" | Junio C Hamano | 1 | -3/+5 |
| 2015-07-07 | checkout: retire --ignore-other-worktrees in favor of --force | Eric Sunshine | 1 | -5/+3 |
| 2015-07-06 | checkout: require worktree unconditionally | Eric Sunshine | 1 | -2/+0 |
| 2015-07-06 | checkout: retire --to option | Eric Sunshine | 1 | -160/+1 |
| 2015-07-06 | checkout: drop 'checkout_opts' dependency from prepare_linked_checkout | Eric Sunshine | 1 | -4/+5 |
| 2015-07-06 | checkout: make --to unconditionally verbose | Eric Sunshine | 1 | -2/+1 |
| 2015-07-06 | checkout: prepare_linked_checkout: drop now-unused 'new' argument | Eric Sunshine | 1 | -3/+2 |
| 2015-07-06 | checkout: relocate --to's "no branch specified" check | Eric Sunshine | 1 | -3/+4 |
| 2015-07-06 | checkout: fix bug with --to and relative HEAD | Eric Sunshine | 1 | -4/+12 |
| 2015-06-12 | checkout: don't check worktrees when not necessary | Nguyễn Thái Ngọc Duy | 1 | -12/+11 |
| 2015-05-25 | add_pending_uninteresting_ref(): rewrite to take an object_id argument | Michael Haggerty | 1 | -5/+3 |
| 2015-05-25 | each_ref_fn: change to take an object_id parameter | Michael Haggerty | 1 | -1/+3 |
| 2015-05-11 | Merge branch 'nd/multiple-work-trees' | Junio C Hamano | 1 | -12/+257 |
| 2015-04-02 | checkout: call a single commit "it" intead of "them" | Thomas Schneider | 1 | -2/+9 |
| 2015-01-14 | standardize usage info string format | Alex Henrie | 1 | -4/+4 |
| 2015-01-07 | checkout: add --ignore-other-wortrees | Nguyễn Thái Ngọc Duy | 1 | -1/+5 |
| 2015-01-07 | checkout: pass whole struct to parse_branchname_arg instead of individual flags | Nguyễn Thái Ngọc Duy | 1 | -7/+6 |
| 2014-12-22 | Merge branch 'nd/ls-tree-pathspec' | Junio C Hamano | 1 | -4/+4 |
| 2014-12-05 | Merge branch 'jk/checkout-from-tree' | Junio C Hamano | 1 | -0/+18 |
| 2014-12-01 | tree.c: update read_tree_recursive callback to pass strbuf as base | Nguyễn Thái Ngọc Duy | 1 | -4/+4 |
| 2014-12-01 | checkout: do not fail if target is an empty directory | Max Kirillov | 1 | -1/+1 |
| 2014-12-01 | checkout: don't require a work tree when checking out into a new one | Dennis Kaarsemaker | 1 | -0/+3 |
| 2014-12-01 | checkout: clean up half-prepared directories in --to mode | Nguyễn Thái Ngọc Duy | 1 | -0/+48 |
| 2014-12-01 | checkout: reject if the branch is already checked out elsewhere | Nguyễn Thái Ngọc Duy | 1 | -2/+84 |
| 2014-12-01 | prune: strategies for linked checkouts | Nguyễn Thái Ngọc Duy | 1 | -2/+17 |
| 2014-12-01 | checkout: support checking out into a new working directory | Nguyễn Thái Ngọc Duy | 1 | -2/+93 |
| 2014-12-01 | git_snpath(): retire and replace with strbuf_git_path() | Nguyễn Thái Ngọc Duy | 1 | -5/+8 |
| 2014-12-01 | path.c: make get_pathname() call sites return const char * | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
| 2014-11-13 | checkout $tree: do not throw away unchanged index entries | Jeff King | 1 | -0/+18 |
| 2014-10-15 | refs.c: change resolve_ref_unsafe reading argument to be a flags field | Ronnie Sahlberg | 1 | -3/+3 |
| 2014-10-14 | Merge branch 'rs/more-uses-of-skip-prefix' | Junio C Hamano | 1 | -4/+2 |
| 2014-10-07 | use skip_prefix() to avoid more magic numbers | René Scharfe | 1 | -4/+2 |
| 2014-10-01 | lockfile.h: extract new header file for the functions in lockfile.c | Michael Haggerty | 1 | -1/+1 |
| 2014-09-11 | Merge branch 'dt/cache-tree-repair' | Junio C Hamano | 1 | -0/+6 |
| 2014-07-16 | Merge branch 'nd/split-index' | Junio C Hamano | 1 | -7/+5 |
| 2014-07-07 | cache-tree: create/update cache-tree on checkout | David Turner | 1 | -0/+8 |
| 2014-06-20 | use skip_prefix to avoid repeating strings | Jeff King | 1 | -2/+2 |
| 2014-06-13 | entry.c: update cache_changed if refresh_cache is set in checkout_entry() | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
| 2014-06-13 | read-cache: new API write_locked_index instead of write_index/write_cache | Nguyễn Thái Ngọc Duy | 1 | -7/+4 |
| 2014-06-06 | Merge branch 'rs/reflog-exists' | Junio C Hamano | 1 | -6/+2 |
| 2014-06-03 | Merge branch 'mh/ref-transaction' | Junio C Hamano | 1 | -1/+1 |