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
2025-09-17
refs/files: catch conflicts on case-insensitive file-systems
Karthik Nayak
1
-3
/
+18
2025-07-23
config: drop `git_config_get_int()` wrapper
Patrick Steinhardt
1
-2
/
+2
2025-07-23
config: drop `git_config_get_string()` wrapper
Patrick Steinhardt
1
-1
/
+1
2025-07-23
config: drop `git_config()` wrapper
Patrick Steinhardt
1
-2
/
+2
2025-07-16
Merge branch 'ph/fetch-prune-optim'
Junio C Hamano
1
-11
/
+8
2025-07-15
Merge branch 'ps/object-store'
Junio C Hamano
1
-10
/
+11
2025-07-08
Merge branch 'kn/fetch-push-bulk-ref-update'
Junio C Hamano
1
-54
/
+73
2025-07-01
clean up interface for refs_warn_dangling_symrefs
Phil Hord
1
-4
/
+1
2025-07-01
fetch-prune: optimize dangling-ref reporting
Phil Hord
1
-10
/
+10
2025-07-01
odb: rename `has_object()`
Patrick Steinhardt
1
-8
/
+9
2025-07-01
object-store: rename files to "odb.{c,h}"
Patrick Steinhardt
1
-1
/
+1
2025-07-01
object-store: rename `object_directory` to `odb_source`
Patrick Steinhardt
1
-1
/
+1
2025-06-25
Merge branch 'ps/maintenance-ref-lock'
Junio C Hamano
1
-1
/
+1
2025-06-03
usage: allow dying without writing an error message
Patrick Steinhardt
1
-1
/
+1
2025-05-19
fetch: use batched reference updates
Karthik Nayak
1
-54
/
+73
2025-05-15
fetch: avoid unnecessary work when there is no current branch
Johannes Schindelin
1
-1
/
+1
2025-05-15
fetch: carefully clear local variable's address after use
Johannes Schindelin
1
-0
/
+1
2025-05-12
Merge branch 'ps/object-store-cleanup'
Junio C Hamano
1
-8
/
+7
2025-04-29
treewide: convert users of `repo_has_object_file()` to `has_object()`
Patrick Steinhardt
1
-8
/
+7
2025-04-24
Merge branch 'ps/parse-options-integers'
Junio C Hamano
1
-2
/
+8
2025-04-24
Merge branch 'ps/object-file-cleanup'
Junio C Hamano
1
-1
/
+1
2025-04-24
Merge branch 'ps/object-file-cleanup' into ps/object-store-cleanup
Junio C Hamano
1
-1
/
+1
2025-04-17
Merge branch 'jk/fetch-follow-remote-head-fix'
Junio C Hamano
1
-25
/
+11
2025-04-17
global: use designated initializers for options
Patrick Steinhardt
1
-2
/
+8
2025-04-16
Merge branch 'kn/non-transactional-batch-updates'
Junio C Hamano
1
-1
/
+1
2025-04-16
Merge branch 'jt/ref-transaction-abort-fix'
Junio C Hamano
1
-1
/
+8
2025-04-15
Merge branch 'jt/clone-guess-remote-head-fix'
Junio C Hamano
1
-1
/
+1
2025-04-15
object-store: merge "object-store-ll.h" and "object-store.h"
Patrick Steinhardt
1
-1
/
+1
2025-04-09
fetch: make set_head() call easier to read
Jeff King
1
-4
/
+5
2025-04-08
refs: introduce enum-based transaction error types
Karthik Nayak
1
-1
/
+1
2025-03-25
remote: allow `guess_remote_head()` to suppress advice
Justin Tobler
1
-1
/
+1
2025-03-21
builtin/fetch: avoid aborting closed reference transaction
Justin Tobler
1
-1
/
+8
2025-03-21
refspec: replace `refspec_item_init()` with fetch/push variants
Taylor Blau
1
-1
/
+1
2025-03-18
fetch: don't ask for remote HEAD if followRemoteHEAD is "never"
Jeff King
1
-4
/
+2
2025-03-18
fetch: only respect followRemoteHEAD with configured refspecs
Jeff King
1
-19
/
+6
2025-03-10
fetch: use ref prefix list to skip ls-refs
Jeff King
1
-20
/
+7
2025-03-10
fetch: avoid ls-refs only to ask for HEAD symref update
Jeff King
1
-3
/
+2
2025-03-10
fetch: stop protecting additions to ref-prefix list
Jeff King
1
-6
/
+4
2025-03-10
fetch: ask server to advertise HEAD for config-less fetch
Jeff King
1
-0
/
+8
2025-03-10
Merge branch 'tb/fetch-follow-tags-fix'
Junio C Hamano
1
-1
/
+3
2025-03-07
fetch: fix following tags when fetching specific OID
Taylor Blau
1
-1
/
+3
2025-01-27
fetch set_head: fix non-mirror remotes in bare repositories
Bence Ferdinandy
1
-5
/
+5
2025-01-27
fetch set_head: refactor to use remote directly
Bence Ferdinandy
1
-8
/
+7
2025-01-06
Merge branch 'bf/fetch-set-head-config'
Junio C Hamano
1
-2
/
+2
2025-01-06
fetch: fix erroneous set_head advice message
Bence Ferdinandy
1
-2
/
+2
2024-12-23
Merge branch 'ps/build-sign-compare'
Junio C Hamano
1
-0
/
+3
2024-12-19
Merge branch 'bf/fetch-set-head-config'
Junio C Hamano
1
-6
/
+55
2024-12-19
Merge branch 'jc/set-head-symref-fix'
Junio C Hamano
1
-1
/
+19
2024-12-19
Merge branch 'bf/set-head-symref'
Junio C Hamano
1
-0
/
+74
2024-12-07
fetch: do not ask for HEAD unnecessarily
Junio C Hamano
1
-1
/
+19
[next]