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-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-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-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
2021-09-01
connected: refactor iterator to return next object ID directly
Patrick Steinhardt
1
-4
/
+3
2021-09-01
fetch: avoid unpacking headers in object existence check
Patrick Steinhardt
1
-3
/
+1
2021-09-01
fetch: speed up lookup of want refs via commit-graph
Patrick Steinhardt
1
-6
/
+18
2021-08-30
fetch: skip formatting updated refs with `--quiet`
Patrick Steinhardt
1
-5
/
+12
2021-08-25
advice: remove read uses of most global `advice_` variables
Ben Boeckel
1
-1
/
+1
2021-08-24
Merge branch 'jt/push-negotiation-fixes'
Junio C Hamano
1
-1
/
+3
2021-07-16
Merge branch 'ab/fetch-negotiate-segv-fix'
Junio C Hamano
1
-0
/
+3
2021-07-15
fetch: die on invalid --negotiation-tip hash
Jonathan Tan
1
-1
/
+3
2021-07-08
fetch: fix segfault in --negotiate-only without --negotiation-tip=*
Ævar Arnfjörð Bjarmason
1
-0
/
+3
2021-05-20
fetch: improve grammar of "shallow roots" message
Alex Henrie
1
-1
/
+1
2021-05-16
Merge branch 'jt/push-negotiation'
Junio C Hamano
1
-1
/
+26
2021-05-05
fetch: teach independent negotiation (no packfile)
Jonathan Tan
1
-1
/
+26
2021-04-16
fetch: add --prefetch option
Derrick Stolee
1
-1
/
+58
2021-02-17
Merge branch 'jt/clone-unborn-head'
Junio C Hamano
1
-7
/
+11
2021-02-05
connect, transport: encapsulate arg in struct
Jonathan Tan
1
-7
/
+11
2021-01-12
fetch: implement support for atomic reference updates
Patrick Steinhardt
1
-5
/
+41
[next]