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
2024-06-20
Merge branch 'kn/update-ref-symref'
Junio C Hamano
-2
/
+2
2024-06-17
Merge branch 'ps/no-writable-strings'
Junio C Hamano
-3
/
+8
2024-06-07
refspec: remove global tag refspec structure
Patrick Steinhardt
-3
/
+8
2024-06-07
update-ref: add support for 'symref-delete' command
Karthik Nayak
-2
/
+2
2024-05-30
Merge branch 'ps/refs-without-the-repository-updates'
Junio C Hamano
-1
/
+2
2024-05-23
Merge branch 'kn/ref-transaction-symref' into kn/update-ref-symref
Junio C Hamano
-1
/
+1
2024-05-20
Merge branch 'kn/ref-transaction-symref'
Junio C Hamano
-1
/
+1
2024-05-17
refs: pass ref store when detecting dangling symrefs
Patrick Steinhardt
-1
/
+2
2024-05-07
cocci: apply rules to rewrite callers of "refs" interfaces
Patrick Steinhardt
-6
/
+14
2024-05-07
refs: accept symref values in `ref_transaction_update()`
Karthik Nayak
-1
/
+1
2024-04-15
Merge branch 'ds/fetch-config-parse-microfix'
Junio C Hamano
-0
/
+1
2024-04-05
fetch: return when parsing submodule.recurse
Derrick Stolee
-0
/
+1
2024-03-11
Merge branch 'js/merge-base-with-missing-commit'
Junio C Hamano
-0
/
+2
2024-02-28
commit-reach(repo_in_merge_bases_many): report missing commits
Johannes Schindelin
-0
/
+2
2024-02-26
fetch: convert strncmp() with strlen() to starts_with()
René Scharfe
-3
/
+2
2024-01-19
Merge branch 'tb/fetch-all-configuration'
Junio C Hamano
-1
/
+16
2024-01-08
Merge branch 'en/header-cleanup'
Junio C Hamano
-2
/
+0
2024-01-08
fetch: add new config option fetch.all
Tamino Bauknecht
-1
/
+16
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
-2
/
+0
2023-12-18
fetch: no redundant error message for atomic fetch
Jiang Xin
-5
/
+9
2023-09-13
Merge branch 'jk/unused-post-2.42-part2'
Junio C Hamano
-2
/
+2
2023-09-05
parse-options: prefer opt->value to globals in callbacks
Jeff King
-2
/
+2
2023-08-29
fetch: mark unused parameter in ref_transaction callback
Jeff King
-1
/
+1
2023-07-27
Merge branch 'jc/transport-parseopt-fix'
Junio C Hamano
-4
/
+1
2023-07-18
parse-options: introduce OPT_IPVERSION()
Junio C Hamano
-4
/
+1
2023-07-06
Merge branch 'gc/config-context'
Junio C Hamano
-5
/
+8
2023-06-28
config: pass kvi to die_bad_number()
Glen Choo
-2
/
+2
2023-06-28
config: add ctx arg to config_fn_t
Glen Choo
-3
/
+6
2023-06-21
object-store-ll.h: split this header out of object-store.h
Elijah Newren
-1
/
+1
2023-06-21
repository: remove unnecessary include of path.h
Elijah Newren
-0
/
+1
2023-06-21
cache.h: remove this no-longer-used header
Elijah Newren
-2
/
+1
2023-05-17
fetch: use `fetch_config` to store "submodule.fetchJobs" value
Patrick Steinhardt
-5
/
+6
2023-05-17
fetch: use `fetch_config` to store "fetch.parallel" value
Patrick Steinhardt
-7
/
+8
2023-05-17
fetch: use `fetch_config` to store "fetch.recurseSubmodules" value
Patrick Steinhardt
-15
/
+16
2023-05-17
fetch: use `fetch_config` to store "fetch.showForcedUpdates" value
Patrick Steinhardt
-14
/
+21
2023-05-17
fetch: use `fetch_config` to store "fetch.pruneTags" value
Patrick Steinhardt
-4
/
+5
2023-05-17
fetch: use `fetch_config` to store "fetch.prune" value
Patrick Steinhardt
-4
/
+5
2023-05-17
fetch: pass through `fetch_config` directly
Patrick Steinhardt
-15
/
+16
2023-05-17
fetch: drop unneeded NULL-check for `remote_ref`
Patrick Steinhardt
-3
/
+2
2023-05-17
fetch: drop unused DISPLAY_FORMAT_UNKNOWN enum value
Patrick Steinhardt
-1
/
+0
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
[next]