summaryrefslogtreecommitdiff
path: root/builtin/fetch.c
AgeCommit message (Expand)Author
2019-09-18Merge branch 'md/list-objects-filter-combo'Junio C Hamano
2019-09-18Merge branch 'cc/multi-promisor'Junio C Hamano
2019-08-19pull, fetch: add --set-upstream optionCorentin BOMPARD
2019-08-06l10n: reformat some localized strings for v2.23.0Jean-Noël Avila
2019-07-09Merge branch 'ds/fetch-disable-force-notice'Junio C Hamano
2019-07-09Merge branch 'nd/fetch-multi-gc-once'Junio C Hamano
2019-07-09Merge branch 'ds/close-object-store'Junio C Hamano
2019-07-09Merge branch 'fc/fetch-with-import-fix'Junio C Hamano
2019-06-28list-objects-filter-options: make filter_spec a string_listMatthew DeVore
2019-06-25builtin/fetch: remove unique promisor remote limitationChristian Couder
2019-06-25promisor-remote: parse remote.*.partialclonefilterChristian Couder
2019-06-25Use promisor_remote_get_direct() and has_promisor_remote()Christian Couder
2019-06-21fetch: warn about forced updates in branch listingDerrick Stolee
2019-06-21fetch: add --[no-]show-forced-updates argumentDerrick Stolee
2019-06-20fetch: only run 'gc' once when fetching multiple remotesNguyễn Thái Ngọc Duy
2019-06-12packfile: rename close_all_packs to close_object_storeDerrick Stolee
2019-06-04fetch: fix regression with transport helpersFelipe Contreras
2019-06-04fetch: make the code more understandableFelipe Contreras
2019-06-04fetch: trivial cleanupFelipe Contreras
2019-03-20Merge branch 'jk/no-sigpipe-during-network-transport'Junio C Hamano
2019-03-05fetch: ignore SIGPIPE during network operationJeff King
2019-02-11Fix typos in translatable strings for v2.21.0Jean-Noël Avila
2019-02-07Merge branch 'jk/loose-object-cache-oid'Junio C Hamano
2019-02-05Merge branch 'nd/fetch-compact-update'Junio C Hamano
2019-02-05Merge branch 'js/filter-options-should-use-plain-int'Junio C Hamano
2019-01-29Merge branch 'sb/submodule-recursive-fetch-gets-the-tip'Junio C Hamano
2019-01-29Merge branch 'cc/fetch-error-message-fix'Junio C Hamano
2019-01-28fetch: prefer suffix substitution in compact fetch.outputNguyễn Thái Ngọc Duy
2019-01-15filter-options: expand scaled numbersJosh Steadmon
2019-01-14fetch: fix extensions.partialclone name in error messageChristian Couder
2019-01-08convert has_sha1_file() callers to has_object_file()Jeff King
2018-12-09fetch: ensure submodule objects fetchedStefan Beller
2018-11-18Merge branch 'jk/unused-parameter-fixes'Junio C Hamano
2018-11-13Merge branch 'jc/war-on-string-list'Junio C Hamano
2018-11-06assert NOARG/NONEG behavior of parse-options callbacksJeff King
2018-11-01fetch: replace string-list used as a look-up table with a hashmapJunio C Hamano
2018-10-19Merge branch 'jt/avoid-ls-refs'Junio C Hamano
2018-10-07fetch: do not list refs if fetching only hashesJonathan Tan
2018-09-21fetch: in partial clone, check presence of targetsJonathan Tan
2018-09-17Merge branch 'ab/fetch-tags-noclobber'Junio C Hamano
2018-09-17Merge branch 'jk/cocci'Junio C Hamano
2018-09-17Merge branch 'ds/reachable'Junio C Hamano
2018-08-31fetch: stop clobbering existing tags without --forceÆvar Arnfjörð Bjarmason
2018-08-31fetch: change "branch" to "reference" in --force -h outputÆvar Arnfjörð Bjarmason
2018-08-29convert "hashcmp() == 0" to hasheq()Jeff King
2018-08-29convert "oidcmp() == 0" to oideq()Jeff King
2018-08-15Merge branch 'jt/connectivity-check-after-unshallow'Junio C Hamano
2018-08-15Merge branch 'jt/tag-following-with-proto-v2-fix'Junio C Hamano
2018-08-02Merge branch 'jt/fetch-nego-tip'Junio C Hamano
2018-08-02Merge branch 'sb/object-store-lookup'Junio C Hamano