index
:
git
jch
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
Age
Commit message (
Expand
)
Author
Lines
2023-05-15
Merge branch 'ps/fetch-output-format'
Junio C Hamano
-197
/
+285
2023-05-10
fetch: introduce machine-parseable "porcelain" output format
Patrick Steinhardt
-19
/
+69
2023-05-10
fetch: move option related variables into main function
Patrick Steinhardt
-97
/
+100
2023-05-10
fetch: lift up parsing of "fetch.output" config variable
Patrick Steinhardt
-18
/
+32
2023-05-10
fetch: introduce `display_format` enum
Patrick Steinhardt
-21
/
+46
2023-05-10
fetch: refactor calculation of the display table width
Patrick Steinhardt
-41
/
+34
2023-05-10
fetch: print left-hand side when fetching HEAD:foo
Patrick Steinhardt
-18
/
+19
2023-05-10
fetch: fix `--no-recurse-submodules` with multi-remote fetches
Patrick Steinhardt
-0
/
+2
2023-05-09
Merge branch 'en/header-split-cache-h-part-2'
Junio C Hamano
-0
/
+1
2023-04-25
Merge branch 'en/header-split-cache-h'
Junio C Hamano
-0
/
+6
2023-04-24
pkt-line.h: move declarations for pkt-line.c functions from cache.h
Elijah Newren
-0
/
+1
2023-04-11
pager.h: move declarations for pager.c functions from cache.h
Elijah Newren
-0
/
+1
2023-04-11
object-name.h: move declarations for object-name.c functions from cache.h
Elijah Newren
-0
/
+1
2023-04-11
treewide: be explicit about dependence on oid-array.h
Elijah Newren
-0
/
+1
2023-04-11
treewide: be explicit about dependence on advice.h
Elijah Newren
-0
/
+1
2023-04-11
treewide: be explicit about dependence on trace.h & trace2.h
Elijah Newren
-0
/
+2
2023-04-06
Merge branch 'ds/fetch-bundle-uri-with-all'
Junio C Hamano
-1
/
+6
2023-04-06
Merge branch 'en/header-split-cleanup'
Junio C Hamano
-0
/
+2
2023-04-06
Merge branch 'ab/remove-implicit-use-of-the-repository'
Junio C Hamano
-10
/
+11
2023-04-06
Merge branch 'ps/fetch-ref-update-reporting'
Junio C Hamano
-129
/
+138
2023-04-04
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
-10
/
+11
2023-03-31
fetch: download bundles once, even with --all
Derrick Stolee
-1
/
+6
2023-03-28
cocci: apply the "promisor-remote.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
-2
/
+2
2023-03-28
cocci: apply the "object-store.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
-6
/
+6
2023-03-28
cocci: apply the "commit-reach.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
-1
/
+2
2023-03-28
cocci: apply the "cache.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
-1
/
+1
2023-03-21
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
-0
/
+1
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
-0
/
+1
2023-03-20
fetch: centralize printing of reference updates
Patrick Steinhardt
-53
/
+55
2023-03-20
fetch: centralize logic to print remote URL
Patrick Steinhardt
-55
/
+44
2023-03-20
fetch: centralize handling of per-reference format
Patrick Steinhardt
-3
/
+4
2023-03-20
fetch: pass the full local reference name to `format_display`
Patrick Steinhardt
-12
/
+11
2023-03-20
fetch: move output format into `display_state`
Patrick Steinhardt
-7
/
+6
2023-03-20
fetch: move reference width calculation into `display_state`
Patrick Steinhardt
-46
/
+65
2023-03-19
Merge branch 'ew/fetch-no-write-fetch-head-fix'
Junio C Hamano
-0
/
+2
2023-03-17
Merge branch 'ew/fetch-hiderefs'
Junio C Hamano
-0
/
+2
2023-03-17
Merge branch 'jk/unused-post-2.39-part2'
Junio C Hamano
-2
/
+4
2023-03-17
Merge branch 'en/header-cleanup'
Junio C Hamano
-0
/
+1
2023-03-09
fetch: pass --no-write-fetch-head to subprocesses
Eric Wong
-0
/
+2
2023-02-27
fetch: support hideRefs to speed up connectivity checks
Eric Wong
-0
/
+2
2023-02-24
run_processes_parallel: mark unused callback parameters
Jeff King
-2
/
+4
2023-02-23
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
-0
/
+1
2023-02-21
fetch: choose a sensible default with --jobs=0 again
Matthias Aßhauer
-0
/
+3
2023-02-15
Merge branch 'ds/bundle-uri-5'
Junio C Hamano
-0
/
+6
2023-01-31
fetch: fetch from an external bundle URI
Derrick Stolee
-0
/
+6
2023-01-19
fetch: fix duplicate remote parallel fetch bug
Calvin Wan
-0
/
+1
2022-11-08
Merge branch 'rs/no-more-run-command-v'
Taylor Blau
-3
/
+6
2022-10-30
replace and remove run_command_v_opt()
René Scharfe
-3
/
+6
2022-10-12
run-command API: move *_tr2() users to "run_processes_parallel()"
Ævar Arnfjörð Bjarmason
-6
/
+12
2022-10-12
run-command API: don't fall back on online_cpus()
Ævar Arnfjörð Bjarmason
-0
/
+2
[next]