index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
about
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-09-13
Merge branch 'jk/unused-post-2.42-part2'
Junio C Hamano
1
-2
/
+2
2023-09-05
parse-options: prefer opt->value to globals in callbacks
Jeff King
1
-2
/
+2
2023-08-29
fetch: mark unused parameter in ref_transaction callback
Jeff King
1
-1
/
+1
2023-07-27
Merge branch 'jc/transport-parseopt-fix'
Junio C Hamano
1
-4
/
+1
2023-07-18
parse-options: introduce OPT_IPVERSION()
Junio C Hamano
1
-4
/
+1
2023-07-06
Merge branch 'gc/config-context'
Junio C Hamano
1
-5
/
+8
2023-06-28
config: pass kvi to die_bad_number()
Glen Choo
1
-2
/
+2
2023-06-28
config: add ctx arg to config_fn_t
Glen Choo
1
-3
/
+6
2023-06-21
object-store-ll.h: split this header out of object-store.h
Elijah Newren
1
-1
/
+1
2023-06-21
repository: remove unnecessary include of path.h
Elijah Newren
1
-0
/
+1
2023-06-21
cache.h: remove this no-longer-used header
Elijah Newren
1
-2
/
+1
2023-05-17
fetch: use `fetch_config` to store "submodule.fetchJobs" value
Patrick Steinhardt
1
-5
/
+6
2023-05-17
fetch: use `fetch_config` to store "fetch.parallel" value
Patrick Steinhardt
1
-7
/
+8
2023-05-17
fetch: use `fetch_config` to store "fetch.recurseSubmodules" value
Patrick Steinhardt
1
-15
/
+16
2023-05-17
fetch: use `fetch_config` to store "fetch.showForcedUpdates" value
Patrick Steinhardt
1
-14
/
+21
2023-05-17
fetch: use `fetch_config` to store "fetch.pruneTags" value
Patrick Steinhardt
1
-4
/
+5
2023-05-17
fetch: use `fetch_config` to store "fetch.prune" value
Patrick Steinhardt
1
-4
/
+5
2023-05-17
fetch: pass through `fetch_config` directly
Patrick Steinhardt
1
-15
/
+16
2023-05-17
fetch: drop unneeded NULL-check for `remote_ref`
Patrick Steinhardt
1
-3
/
+2
2023-05-17
fetch: drop unused DISPLAY_FORMAT_UNKNOWN enum value
Patrick Steinhardt
1
-1
/
+0
2023-05-15
Merge branch 'ps/fetch-output-format'
Junio C Hamano
1
-197
/
+285
2023-05-10
fetch: introduce machine-parseable "porcelain" output format
Patrick Steinhardt
1
-19
/
+69
2023-05-10
fetch: move option related variables into main function
Patrick Steinhardt
1
-97
/
+100
2023-05-10
fetch: lift up parsing of "fetch.output" config variable
Patrick Steinhardt
1
-18
/
+32
2023-05-10
fetch: introduce `display_format` enum
Patrick Steinhardt
1
-21
/
+46
2023-05-10
fetch: refactor calculation of the display table width
Patrick Steinhardt
1
-41
/
+34
2023-05-10
fetch: print left-hand side when fetching HEAD:foo
Patrick Steinhardt
1
-18
/
+19
2023-05-10
fetch: fix `--no-recurse-submodules` with multi-remote fetches
Patrick Steinhardt
1
-0
/
+2
2023-05-09
Merge branch 'en/header-split-cache-h-part-2'
Junio C Hamano
1
-0
/
+1
2023-04-25
Merge branch 'en/header-split-cache-h'
Junio C Hamano
1
-0
/
+6
2023-04-24
pkt-line.h: move declarations for pkt-line.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-04-11
pager.h: move declarations for pager.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-04-11
object-name.h: move declarations for object-name.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-04-11
treewide: be explicit about dependence on oid-array.h
Elijah Newren
1
-0
/
+1
2023-04-11
treewide: be explicit about dependence on advice.h
Elijah Newren
1
-0
/
+1
2023-04-11
treewide: be explicit about dependence on trace.h & trace2.h
Elijah Newren
1
-0
/
+2
2023-04-06
Merge branch 'ds/fetch-bundle-uri-with-all'
Junio C Hamano
1
-1
/
+6
2023-04-06
Merge branch 'en/header-split-cleanup'
Junio C Hamano
1
-0
/
+2
2023-04-06
Merge branch 'ab/remove-implicit-use-of-the-repository'
Junio C Hamano
1
-10
/
+11
2023-04-06
Merge branch 'ps/fetch-ref-update-reporting'
Junio C Hamano
1
-129
/
+138
2023-04-04
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
1
-10
/
+11
2023-03-31
fetch: download bundles once, even with --all
Derrick Stolee
1
-1
/
+6
2023-03-28
cocci: apply the "promisor-remote.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
1
-2
/
+2
2023-03-28
cocci: apply the "object-store.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
1
-6
/
+6
2023-03-28
cocci: apply the "commit-reach.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
1
-1
/
+2
2023-03-28
cocci: apply the "cache.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2023-03-21
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
1
-0
/
+1
2023-03-20
fetch: centralize printing of reference updates
Patrick Steinhardt
1
-53
/
+55
2023-03-20
fetch: centralize logic to print remote URL
Patrick Steinhardt
1
-55
/
+44
[next]