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
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
2025-04-16
Merge branch 'kn/non-transactional-batch-updates'
Junio C Hamano
-1
/
+1
2025-04-16
Merge branch 'jt/ref-transaction-abort-fix'
Junio C Hamano
-1
/
+8
2025-04-15
Merge branch 'jt/clone-guess-remote-head-fix'
Junio C Hamano
-1
/
+1
2025-04-15
object-store: merge "object-store-ll.h" and "object-store.h"
Patrick Steinhardt
-1
/
+1
2025-04-09
fetch: make set_head() call easier to read
Jeff King
-4
/
+5
2025-04-08
refs: introduce enum-based transaction error types
Karthik Nayak
-1
/
+1
2025-03-25
remote: allow `guess_remote_head()` to suppress advice
Justin Tobler
-1
/
+1
2025-03-21
builtin/fetch: avoid aborting closed reference transaction
Justin Tobler
-1
/
+8
2025-03-21
refspec: replace `refspec_item_init()` with fetch/push variants
Taylor Blau
-1
/
+1
2025-03-18
fetch: don't ask for remote HEAD if followRemoteHEAD is "never"
Jeff King
-4
/
+2
2025-03-18
fetch: only respect followRemoteHEAD with configured refspecs
Jeff King
-19
/
+6
2025-03-10
fetch: use ref prefix list to skip ls-refs
Jeff King
-20
/
+7
2025-03-10
fetch: avoid ls-refs only to ask for HEAD symref update
Jeff King
-3
/
+2
2025-03-10
fetch: stop protecting additions to ref-prefix list
Jeff King
-6
/
+4
2025-03-10
fetch: ask server to advertise HEAD for config-less fetch
Jeff King
-0
/
+8
2025-03-10
Merge branch 'tb/fetch-follow-tags-fix'
Junio C Hamano
-1
/
+3
2025-03-07
fetch: fix following tags when fetching specific OID
Taylor Blau
-1
/
+3
2025-01-27
fetch set_head: fix non-mirror remotes in bare repositories
Bence Ferdinandy
-5
/
+5
2025-01-27
fetch set_head: refactor to use remote directly
Bence Ferdinandy
-8
/
+7
2025-01-06
Merge branch 'bf/fetch-set-head-config'
Junio C Hamano
-2
/
+2
2025-01-06
fetch: fix erroneous set_head advice message
Bence Ferdinandy
-2
/
+2
2024-12-23
Merge branch 'ps/build-sign-compare'
Junio C Hamano
-0
/
+3
2024-12-19
Merge branch 'bf/fetch-set-head-config'
Junio C Hamano
-6
/
+55
2024-12-19
Merge branch 'jc/set-head-symref-fix'
Junio C Hamano
-1
/
+19
2024-12-19
Merge branch 'bf/set-head-symref'
Junio C Hamano
-0
/
+74
2024-12-07
fetch: do not ask for HEAD unnecessarily
Junio C Hamano
-1
/
+19
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
-0
/
+3
2024-12-06
fetch set_head: add warn-if-not-$branch option
Bence Ferdinandy
-5
/
+11
2024-12-06
fetch set_head: move warn advice into advise_if_enabled
Bence Ferdinandy
-4
/
+13
2024-12-04
Merge branch 'ps/ref-backend-migration-optim'
Junio C Hamano
-2
/
+2
2024-12-02
fetch: add configuration for set_head behaviour
Bence Ferdinandy
-6
/
+40
2024-11-27
Merge branch 'bf/set-head-symref' into bf/fetch-set-head-config
Junio C Hamano
-0
/
+74
2024-11-25
fetch set_head: handle mirrored bare repositories
Bence Ferdinandy
-5
/
+11
2024-11-25
fetch: set remote/HEAD if it does not exist
Bence Ferdinandy
-0
/
+68
2024-11-22
Merge branch 'jk/fetch-prefetch-double-free-fix'
Junio C Hamano
-6
/
+2
2024-11-21
refs: allow passing flags when setting up a transaction
Patrick Steinhardt
-2
/
+2
2024-11-12
refspec: store raw refspecs inside refspec_item
Jeff King
-6
/
+2
2024-11-12
refspec: drop separate raw_nr count
Jeff King
-1
/
+0
2024-11-12
fetch: adjust refspec->raw_nr when filtering prefetch refspecs
Jeff King
-0
/
+1
2024-11-04
doc: correct misleading descriptions for --shallow-exclude
Elijah Newren
-2
/
+2
2024-10-08
fetch: respect --server-option when fetching multiple remotes
Xing Xin
-0
/
+2
[next]