index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
fetch.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
repository: remove unnecessary include of path.h
Elijah Newren
2023-06-21
1
-0
/
+1
*
cache.h: remove this no-longer-used header
Elijah Newren
2023-06-21
1
-2
/
+1
*
fetch: use `fetch_config` to store "submodule.fetchJobs" value
Patrick Steinhardt
2023-05-17
1
-5
/
+6
*
fetch: use `fetch_config` to store "fetch.parallel" value
Patrick Steinhardt
2023-05-17
1
-7
/
+8
*
fetch: use `fetch_config` to store "fetch.recurseSubmodules" value
Patrick Steinhardt
2023-05-17
1
-15
/
+16
*
fetch: use `fetch_config` to store "fetch.showForcedUpdates" value
Patrick Steinhardt
2023-05-17
1
-14
/
+21
*
fetch: use `fetch_config` to store "fetch.pruneTags" value
Patrick Steinhardt
2023-05-17
1
-4
/
+5
*
fetch: use `fetch_config` to store "fetch.prune" value
Patrick Steinhardt
2023-05-17
1
-4
/
+5
*
fetch: pass through `fetch_config` directly
Patrick Steinhardt
2023-05-17
1
-15
/
+16
*
fetch: drop unneeded NULL-check for `remote_ref`
Patrick Steinhardt
2023-05-17
1
-3
/
+2
*
fetch: drop unused DISPLAY_FORMAT_UNKNOWN enum value
Patrick Steinhardt
2023-05-17
1
-1
/
+0
*
Merge branch 'ps/fetch-output-format'
Junio C Hamano
2023-05-15
1
-197
/
+285
|
\
|
*
fetch: introduce machine-parseable "porcelain" output format
Patrick Steinhardt
2023-05-10
1
-19
/
+69
|
*
fetch: move option related variables into main function
Patrick Steinhardt
2023-05-10
1
-97
/
+100
|
*
fetch: lift up parsing of "fetch.output" config variable
Patrick Steinhardt
2023-05-10
1
-18
/
+32
|
*
fetch: introduce `display_format` enum
Patrick Steinhardt
2023-05-10
1
-21
/
+46
|
*
fetch: refactor calculation of the display table width
Patrick Steinhardt
2023-05-10
1
-41
/
+34
|
*
fetch: print left-hand side when fetching HEAD:foo
Patrick Steinhardt
2023-05-10
1
-18
/
+19
|
*
fetch: fix `--no-recurse-submodules` with multi-remote fetches
Patrick Steinhardt
2023-05-10
1
-0
/
+2
*
|
Merge branch 'en/header-split-cache-h-part-2'
Junio C Hamano
2023-05-10
1
-0
/
+1
|
\
\
|
*
|
pkt-line.h: move declarations for pkt-line.c functions from cache.h
Elijah Newren
2023-04-24
1
-0
/
+1
*
|
|
Merge branch 'en/header-split-cache-h'
Junio C Hamano
2023-04-25
1
-0
/
+6
|
\
|
|
|
|
/
|
/
|
|
*
pager.h: move declarations for pager.c functions from cache.h
Elijah Newren
2023-04-11
1
-0
/
+1
|
*
object-name.h: move declarations for object-name.c functions from cache.h
Elijah Newren
2023-04-11
1
-0
/
+1
|
*
treewide: be explicit about dependence on oid-array.h
Elijah Newren
2023-04-11
1
-0
/
+1
|
*
treewide: be explicit about dependence on advice.h
Elijah Newren
2023-04-11
1
-0
/
+1
|
*
treewide: be explicit about dependence on trace.h & trace2.h
Elijah Newren
2023-04-11
1
-0
/
+2
|
*
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
2023-04-04
1
-10
/
+11
|
|
\
*
|
\
Merge branch 'ds/fetch-bundle-uri-with-all'
Junio C Hamano
2023-04-06
1
-1
/
+6
|
\
\
\
|
*
|
|
fetch: download bundles once, even with --all
Derrick Stolee
2023-03-31
1
-1
/
+6
*
|
|
|
Merge branch 'en/header-split-cleanup'
Junio C Hamano
2023-04-06
1
-0
/
+2
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
|
*
|
|
treewide: be explicit about dependence on gettext.h
Elijah Newren
2023-03-21
1
-0
/
+1
|
|
/
/
*
|
|
Merge branch 'ab/remove-implicit-use-of-the-repository'
Junio C Hamano
2023-04-06
1
-10
/
+11
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
cocci: apply the "promisor-remote.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-2
/
+2
|
*
|
cocci: apply the "object-store.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-6
/
+6
|
*
|
cocci: apply the "commit-reach.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-1
/
+2
|
*
|
cocci: apply the "cache.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-1
/
+1
*
|
|
Merge branch 'ps/fetch-ref-update-reporting'
Junio C Hamano
2023-04-06
1
-129
/
+138
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
fetch: centralize printing of reference updates
Patrick Steinhardt
2023-03-20
1
-53
/
+55
|
*
|
fetch: centralize logic to print remote URL
Patrick Steinhardt
2023-03-20
1
-55
/
+44
|
*
|
fetch: centralize handling of per-reference format
Patrick Steinhardt
2023-03-20
1
-3
/
+4
|
*
|
fetch: pass the full local reference name to `format_display`
Patrick Steinhardt
2023-03-20
1
-12
/
+11
|
*
|
fetch: move output format into `display_state`
Patrick Steinhardt
2023-03-20
1
-7
/
+6
|
*
|
fetch: move reference width calculation into `display_state`
Patrick Steinhardt
2023-03-20
1
-46
/
+65
|
|
/
*
|
Merge branch 'ew/fetch-no-write-fetch-head-fix'
Junio C Hamano
2023-03-19
1
-0
/
+2
|
\
\
|
*
|
fetch: pass --no-write-fetch-head to subprocesses
Eric Wong
2023-03-09
1
-0
/
+2
|
|
/
*
|
Merge branch 'ew/fetch-hiderefs'
Junio C Hamano
2023-03-17
1
-0
/
+2
|
\
\
|
*
|
fetch: support hideRefs to speed up connectivity checks
Eric Wong
2023-02-27
1
-0
/
+2
|
|
/
*
|
Merge branch 'jk/unused-post-2.39-part2'
Junio C Hamano
2023-03-17
1
-2
/
+4
|
\
\
[next]