index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
fetch.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-21
fetch: choose a sensible default with --jobs=0 again
Matthias Aßhauer
1
-0
/
+3
2023-02-15
Merge branch 'ds/bundle-uri-5'
Junio C Hamano
1
-0
/
+6
2023-01-31
fetch: fetch from an external bundle URI
Derrick Stolee
1
-0
/
+6
2023-01-19
fetch: fix duplicate remote parallel fetch bug
Calvin Wan
1
-0
/
+1
2022-11-08
Merge branch 'rs/no-more-run-command-v'
Taylor Blau
1
-3
/
+6
2022-10-30
replace and remove run_command_v_opt()
René Scharfe
1
-3
/
+6
2022-10-12
run-command API: move *_tr2() users to "run_processes_parallel()"
Ævar Arnfjörð Bjarmason
1
-6
/
+12
2022-10-12
run-command API: don't fall back on online_cpus()
Ævar Arnfjörð Bjarmason
1
-0
/
+2
2022-10-12
run-command API: have "run_processes_parallel{,_tr2}()" return void
Ævar Arnfjörð Bjarmason
1
-9
/
+8
2022-09-19
Merge branch 'jk/list-objects-filter-cleanup'
Junio C Hamano
1
-1
/
+1
2022-09-15
Merge branch 'jk/proto-v2-ref-prefix-fix'
Junio C Hamano
1
-3
/
+15
2022-09-14
Merge branch 'ab/unused-annotation'
Junio C Hamano
1
-4
/
+4
2022-09-14
Merge branch 'jk/unused-annotation'
Junio C Hamano
1
-4
/
+5
2022-09-12
list-objects-filter: add and use initializers
Jeff King
1
-1
/
+1
2022-09-08
fetch: add branch.*.merge to default ref-prefix extension
Jeff King
1
-3
/
+15
2022-09-08
fetch: stop checking for NULL transport->remote in do_fetch()
Jeff King
1
-1
/
+1
2022-09-01
git-compat-util.h: use "UNUSED", not "UNUSED(var)"
Ævar Arnfjörð Bjarmason
1
-4
/
+4
2022-08-29
Merge branch 'ds/decorate-filter-tweak'
Junio C Hamano
1
-2
/
+4
2022-08-19
hashmap: mark unused callback parameters
Jeff King
1
-1
/
+1
2022-08-19
refs: mark unused each_ref_fn parameters
Jeff King
1
-3
/
+4
2022-08-05
fetch: use ref_namespaces during prefetch
Derrick Stolee
1
-2
/
+4
2022-07-18
Merge branch 'ab/cocci-unused'
Junio C Hamano
1
-2
/
+1
2022-07-11
Merge branch 'ds/branch-checked-out'
Junio C Hamano
1
-29
/
+17
2022-07-06
cocci: add and apply a rule to find "unused" strbufs
Ævar Arnfjörð Bjarmason
1
-2
/
+1
2022-06-21
fetch: stop passing around unused worktrees variable
Jeff King
1
-15
/
+9
2022-06-15
fetch: use new branch_checked_out() and add tests
Derrick Stolee
1
-14
/
+8
2022-05-25
Merge branch 'jc/avoid-redundant-submodule-fetch'
Junio C Hamano
1
-1
/
+15
2022-05-18
fetch: do not run a redundant fetch from submodule
Junio C Hamano
1
-1
/
+15
2022-05-16
fetch: limit shared symref check only for local branches
Orgad Shaneh
1
-0
/
+1
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
[next]