index
:
pub/scm/git/git.git
jch
main
maint
master
next
seen
todo
Git source code mirror
Junio C Hamano
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
/
fetch.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-12-23
Merge branch 'kn/fix-fetch-backfill-tag-with-batched-ref-updates'
Junio C Hamano
1
-26
/
+45
2025-12-10
fetch: fix failed batched updates skipping operations
Karthik Nayak
1
-1
/
+5
2025-12-10
fetch: fix non-conflicting tags not being committed
Karthik Nayak
1
-0
/
+8
2025-11-30
Merge branch 'ja/doc-synopsis-style'
Junio C Hamano
1
-1
/
+1
2025-11-21
fetch: extract out reference committing logic
Karthik Nayak
1
-26
/
+33
2025-11-19
doc: convert git fetch to synopsis style
Jean-Noël Avila
1
-1
/
+1
2025-11-04
refs: introduce wrapper struct for `each_ref_fn`
Patrick Steinhardt
1
-9
/
+4
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
[next]