| Age | Commit message (Expand) | Author | Files | Lines |
| 2019-09-30 | Merge branch 'ds/commit-graph-on-fetch' | Junio C Hamano | 1 | -0/+15 |
| 2019-09-18 | Merge branch 'md/list-objects-filter-combo' | Junio C Hamano | 1 | -6/+3 |
| 2019-09-18 | Merge branch 'cc/multi-promisor' | Junio C Hamano | 1 | -19/+10 |
| 2019-09-03 | fetch: add fetch.writeCommitGraph config setting | Derrick Stolee | 1 | -0/+15 |
| 2019-08-19 | pull, fetch: add --set-upstream option | Corentin BOMPARD | 1 | -1/+50 |
| 2019-08-06 | l10n: reformat some localized strings for v2.23.0 | Jean-Noël Avila | 1 | -4/+11 |
| 2019-07-09 | Merge branch 'ds/fetch-disable-force-notice' | Junio C Hamano | 1 | -1/+33 |
| 2019-07-09 | Merge branch 'nd/fetch-multi-gc-once' | Junio C Hamano | 1 | -6/+11 |
| 2019-07-09 | Merge branch 'ds/close-object-store' | Junio C Hamano | 1 | -1/+1 |
| 2019-07-09 | Merge branch 'fc/fetch-with-import-fix' | Junio C Hamano | 1 | -10/+18 |
| 2019-06-28 | list-objects-filter-options: make filter_spec a string_list | Matthew DeVore | 1 | -6/+3 |
| 2019-06-25 | builtin/fetch: remove unique promisor remote limitation | Christian Couder | 1 | -15/+5 |
| 2019-06-25 | promisor-remote: parse remote.*.partialclonefilter | Christian Couder | 1 | -1/+1 |
| 2019-06-25 | Use promisor_remote_get_direct() and has_promisor_remote() | Christian Couder | 1 | -5/+6 |
| 2019-06-21 | fetch: warn about forced updates in branch listing | Derrick Stolee | 1 | -1/+24 |
| 2019-06-21 | fetch: add --[no-]show-forced-updates argument | Derrick Stolee | 1 | -1/+10 |
| 2019-06-19 | fetch: only run 'gc' once when fetching multiple remotes | Nguyễn Thái Ngọc Duy | 1 | -6/+11 |
| 2019-06-12 | packfile: rename close_all_packs to close_object_store | Derrick Stolee | 1 | -1/+1 |
| 2019-06-04 | fetch: fix regression with transport helpers | Felipe Contreras | 1 | -2/+3 |
| 2019-06-04 | fetch: make the code more understandable | Felipe Contreras | 1 | -7/+9 |
| 2019-06-04 | fetch: trivial cleanup | Felipe Contreras | 1 | -3/+8 |
| 2019-03-20 | Merge branch 'jk/no-sigpipe-during-network-transport' | Junio C Hamano | 1 | -0/+2 |
| 2019-03-05 | fetch: ignore SIGPIPE during network operation | Jeff King | 1 | -0/+2 |
| 2019-02-11 | Fix typos in translatable strings for v2.21.0 | Jean-Noël Avila | 1 | -1/+1 |
| 2019-02-06 | Merge branch 'jk/loose-object-cache-oid' | Junio C Hamano | 1 | -4/+3 |
| 2019-02-05 | Merge branch 'nd/fetch-compact-update' | Junio C Hamano | 1 | -2/+6 |
| 2019-02-05 | Merge branch 'js/filter-options-should-use-plain-int' | Junio C Hamano | 1 | -1/+6 |
| 2019-01-29 | Merge branch 'sb/submodule-recursive-fetch-gets-the-tip' | Junio C Hamano | 1 | -9/+2 |
| 2019-01-29 | Merge branch 'cc/fetch-error-message-fix' | Junio C Hamano | 1 | -2/+4 |
| 2019-01-27 | fetch: prefer suffix substitution in compact fetch.output | Nguyễn Thái Ngọc Duy | 1 | -2/+6 |
| 2019-01-15 | filter-options: expand scaled numbers | Josh Steadmon | 1 | -1/+6 |
| 2019-01-14 | fetch: fix extensions.partialclone name in error message | Christian Couder | 1 | -2/+4 |
| 2019-01-08 | convert has_sha1_file() callers to has_object_file() | Jeff King | 1 | -4/+3 |
| 2018-12-09 | fetch: ensure submodule objects fetched | Stefan Beller | 1 | -9/+2 |
| 2018-11-18 | Merge branch 'jk/unused-parameter-fixes' | Junio C Hamano | 1 | -0/+2 |
| 2018-11-13 | Merge branch 'jc/war-on-string-list' | Junio C Hamano | 1 | -46/+100 |
| 2018-11-06 | assert NOARG/NONEG behavior of parse-options callbacks | Jeff King | 1 | -0/+2 |
| 2018-11-01 | fetch: replace string-list used as a look-up table with a hashmap | Junio C Hamano | 1 | -46/+100 |
| 2018-10-19 | Merge branch 'jt/avoid-ls-refs' | Junio C Hamano | 1 | -6/+26 |
| 2018-10-07 | fetch: do not list refs if fetching only hashes | Jonathan Tan | 1 | -6/+26 |
| 2018-09-21 | fetch: in partial clone, check presence of targets | Jonathan Tan | 1 | -2/+13 |
| 2018-09-17 | Merge branch 'ab/fetch-tags-noclobber' | Junio C Hamano | 1 | -7/+13 |
| 2018-09-17 | Merge branch 'jk/cocci' | Junio C Hamano | 1 | -3/+3 |
| 2018-09-17 | Merge branch 'ds/reachable' | Junio C Hamano | 1 | -0/+1 |
| 2018-08-31 | fetch: stop clobbering existing tags without --force | Ævar Arnfjörð Bjarmason | 1 | -6/+12 |
| 2018-08-31 | fetch: change "branch" to "reference" in --force -h output | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
| 2018-08-29 | convert "hashcmp() == 0" to hasheq() | Jeff King | 1 | -1/+1 |
| 2018-08-29 | convert "oidcmp() == 0" to oideq() | Jeff King | 1 | -2/+2 |
| 2018-08-15 | Merge branch 'jt/connectivity-check-after-unshallow' | Junio C Hamano | 1 | -24/+4 |
| 2018-08-15 | Merge branch 'jt/tag-following-with-proto-v2-fix' | Junio C Hamano | 1 | -1/+1 |
| 2018-08-02 | Merge branch 'jt/fetch-nego-tip' | Junio C Hamano | 1 | -0/+43 |
| 2018-08-02 | Merge branch 'sb/object-store-lookup' | Junio C Hamano | 1 | -3/+6 |
| 2018-08-01 | fetch-pack: unify ref in and out param | Jonathan Tan | 1 | -24/+4 |
| 2018-07-24 | Merge branch 'jt/connectivity-check-after-unshallow' | Junio C Hamano | 1 | -56/+94 |
| 2018-07-24 | fetch: send "refs/tags/" prefix upon CLI refspecs | Jonathan Tan | 1 | -1/+1 |
| 2018-07-20 | commit.h: remove method declarations | Derrick Stolee | 1 | -0/+1 |
| 2018-07-18 | Merge branch 'ao/config-from-gitmodules' | Junio C Hamano | 1 | -14/+1 |
| 2018-07-18 | Merge branch 'sb/object-store-grafts' | Junio C Hamano | 1 | -3/+4 |
| 2018-07-03 | fetch-pack: support negotiation tip whitelist | Jonathan Tan | 1 | -0/+43 |
| 2018-07-03 | fetch-pack: write shallow, then check connectivity | Jonathan Tan | 1 | -5/+10 |
| 2018-06-29 | commit: add repository argument to lookup_commit_reference_gently | Stefan Beller | 1 | -3/+6 |
| 2018-06-29 | Merge branch 'sb/object-store-grafts' into sb/object-store-lookup | Junio C Hamano | 1 | -3/+4 |
| 2018-06-28 | fetch-pack: put shallow info in output parameter | Brandon Williams | 1 | -4/+24 |
| 2018-06-28 | fetch: refactor to make function args narrower | Brandon Williams | 1 | -26/+26 |
| 2018-06-28 | fetch: refactor fetch_refs into two functions | Brandon Williams | 1 | -5/+18 |
| 2018-06-28 | fetch: refactor the population of peer ref OIDs | Brandon Williams | 1 | -18/+18 |
| 2018-06-26 | submodule-config: add helper function to get 'fetch' config from .gitmodules | Antonio Ospite | 1 | -14/+1 |
| 2018-06-01 | Merge branch 'nd/use-opt-int-set-f' | Junio C Hamano | 1 | -3/+3 |
| 2018-05-30 | Merge branch 'bw/ref-prefix-for-configured-refspec' | Junio C Hamano | 1 | -78/+61 |
| 2018-05-24 | Use OPT_SET_INT_F() for cmdline option specification | Nguyễn Thái Ngọc Duy | 1 | -3/+3 |
| 2018-05-23 | Merge branch 'sb/oid-object-info' | Junio C Hamano | 1 | -1/+1 |
| 2018-05-18 | path.c: migrate global git_path_* to take a repository argument | Stefan Beller | 1 | -2/+2 |
| 2018-05-18 | shallow: add repository argument to is_repository_shallow | Stefan Beller | 1 | -1/+1 |
| 2018-05-18 | fetch: generate ref-prefixes when using a configured refspec | Brandon Williams | 1 | -1/+9 |
| 2018-05-18 | refspec: consolidate ref-prefix generation logic | Brandon Williams | 1 | -12/+1 |
| 2018-05-18 | remote: convert get_stale_heads to take a struct refspec | Brandon Williams | 1 | -1/+1 |
| 2018-05-18 | fetch: convert prune_refs to take a struct refspec | Brandon Williams | 1 | -6/+5 |
| 2018-05-18 | fetch: convert get_ref_map to take a struct refspec | Brandon Williams | 1 | -23/+20 |
| 2018-05-18 | fetch: convert do_fetch to take a struct refspec | Brandon Williams | 1 | -5/+5 |
| 2018-05-18 | fetch: convert refmap to use struct refspec | Brandon Williams | 1 | -10/+7 |
| 2018-05-18 | fetch: convert fetch_one to use struct refspec | Brandon Williams | 1 | -27/+19 |
| 2018-05-18 | remote: remove add_prune_tags_to_fetch_refspec | Brandon Williams | 1 | -1/+1 |
| 2018-05-18 | remote: convert fetch refspecs to struct refspec | Brandon Williams | 1 | -10/+10 |
| 2018-05-18 | refspec: rename struct refspec to struct refspec_item | Brandon Williams | 1 | -6/+6 |
| 2018-05-18 | refspec: move refspec parsing logic into its own file | Brandon Williams | 1 | -0/+1 |
| 2018-05-16 | object-store: move object access functions to object-store.h | Stefan Beller | 1 | -0/+1 |
| 2018-05-08 | Merge branch 'bw/protocol-v2' | Junio C Hamano | 1 | -2/+19 |
| 2018-04-26 | cache.h: add repository argument to oid_object_info | Stefan Beller | 1 | -1/+1 |
| 2018-04-24 | fetch: send server options when using protocol v2 | Brandon Williams | 1 | -0/+5 |
| 2018-04-24 | Merge branch 'bw/protocol-v2' into HEAD | Junio C Hamano | 1 | -2/+19 |
| 2018-04-11 | Merge branch 'sb/object-store' | Junio C Hamano | 1 | -1/+1 |
| 2018-04-10 | Merge branch 'bc/object-id' | Junio C Hamano | 1 | -5/+5 |
| 2018-03-26 | object-store: close all packs upon clearing the object store | Stefan Beller | 1 | -1/+1 |
| 2018-03-15 | fetch: pass ref prefixes when fetching | Brandon Williams | 1 | -1/+18 |
| 2018-03-15 | transport: convert transport_get_remote_refs to take a list of ref prefixes | Brandon Williams | 1 | -2/+2 |
| 2018-03-14 | Merge branch 'nd/parseopt-completion' | Junio C Hamano | 1 | -1/+1 |
| 2018-03-14 | sha1_file: convert sha1_object_info* to object_id | brian m. carlson | 1 | -1/+1 |
| 2018-03-14 | strbuf: convert strbuf_add_unique_abbrev to use struct object_id | brian m. carlson | 1 | -4/+4 |
| 2018-03-06 | Merge branch 'ab/fetch-prune' | Junio C Hamano | 1 | -8/+46 |
| 2018-02-13 | Merge branch 'jh/partial-clone' | Junio C Hamano | 1 | -6/+77 |
| 2018-02-09 | fetch: make the --prune-tags work with <url> | Ævar Arnfjörð Bjarmason | 1 | -3/+14 |
| 2018-02-09 | fetch: add a --prune-tags option and fetch.pruneTags config | Ævar Arnfjörð Bjarmason | 1 | -3/+29 |
| 2018-02-09 | fetch: stop accessing "remote" variable indirectly | Ævar Arnfjörð Bjarmason | 1 | -2/+2 |
| 2018-02-09 | fetch: trivially refactor assignment to ref_nr | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
| 2018-02-09 | fetch: don't redundantly NULL something calloc() gave us | Ævar Arnfjörð Bjarmason | 1 | -1/+0 |
| 2018-02-09 | parse-options: let OPT__FORCE take optional flags argument | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
| 2017-12-28 | Merge branch 'jt/transport-hide-vtable' | Junio C Hamano | 1 | -3/+0 |
| 2017-12-14 | clone, fetch: remove redundant transport check | Jonathan Tan | 1 | -3/+0 |
| 2017-12-12 | submodule: convert get_next_submodule to not rely on the_index | Brandon Williams | 1 | -1/+3 |
| 2017-12-08 | fetch: inherit filter-spec from partial clone | Jeff Hostetler | 1 | -3/+53 |
| 2017-12-08 | fetch: support filters | Jeff Hostetler | 1 | -2/+21 |
| 2017-12-08 | fetch: refactor calculation of remote list | Jonathan Tan | 1 | -6/+8 |
| 2017-10-16 | Convert check_connected to use struct object_id | brian m. carlson | 1 | -2/+2 |
| 2017-10-16 | refs: update ref transactions to use struct object_id | brian m. carlson | 1 | -2/+2 |
| 2017-08-26 | Merge branch 'jt/packmigrate' | Junio C Hamano | 1 | -0/+1 |
| 2017-08-23 | pack: move pack-closing functions | Jonathan Tan | 1 | -0/+1 |
| 2017-08-03 | submodule: remove gitmodules_config | Brandon Williams | 1 | -4/+0 |
| 2017-08-03 | fetch: don't overlay config with submodule-config | Brandon Williams | 1 | -1/+0 |
| 2017-08-02 | submodule: remove fetch.recursesubmodules from submodule-config parsing | Brandon Williams | 1 | -1/+7 |
| 2017-08-02 | submodule: remove submodule.fetchjobs from submodule-config parsing | Brandon Williams | 1 | -1/+17 |
| 2017-07-13 | Merge branch 'sb/pull-rebase-submodule' | Junio C Hamano | 1 | -25/+11 |
| 2017-07-05 | Merge branch 'jt/unify-object-info' | Junio C Hamano | 1 | -4/+6 |
| 2017-06-27 | builtin/fetch cleanup: always set default value for submodule recursing | Stefan Beller | 1 | -3/+2 |
| 2017-06-26 | sha1_file: refactor has_sha1_file_with_flags | Jonathan Tan | 1 | -4/+6 |
| 2017-06-24 | Merge branch 'bw/config-h' | Junio C Hamano | 1 | -0/+1 |
| 2017-06-23 | builtin/fetch: parse recurse-submodules-default at default options parsing | Stefan Beller | 1 | -9/+10 |
| 2017-06-23 | builtin/fetch: factor submodule recurse parsing out to submodule config | Stefan Beller | 1 | -16/+2 |
| 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 | -0/+7 |
| 2017-06-01 | builtin/fetch.c: respect 'submodule.recurse' option | Stefan Beller | 1 | -0/+7 |
| 2017-05-23 | ref_store: take a `msg` parameter when deleting references | Michael Haggerty | 1 | -1/+1 |
| 2017-05-08 | Convert lookup_commit* to struct object_id | brian m. carlson | 1 | -3/+4 |
| 2017-04-19 | Merge branch 'bc/object-id' | Junio C Hamano | 1 | -3/+3 |
| 2017-03-30 | fetch: use heap buffer to format reflog | Jeff King | 1 | -2/+4 |
| 2017-03-28 | submodule: convert check_for_new_submodule_commits to object_id | brian m. carlson | 1 | -3/+3 |
| 2017-01-31 | Merge branch 'js/remote-rename-with-half-configured-remote' | Junio C Hamano | 1 | -1/+1 |
| 2017-01-19 | remote rename: more carefully determine whether a remote is configured | Johannes Schindelin | 1 | -1/+1 |
| 2017-01-10 | Merge branch 'jt/fetch-no-redundant-tag-fetch-map' | Junio C Hamano | 1 | -3/+0 |
| 2016-12-05 | clone,fetch: explain the shallow-clone option a little more clearly | Alex Henrie | 1 | -1/+1 |
| 2016-11-11 | fetch: do not redundantly calculate tag refmap | Jonathan Tan | 1 | -3/+0 |
| 2016-10-28 | Merge branch 'jk/fetch-quick-tag-following' into maint | Junio C Hamano | 1 | -4/+7 |
| 2016-10-27 | Merge branch 'jc/abbrev-auto' | Junio C Hamano | 1 | -16/+21 |
| 2016-10-27 | Merge branch 'lt/abbrev-auto' | Junio C Hamano | 1 | -0/+3 |
| 2016-10-26 | Merge branch 'jk/fetch-quick-tag-following' | Junio C Hamano | 1 | -4/+7 |
| 2016-10-21 | transport: allow summary-width to be computed dynamically | Junio C Hamano | 1 | -2/+2 |
| 2016-10-21 | fetch: pass summary_width down the callchain | Junio C Hamano | 1 | -16/+21 |
| 2016-10-14 | fetch: use "quick" has_sha1_file for tag following | Jeff King | 1 | -4/+7 |
| 2016-10-10 | Merge branch 'nd/shallow-deepen' | Junio C Hamano | 1 | -7/+43 |
| 2016-10-03 | abbrev: add FALLBACK_DEFAULT_ABBREV to prepare for auto sizing | Junio C Hamano | 1 | -0/+3 |
| 2016-08-03 | Merge branch 'jk/push-progress' | Junio C Hamano | 1 | -2/+4 |
| 2016-07-25 | Merge branch 'mh/ref-iterators' | Junio C Hamano | 1 | -1/+1 |
| 2016-07-20 | check_everything_connected: use a struct with named options | Jeff King | 1 | -2/+4 |
| 2016-07-19 | Merge branch 'nd/fetch-ref-summary' | Junio C Hamano | 1 | -40/+157 |
| 2016-07-11 | Merge branch 'km/fetch-do-not-free-remote-name' into maint | Junio C Hamano | 1 | -4/+2 |
| 2016-07-06 | Merge branch 'km/fetch-do-not-free-remote-name' | Junio C Hamano | 1 | -4/+2 |
| 2016-07-06 | fetch: reduce duplicate in ref update status lines with placeholder | Nguyễn Thái Ngọc Duy | 1 | -1/+76 |
| 2016-07-06 | fetch: align all "remote -> local" output | Nguyễn Thái Ngọc Duy | 1 | -2/+45 |
| 2016-06-27 | fetch: change flag code for displaying tag update and deleted ref | Nguyễn Thái Ngọc Duy | 1 | -2/+2 |
| 2016-06-27 | fetch: refactor ref update status formatting code | Nguyễn Thái Ngọc Duy | 1 | -39/+38 |
| 2016-06-20 | delete_refs(): add a flags argument | Michael Haggerty | 1 | -1/+1 |
| 2016-06-14 | builtin/fetch.c: don't free remote->name after fetch | Keith McGuigan | 1 | -4/+2 |
| 2016-06-13 | fetch, upload-pack: --deepen=N extends shallow boundary by N commits | Nguyễn Thái Ngọc Duy | 1 | -1/+13 |
| 2016-06-13 | fetch: define shallow boundary with --shallow-exclude | Nguyễn Thái Ngọc Duy | 1 | -3/+10 |
| 2016-06-13 | fetch: define shallow boundary with --shallow-since | Nguyễn Thái Ngọc Duy | 1 | -6/+23 |
| 2016-05-17 | Merge branch 'nd/error-errno' | Junio C Hamano | 1 | -2/+2 |
| 2016-05-09 | builtin/fetch.c: use error_errno() | Nguyễn Thái Ngọc Duy | 1 | -2/+2 |
| 2016-04-06 | Merge branch 'sb/submodule-parallel-update' | Junio C Hamano | 1 | -1/+1 |
| 2016-03-01 | fetching submodules: respect `submodule.fetchJobs` config option | Stefan Beller | 1 | -1/+1 |
| 2016-02-26 | Merge branch 'jk/tighten-alloc' | Junio C Hamano | 1 | -1/+1 |
| 2016-02-26 | Merge branch 'tg/git-remote' | Junio C Hamano | 1 | -3/+2 |
| 2016-02-24 | Merge branch 'ew/force-ipv4' | Junio C Hamano | 1 | -0/+6 |
| 2016-02-22 | use st_add and st_mult for allocation size computation | Jeff King | 1 | -1/+1 |
| 2016-02-16 | remote: simplify remote_is_configured() | Thomas Gummerer | 1 | -3/+2 |
| 2016-02-12 | connect & http: support -4 and -6 switches for remote operations | Eric Wong | 1 | -0/+6 |
| 2016-02-05 | Merge branch 'js/close-packs-before-gc' into maint | Junio C Hamano | 1 | -0/+2 |
| 2016-02-05 | Merge branch 'js/fopen-harder' into maint | Junio C Hamano | 1 | -1/+1 |
| 2016-01-26 | Merge branch 'js/close-packs-before-gc' | Junio C Hamano | 1 | -0/+2 |
| 2016-01-20 | Merge branch 'js/fopen-harder' | Junio C Hamano | 1 | -1/+1 |
| 2016-01-13 | fetch: release pack files before garbage-collecting | Johannes Schindelin | 1 | -0/+2 |
| 2016-01-11 | Handle more file writes correctly in shared repos | Johannes Schindelin | 1 | -1/+1 |
| 2015-12-16 | submodules: allow parallel fetching, add tests and documentation | Stefan Beller | 1 | -1/+5 |
| 2015-11-20 | Remove get_object_hash. | brian m. carlson | 1 | -2/+2 |
| 2015-11-20 | Add several uses of get_object_hash. | brian m. carlson | 1 | -2/+2 |
| 2015-11-20 | Convert struct ref to use object_id. | brian m. carlson | 1 | -25/+25 |
| 2015-10-05 | use alloc_ref rather than hand-allocating "struct ref" | Jeff King | 1 | -2/+1 |
| 2015-10-05 | transport: use strbufs for status table "quickref" strings | Jeff King | 1 | -10/+12 |
| 2015-09-25 | fetch: replace static buffer with xstrfmt | Jeff King | 1 | -5/+2 |
| 2015-08-31 | Merge branch 'hv/submodule-config' | Junio C Hamano | 1 | -0/+1 |
| 2015-08-19 | Merge branch 'jk/git-path' | Junio C Hamano | 1 | -2/+2 |
| 2015-08-19 | submodule: allow erroneous values for the fetchRecurseSubmodules option | Heiko Voigt | 1 | -0/+1 |
| 2015-08-17 | Merge branch 'mh/get-remote-group-fix' | Junio C Hamano | 1 | -8/+6 |
| 2015-08-10 | memoize common git-path "constant" files | Jeff King | 1 | -2/+2 |
| 2015-07-28 | get_remote_group(): use skip_prefix() | Michael Haggerty | 1 | -2/+1 |
| 2015-07-28 | get_remote_group(): eliminate superfluous call to strcspn() | Michael Haggerty | 1 | -2/+2 |
| 2015-07-28 | get_remote_group(): rename local variable "space" to "wordlen" | Michael Haggerty | 1 | -5/+5 |
| 2015-07-28 | get_remote_group(): handle remotes with single-character names | Michael Haggerty | 1 | -2/+1 |
| 2015-06-22 | prune_refs(): use delete_refs() | Michael Haggerty | 1 | -8/+17 |
| 2015-05-25 | builtin/fetch: rewrite to take an object_id argument | Michael Haggerty | 1 | -12/+11 |
| 2015-05-25 | each_ref_fn: change to take an object_id parameter | Michael Haggerty | 1 | -2/+6 |
| 2015-05-11 | Merge branch 'nd/multiple-work-trees' | Junio C Hamano | 1 | -2/+3 |