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
/
fetch-pack.c
Age
Commit message (
Expand
)
Author
Lines
2025-04-29
treewide: convert users of `repo_has_object_file()` to `has_object()`
Patrick Steinhardt
-4
/
+3
2025-04-15
object-store: merge "object-store-ll.h" and "object-store.h"
Patrick Steinhardt
-1
/
+1
2025-02-03
Merge branch 'kn/pack-write-with-reduced-globals'
Junio C Hamano
-1
/
+3
2025-01-21
pack-write: pass repository to `index_pack_lockfile()`
Karthik Nayak
-1
/
+3
2025-01-07
fsck: reject misconfigured fsck.skipList
Justin Tobler
-1
/
+1
2024-12-23
Merge branch 'ps/build-sign-compare'
Junio C Hamano
-0
/
+1
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
-0
/
+1
2024-11-28
fetch-pack: split out fsck config parsing
Justin Tobler
-8
/
+18
2024-11-05
fetch-pack: die if in commit graph but not obj db
Jonathan Tan
-3
/
+16
2024-11-05
Revert "fetch-pack: add a deref_without_lazy_fetch_extended()"
Jonathan Tan
-18
/
+7
2024-09-23
Merge branch 'ps/environ-wo-the-repository'
Junio C Hamano
-1
/
+1
2024-09-20
Merge branch 'ps/leakfixes-part-6'
Junio C Hamano
-0
/
+3
2024-09-12
environment: make `get_object_directory()` accept a repository
Patrick Steinhardt
-1
/
+1
2024-09-05
drop trailing newline from warning/error/die messages
Jeff King
-1
/
+1
2024-09-05
fetch-pack: fix memory leaks on fetch negotiation
Patrick Steinhardt
-0
/
+3
2024-08-09
refs: add referent to each_ref_fn
John Cai
-0
/
+2
2024-07-08
Merge branch 'xx/bundie-uri-fixes'
Junio C Hamano
-6
/
+11
2024-07-02
Merge branch 'ps/use-the-repository'
Junio C Hamano
-0
/
+2
2024-06-27
Merge branch 'jk/fetch-pack-fsck-wo-lock-pack'
Junio C Hamano
-1
/
+3
2024-06-20
fetch-pack: fix segfault when fscking without --lock-pack
Jeff King
-1
/
+3
2024-06-20
fetch-pack: expose fsckObjects configuration logic
Xing Xin
-6
/
+11
2024-06-14
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
-0
/
+2
2024-06-06
Merge branch 'ps/leakfixes'
Junio C Hamano
-2
/
+2
2024-05-27
config: clarify memory ownership in `git_config_pathname()`
Patrick Steinhardt
-2
/
+2
2024-05-23
Merge branch 'dg/fetch-pack-code-cleanup'
Junio C Hamano
-5
/
+0
2024-05-13
fetch-pack: remove unused 'struct loose_object_iter'
Dr. David Alan Gilbert
-5
/
+0
2024-05-07
cocci: apply rules to rewrite callers of "refs" interfaces
Patrick Steinhardt
-2
/
+4
2024-01-30
Merge branch 'sd/negotiate-trace-fix'
Junio C Hamano
-1
/
+1
2024-01-08
Merge branch 'en/header-cleanup'
Junio C Hamano
-2
/
+0
2024-01-03
push: region_leave trace for negotiate_using_fetch
Sam Delmerico
-1
/
+1
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
-2
/
+0
2023-12-09
fsck: handle NULL value when parsing message config
Jeff King
-4
/
+8
2023-08-30
Merge branch 'ts/unpacklimit-config-fix'
Junio C Hamano
-3
/
+3
2023-08-22
transfer.unpackLimit: fetch/receive.unpackLimit takes precedence
Junio C Hamano
-3
/
+3
2023-07-17
Merge branch 'cw/compat-util-header-cleanup'
Junio C Hamano
-2
/
+0
2023-07-06
Merge branch 'gc/config-context'
Junio C Hamano
-2
/
+3
2023-07-05
git-compat-util: move alloc macros to git-compat-util.h
Calvin Wan
-1
/
+0
2023-07-05
treewide: remove unnecessary includes for wrapper.h
Calvin Wan
-1
/
+0
2023-06-28
config: add ctx arg to config_fn_t
Glen Choo
-2
/
+3
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-05-09
Merge branch 'en/header-split-cache-h-part-2'
Junio C Hamano
-0
/
+1
2023-04-25
Merge branch 'jk/protocol-cap-parse-fix'
Junio C Hamano
-2
/
+2
2023-04-24
commit.h: reduce unnecessary includes
Elijah Newren
-0
/
+1
2023-04-14
v0 protocol: use size_t for capability length/offset
Jeff King
-2
/
+2
2023-04-11
treewide: remove unnecessary cache.h inclusion
Elijah Newren
-1
/
+1
2023-04-11
treewide: be explicit about dependence on trace.h & trace2.h
Elijah Newren
-0
/
+1
2023-04-06
Merge branch 'en/header-split-cleanup'
Junio C Hamano
-1
/
+4
2023-04-06
Merge branch 'ab/remove-implicit-use-of-the-repository'
Junio C Hamano
-4
/
+4
2023-04-04
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
-4
/
+4
[next]