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
4 days
Merge branch 'ds/fetch-negotiation-options' into jch
Junio C Hamano
-8
/
+51
4 days
Merge branch 'ua/push-remote-group' (early part) into jch
Junio C Hamano
-42
/
+0
6 days
remote: add negotiationRequire config as default for --negotiation-require
Derrick Stolee
-0
/
+10
6 days
fetch: add --negotiation-require option for negotiation
Derrick Stolee
-0
/
+10
6 days
remote: add remote.*.negotiationRestrict config
Derrick Stolee
-2
/
+22
6 days
transport: rename negotiation_tips
Derrick Stolee
-3
/
+3
6 days
fetch: add --negotiation-restrict option
Derrick Stolee
-4
/
+7
2026-03-31
odb: rename `odb_has_object()` flags
Patrick Steinhardt
-2
/
+2
2026-03-25
remote: move remote group resolution to remote.c
Usman Akinyemi
-42
/
+0
2026-03-12
run-command: wean auto_maintenance() functions off the_repository
Burak Kaan Karaçay
-1
/
+1
2026-03-09
Merge branch 'ps/refs-for-each'
Junio C Hamano
-2
/
+5
2026-03-04
Merge branch 'cx/fetch-display-ubfix'
Junio C Hamano
-1
/
+1
2026-02-25
fetch: fix wrong evaluation order in URL trailing-slash trimming
cuiweixie
-1
/
+1
2026-02-23
refs: replace `refs_for_each_glob_ref()`
Patrick Steinhardt
-2
/
+5
2026-02-17
fetch-pack: wire up and enable auto filter logic
Christian Couder
-0
/
+2
2026-02-17
fetch: make filter_options local to cmd_fetch()
Christian Couder
-21
/
+27
2026-01-25
fetch: delay user information post committing of transaction
Karthik Nayak
-54
/
+192
2026-01-25
fetch: utilize rejected ref error details
Karthik Nayak
-4
/
+6
2026-01-25
refs: add rejection detail to the callback function
Karthik Nayak
-0
/
+1
2025-12-23
Merge branch 'kn/fix-fetch-backfill-tag-with-batched-ref-updates'
Junio C Hamano
-26
/
+45
2025-12-10
fetch: fix failed batched updates skipping operations
Karthik Nayak
-1
/
+5
2025-12-10
fetch: fix non-conflicting tags not being committed
Karthik Nayak
-0
/
+8
2025-11-30
Merge branch 'ja/doc-synopsis-style'
Junio C Hamano
-1
/
+1
2025-11-21
fetch: extract out reference committing logic
Karthik Nayak
-26
/
+33
2025-11-19
doc: convert git fetch to synopsis style
Jean-Noël Avila
-1
/
+1
2025-11-04
refs: introduce wrapper struct for `each_ref_fn`
Patrick Steinhardt
-9
/
+4
2025-09-17
refs/files: catch conflicts on case-insensitive file-systems
Karthik Nayak
-3
/
+18
2025-07-23
config: drop `git_config_get_int()` wrapper
Patrick Steinhardt
-2
/
+2
2025-07-23
config: drop `git_config_get_string()` wrapper
Patrick Steinhardt
-1
/
+1
2025-07-23
config: drop `git_config()` wrapper
Patrick Steinhardt
-2
/
+2
2025-07-16
Merge branch 'ph/fetch-prune-optim'
Junio C Hamano
-11
/
+8
2025-07-15
Merge branch 'ps/object-store'
Junio C Hamano
-10
/
+11
2025-07-08
Merge branch 'kn/fetch-push-bulk-ref-update'
Junio C Hamano
-54
/
+73
2025-07-01
clean up interface for refs_warn_dangling_symrefs
Phil Hord
-4
/
+1
2025-07-01
fetch-prune: optimize dangling-ref reporting
Phil Hord
-10
/
+10
2025-07-01
odb: rename `has_object()`
Patrick Steinhardt
-8
/
+9
2025-07-01
object-store: rename files to "odb.{c,h}"
Patrick Steinhardt
-1
/
+1
2025-07-01
object-store: rename `object_directory` to `odb_source`
Patrick Steinhardt
-1
/
+1
2025-06-25
Merge branch 'ps/maintenance-ref-lock'
Junio C Hamano
-1
/
+1
2025-06-03
usage: allow dying without writing an error message
Patrick Steinhardt
-1
/
+1
2025-05-19
fetch: use batched reference updates
Karthik Nayak
-54
/
+73
2025-05-15
fetch: avoid unnecessary work when there is no current branch
Johannes Schindelin
-1
/
+1
2025-05-15
fetch: carefully clear local variable's address after use
Johannes Schindelin
-0
/
+1
2025-05-12
Merge branch 'ps/object-store-cleanup'
Junio C Hamano
-8
/
+7
2025-04-29
treewide: convert users of `repo_has_object_file()` to `has_object()`
Patrick Steinhardt
-8
/
+7
2025-04-24
Merge branch 'ps/parse-options-integers'
Junio C Hamano
-2
/
+8
2025-04-24
Merge branch 'ps/object-file-cleanup'
Junio C Hamano
-1
/
+1
2025-04-24
Merge branch 'ps/object-file-cleanup' into ps/object-store-cleanup
Junio C Hamano
-1
/
+1
2025-04-17
Merge branch 'jk/fetch-follow-remote-head-fix'
Junio C Hamano
-25
/
+11
2025-04-17
global: use designated initializers for options
Patrick Steinhardt
-2
/
+8
[next]