summaryrefslogtreecommitdiff
path: root/builtin/fetch.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ps/lockfile-cleanup-fix'Junio C Hamano2022-01-121-6/+11
|\
| * fetch: fix deadlock when cleaning up lockfiles in async signalsPatrick Steinhardt2022-01-071-6/+11
* | Merge branch 'ja/i18n-similar-messages'Junio C Hamano2022-01-101-4/+4
|\ \
| * | i18n: standardize "cannot open" and "cannot read"Jean-Noël Avila2022-01-051-2/+2
| * | i18n: refactor "foo and bar are mutually exclusive"Jean-Noël Avila2022-01-051-2/+2
* | | Merge branch 'ds/fetch-pull-with-sparse-index'Junio C Hamano2022-01-101-0/+2
|\ \ \ | |/ / |/| |
| * | fetch/pull: use the sparse indexDerrick Stolee2021-12-221-0/+2
* | | Merge branch 'ab/fetch-set-upstream-while-detached'Junio C Hamano2021-12-221-0/+10
|\ \ \ | |/ / |/| |
| * | pull, fetch: fix segfault in --set-upstream optionÆvar Arnfjörð Bjarmason2021-12-071-0/+10
| |/
* | fetch: protect branches checked out in all worktreesAnders Kaseorg2021-12-011-35/+40
* | fetch: lowercase error messagesAnders Kaseorg2021-12-011-24/+26
|/
* Merge branch 'js/run-command-close-packs'Junio C Hamano2021-09-201-2/+0
|\
| * run_auto_maintenance(): implicitly close the object storeJohannes Schindelin2021-09-091-2/+0
* | Merge branch 'ps/fetch-optim'Junio C Hamano2021-09-201-34/+40
|\ \
| * | fetch: avoid second connectivity check if we already have all objectsPatrick Steinhardt2021-09-011-4/+3
| * | fetch: merge fetching and consuming refsPatrick Steinhardt2021-09-011-21/+9
| * | fetch: refactor fetch refs to be more extendablePatrick Steinhardt2021-09-011-7/+17
| * | connected: refactor iterator to return next object ID directlyPatrick Steinhardt2021-09-011-4/+3
| * | fetch: avoid unpacking headers in object existence checkPatrick Steinhardt2021-09-011-3/+1
| * | fetch: speed up lookup of want refs via commit-graphPatrick Steinhardt2021-09-011-6/+18
* | | Merge branch 'ab/retire-advice-config'Junio C Hamano2021-09-101-1/+1
|\ \ \
| * | | advice: remove read uses of most global `advice_` variablesBen Boeckel2021-08-251-1/+1
| | |/ | |/|
* | | Merge branch 'ps/fetch-omit-formatting-under-quiet'Junio C Hamano2021-09-101-5/+12
|\ \ \ | |_|/ |/| |
| * | fetch: skip formatting updated refs with `--quiet`Patrick Steinhardt2021-08-301-5/+12
| |/
* | Merge branch 'jt/push-negotiation-fixes'Junio C Hamano2021-08-241-1/+3
|\ \ | |/ |/|
| * fetch: die on invalid --negotiation-tip hashJonathan Tan2021-07-151-1/+3
* | Merge branch 'ab/fetch-negotiate-segv-fix'Junio C Hamano2021-07-161-0/+3
|\ \
| * | fetch: fix segfault in --negotiate-only without --negotiation-tip=*Ævar Arnfjörð Bjarmason2021-07-081-0/+3
| |/
* | fetch: improve grammar of "shallow roots" messageAlex Henrie2021-05-201-1/+1
|/
* Merge branch 'jt/push-negotiation'Junio C Hamano2021-05-161-1/+26
|\
| * fetch: teach independent negotiation (no packfile)Jonathan Tan2021-05-051-1/+26
* | fetch: add --prefetch optionDerrick Stolee2021-04-161-1/+58
|/
* Merge branch 'jt/clone-unborn-head'Junio C Hamano2021-02-171-7/+11
|\
| * connect, transport: encapsulate arg in structJonathan Tan2021-02-051-7/+11
* | fetch: implement support for atomic reference updatesPatrick Steinhardt2021-01-121-5/+41
* | fetch: allow passing a transaction to `s_update_ref()`Patrick Steinhardt2021-01-121-20/+31
* | fetch: refactor `s_update_ref` to use common exit pathPatrick Steinhardt2021-01-121-19/+26
* | fetch: use strbuf to format FETCH_HEAD updatesPatrick Steinhardt2021-01-121-5/+11
* | fetch: extract writing to FETCH_HEADPatrick Steinhardt2021-01-121-29/+79
|/
* hashmap: provide deallocation function namesElijah Newren2020-11-021-3/+3
* Merge branch 'jk/refspecs-negative'Junio C Hamano2020-10-051-0/+10
|\
| * refspec: add support for negative refspecsJacob Keller2020-09-301-0/+10
* | Merge branch 'jt/keep-partial-clone-filter-upon-lazy-fetch'Junio C Hamano2020-10-051-1/+1
|\ \
| * | fetch: do not override partial clone filterJonathan Tan2020-09-281-1/+1
* | | Merge branch 'ds/maintenance-part-1'Junio C Hamano2020-09-251-2/+4
|\ \ \
| * | | maintenance: replace run_auto_gc()Derrick Stolee2020-09-171-2/+4
* | | | Merge branch 'ar/fetch-ipversion-in-all'Junio C Hamano2020-09-221-1/+4
|\ \ \ \
| * | | | fetch: pass --ipv4 and --ipv6 options to sub-fetchesAlex Riesen2020-09-151-0/+4
* | | | | Merge branch 'os/fetch-submodule-optim'Junio C Hamano2020-09-221-1/+3
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | fetch: do not look for submodule changes in unchanged refsOrgad Shaneh2020-09-061-1/+3