| Age | Commit message (Expand) | Author | Files | Lines |
| 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 |
| 2015-03-05 | Merge branch 'mh/refs-have-new' | Junio C Hamano | 1 | -2/+4 |
| 2015-02-17 | ref_transaction_update(): remove "have_old" parameter | Michael Haggerty | 1 | -2/+4 |
| 2015-02-13 | do not include the same header twice | Дилян Палаузов | 1 | -1/+0 |
| 2014-12-01 | path.c: make get_pathname() call sites return const char * | Nguyễn Thái Ngọc Duy | 1 | -2/+3 |
| 2014-11-06 | Merge branch 'jk/fetch-reflog-df-conflict' | Junio C Hamano | 1 | -1/+1 |
| 2014-11-04 | fetch: load all default config at startup | Jeff King | 1 | -1/+1 |
| 2014-10-15 | fetch.c: change s_update_ref to use a ref transaction | Ronnie Sahlberg | 1 | -10/+24 |
| 2014-08-18 | fetch: silence git-gc if --quiet is given | Nguyễn Thái Ngọc Duy | 1 | -0/+2 |
| 2014-08-18 | fetch: convert argv_gc_auto to struct argv_array | Nguyễn Thái Ngọc Duy | 1 | -4/+4 |
| 2014-07-09 | Merge branch 'jk/xstrfmt' | Junio C Hamano | 1 | -7/+2 |
| 2014-06-19 | use xstrfmt to replace xmalloc + strcpy/strcat | Jeff King | 1 | -7/+2 |
| 2014-06-05 | fetch: allow explicit --refmap to override configuration | Junio C Hamano | 1 | -3/+32 |
| 2014-02-27 | Merge branch 'ep/varscope' | Junio C Hamano | 1 | -1/+1 |
| 2014-01-31 | builtin/fetch.c: reduce scope of variable | Elia Pinto | 1 | -1/+1 |
| 2014-01-17 | Merge branch 'nd/shallow-clone' | Junio C Hamano | 1 | -1/+14 |
| 2014-01-03 | fetch --prune: Run prune before fetching | Tom Miller | 1 | -5/+5 |
| 2014-01-03 | fetch --prune: always print header url | Tom Miller | 1 | -5/+27 |
| 2013-12-17 | Merge branch 'nd/transport-positive-depth-only' | Junio C Hamano | 1 | -0/+4 |
| 2013-12-17 | Merge branch 'cc/starts-n-ends-with' | Junio C Hamano | 1 | -9/+9 |
| 2013-12-10 | fetch: add --update-shallow to accept refs that update .git/shallow | Nguyễn Thái Ngọc Duy | 1 | -1/+5 |
| 2013-12-10 | fetch: support fetching from a shallow repository | Nguyễn Thái Ngọc Duy | 1 | -0/+9 |
| 2013-12-06 | clone,fetch: catch non positive --depth option value | Nguyễn Thái Ngọc Duy | 1 | -0/+4 |
| 2013-12-05 | replace {pre,suf}fixcmp() with {starts,ends}_with() | Christian Couder | 1 | -9/+9 |
| 2013-10-30 | ref_remove_duplicates(): simplify loop logic | Michael Haggerty | 1 | -3/+1 |
| 2013-10-30 | fetch, remote: properly convey --no-prune options to subprocesses | Michael Haggerty | 1 | -2/+2 |
| 2013-10-30 | fetch --prune: prune only based on explicit refspecs | Michael Haggerty | 1 | -30/+9 |
| 2013-10-30 | fetch --tags: fetch tags *in addition to* other stuff | Michael Haggerty | 1 | -24/+35 |
| 2013-10-30 | fetch: only opportunistically update references based on command line | Michael Haggerty | 1 | -12/+32 |
| 2013-10-30 | builtin/fetch.c: reorder function definitions | Michael Haggerty | 1 | -101/+97 |
| 2013-10-24 | get_ref_map(): rename local variables | Michael Haggerty | 1 | -6/+6 |
| 2013-09-20 | Merge branch 'bk/refs-multi-update' | Junio C Hamano | 1 | -1/+2 |
| 2013-09-09 | Merge branch 'jc/transport-do-not-use-connect-twice-in-fetch' | Junio C Hamano | 1 | -33/+56 |
| 2013-09-09 | Merge branch 'ms/fetch-prune-configuration' | Junio C Hamano | 1 | -3/+32 |
| 2013-08-30 | refs: report ref type from lock_any_ref_for_update | Brad King | 1 | -1/+2 |
| 2013-08-28 | builtin/fetch.c: Fix a sparse warning | Ramsay Jones | 1 | -1/+1 |
| 2013-08-07 | fetch: work around "transport-take-over" hack | Junio C Hamano | 1 | -0/+13 |
| 2013-08-07 | fetch: refactor code that fetches leftover tags | Junio C Hamano | 1 | -5/+9 |
| 2013-08-07 | fetch: refactor code that prepares a transport | Junio C Hamano | 1 | -20/+26 |
| 2013-08-07 | fetch: rename file-scope global "transport" to "gtransport" | Junio C Hamano | 1 | -11/+11 |
| 2013-08-05 | Replace deprecated OPT_BOOLEAN by OPT_BOOL | Stefan Beller | 1 | -12/+12 |
| 2013-07-18 | fetch: make --prune configurable | Michael Schubert | 1 | -5/+34 |