index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
/
fetch.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-04
Merge branch 'rc/fetch-refetch'
Junio C Hamano
1
-2
/
+32
2022-03-28
fetch: after refetch, encourage auto gc repacking
Robert Coup
1
-1
/
+18
2022-03-28
fetch: add --refetch option
Robert Coup
1
-1
/
+14
2022-03-25
Merge branch 'gc/recursive-fetch-with-unused-submodules'
Junio C Hamano
1
-7
/
+7
2022-03-16
Merge branch 'ps/fetch-mirror-optim'
Junio C Hamano
1
-15
/
+27
2022-03-16
fetch: fetch unpopulated, changed submodules
Glen Choo
1
-7
/
+7
2022-03-13
Merge branch 'ps/fetch-atomic'
Junio C Hamano
1
-61
/
+129
2022-03-01
fetch: avoid lookup of commits when not appending to FETCH_HEAD
Patrick Steinhardt
1
-15
/
+27
2022-03-01
Merge branch 'ps/fetch-atomic' into ps/fetch-mirror-optim
Junio C Hamano
1
-61
/
+129
2022-02-25
Merge branch 'ja/i18n-common-messages'
Junio C Hamano
1
-2
/
+2
2022-02-23
Merge branch 'ps/fetch-optim-with-commit-graph'
Junio C Hamano
1
-2
/
+6
2022-02-18
Merge branch 'js/short-help-outside-repo-fix'
Junio C Hamano
1
-2
/
+4
2022-02-18
Merge branch 'ab/release-transport-ls-refs-options'
Junio C Hamano
1
-1
/
+1
2022-02-17
fetch: make `--atomic` flag cover pruning of refs
Patrick Steinhardt
1
-8
/
+22
2022-02-17
fetch: make `--atomic` flag cover backfilling of tags
Patrick Steinhardt
1
-26
/
+66
2022-02-17
fetch: report errors when backfilling tags fails
Patrick Steinhardt
1
-8
/
+18
2022-02-17
fetch: control lifecycle of FETCH_HEAD in a single place
Patrick Steinhardt
1
-16
/
+19
2022-02-17
fetch: backfill tags before setting upstream
Patrick Steinhardt
1
-17
/
+18
2022-02-11
Merge branch 'tg/fetch-prune-exit-code-fix'
Junio C Hamano
1
-4
/
+6
2022-02-11
Merge branch 'rc/negotiate-only-typofix'
Junio C Hamano
1
-1
/
+1
2022-02-10
fetch: skip computing output width when not printing anything
Patrick Steinhardt
1
-2
/
+6
2022-02-09
Merge branch 'gc/fetch-negotiate-only-early-return'
Junio C Hamano
1
-3
/
+38
2022-02-08
checkout/fetch/pull/pack-objects: allow `-h` outside a repository
Johannes Schindelin
1
-2
/
+4
2022-02-06
ls-remote & transport API: release "struct transport_ls_refs_options"
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2022-02-04
i18n: factorize "invalid value" messages
Jean-Noël Avila
1
-2
/
+2
2022-01-31
fetch --prune: exit with error if pruning fails
Thomas Gummerer
1
-4
/
+6
2022-01-28
fetch: fix negotiate-only error message
Robert Coup
1
-1
/
+1
2022-01-20
fetch: help translators by reusing the same message template
Junio C Hamano
1
-1
/
+2
2022-01-18
fetch --negotiate-only: do not update submodules
Glen Choo
1
-1
/
+23
2022-01-18
fetch: skip tasks related to fetching objects
Glen Choo
1
-0
/
+11
2022-01-18
fetch: use goto cleanup in cmd_fetch()
Glen Choo
1
-3
/
+4
2022-01-12
Merge branch 'ps/lockfile-cleanup-fix'
Junio C Hamano
1
-6
/
+11
2022-01-10
Merge branch 'ja/i18n-similar-messages'
Junio C Hamano
1
-4
/
+4
2022-01-10
Merge branch 'ds/fetch-pull-with-sparse-index'
Junio C Hamano
1
-0
/
+2
2022-01-07
fetch: fix deadlock when cleaning up lockfiles in async signals
Patrick Steinhardt
1
-6
/
+11
2022-01-05
i18n: standardize "cannot open" and "cannot read"
Jean-Noël Avila
1
-2
/
+2
2022-01-05
i18n: refactor "foo and bar are mutually exclusive"
Jean-Noël Avila
1
-2
/
+2
2021-12-22
Merge branch 'ab/fetch-set-upstream-while-detached'
Junio C Hamano
1
-0
/
+10
2021-12-22
fetch/pull: use the sparse index
Derrick Stolee
1
-0
/
+2
2021-12-07
pull, fetch: fix segfault in --set-upstream option
Ævar Arnfjörð Bjarmason
1
-0
/
+10
2021-12-01
fetch: protect branches checked out in all worktrees
Anders Kaseorg
1
-35
/
+40
2021-12-01
fetch: lowercase error messages
Anders Kaseorg
1
-24
/
+26
2021-09-20
Merge branch 'js/run-command-close-packs'
Junio C Hamano
1
-2
/
+0
2021-09-20
Merge branch 'ps/fetch-optim'
Junio C Hamano
1
-34
/
+40
2021-09-10
Merge branch 'ab/retire-advice-config'
Junio C Hamano
1
-1
/
+1
2021-09-10
Merge branch 'ps/fetch-omit-formatting-under-quiet'
Junio C Hamano
1
-5
/
+12
2021-09-09
run_auto_maintenance(): implicitly close the object store
Johannes Schindelin
1
-2
/
+0
2021-09-01
fetch: avoid second connectivity check if we already have all objects
Patrick Steinhardt
1
-4
/
+3
2021-09-01
fetch: merge fetching and consuming refs
Patrick Steinhardt
1
-21
/
+9
2021-09-01
fetch: refactor fetch refs to be more extendable
Patrick Steinhardt
1
-7
/
+17
[next]