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
/
fetch-pack.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-08-25
fetch-pack: re-scan when double-checking graph objects
Jeff King
1
-1
/
+2
2025-08-04
Merge branch 'ps/config-wo-the-repository'
Junio C Hamano
1
-8
/
+8
2025-07-28
Merge branch 'rs/pop-recent-commit-with-prio-queue'
Junio C Hamano
1
-5
/
+8
2025-07-23
config: drop `git_config_get_bool()` wrapper
Patrick Steinhardt
1
-4
/
+4
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
-1
/
+1
2025-07-22
commit: convert pop_most_recent_commit() to prio_queue
René Scharfe
1
-5
/
+8
2025-07-21
Merge branch 'bc/use-sha256-by-default-in-3.0'
Junio C Hamano
1
-1
/
+1
2025-07-17
Merge branch 'bc/use-sha256-by-default-in-3.0' into ps/config-wo-the-repository
Junio C Hamano
1
-1
/
+1
2025-07-01
Use legacy hash for legacy formats
brian m. carlson
1
-1
/
+1
2025-07-01
odb: rename `has_object()`
Patrick Steinhardt
1
-4
/
+4
2025-07-01
odb: rename `oid_object_info()`
Patrick Steinhardt
1
-2
/
+2
2025-07-01
odb: get rid of `the_repository` in `for_each()` functions
Patrick Steinhardt
1
-1
/
+2
2025-07-01
object-store: rename files to "odb.{c,h}"
Patrick Steinhardt
1
-1
/
+1
2025-04-29
treewide: convert users of `repo_has_object_file()` to `has_object()`
Patrick Steinhardt
1
-4
/
+3
2025-04-15
object-store: merge "object-store-ll.h" and "object-store.h"
Patrick Steinhardt
1
-1
/
+1
2025-02-03
Merge branch 'kn/pack-write-with-reduced-globals'
Junio C Hamano
1
-1
/
+3
2025-01-21
pack-write: pass repository to `index_pack_lockfile()`
Karthik Nayak
1
-1
/
+3
2025-01-07
fsck: reject misconfigured fsck.skipList
Justin Tobler
1
-1
/
+1
2024-12-23
Merge branch 'ps/build-sign-compare'
Junio C Hamano
1
-0
/
+1
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
1
-0
/
+1
2024-11-28
fetch-pack: split out fsck config parsing
Justin Tobler
1
-8
/
+18
2024-11-05
fetch-pack: die if in commit graph but not obj db
Jonathan Tan
1
-3
/
+16
2024-11-05
Revert "fetch-pack: add a deref_without_lazy_fetch_extended()"
Jonathan Tan
1
-18
/
+7
2024-09-23
Merge branch 'ps/environ-wo-the-repository'
Junio C Hamano
1
-1
/
+1
2024-09-20
Merge branch 'ps/leakfixes-part-6'
Junio C Hamano
1
-0
/
+3
2024-09-12
environment: make `get_object_directory()` accept a repository
Patrick Steinhardt
1
-1
/
+1
2024-09-05
drop trailing newline from warning/error/die messages
Jeff King
1
-1
/
+1
2024-09-05
fetch-pack: fix memory leaks on fetch negotiation
Patrick Steinhardt
1
-0
/
+3
2024-08-09
refs: add referent to each_ref_fn
John Cai
1
-0
/
+2
2024-07-08
Merge branch 'xx/bundie-uri-fixes'
Junio C Hamano
1
-6
/
+11
2024-07-02
Merge branch 'ps/use-the-repository'
Junio C Hamano
1
-0
/
+2
2024-06-27
Merge branch 'jk/fetch-pack-fsck-wo-lock-pack'
Junio C Hamano
1
-1
/
+3
2024-06-20
fetch-pack: fix segfault when fscking without --lock-pack
Jeff King
1
-1
/
+3
2024-06-20
fetch-pack: expose fsckObjects configuration logic
Xing Xin
1
-6
/
+11
2024-06-14
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
1
-0
/
+2
2024-06-06
Merge branch 'ps/leakfixes'
Junio C Hamano
1
-2
/
+2
2024-05-27
config: clarify memory ownership in `git_config_pathname()`
Patrick Steinhardt
1
-2
/
+2
2024-05-23
Merge branch 'dg/fetch-pack-code-cleanup'
Junio C Hamano
1
-5
/
+0
2024-05-13
fetch-pack: remove unused 'struct loose_object_iter'
Dr. David Alan Gilbert
1
-5
/
+0
2024-05-07
cocci: apply rules to rewrite callers of "refs" interfaces
Patrick Steinhardt
1
-2
/
+4
2024-01-30
Merge branch 'sd/negotiate-trace-fix'
Junio C Hamano
1
-1
/
+1
2024-01-08
Merge branch 'en/header-cleanup'
Junio C Hamano
1
-2
/
+0
2024-01-03
push: region_leave trace for negotiate_using_fetch
Sam Delmerico
1
-1
/
+1
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
1
-2
/
+0
2023-12-09
fsck: handle NULL value when parsing message config
Jeff King
1
-4
/
+8
2023-08-30
Merge branch 'ts/unpacklimit-config-fix'
Junio C Hamano
1
-3
/
+3
2023-08-22
transfer.unpackLimit: fetch/receive.unpackLimit takes precedence
Junio C Hamano
1
-3
/
+3
2023-07-17
Merge branch 'cw/compat-util-header-cleanup'
Junio C Hamano
1
-2
/
+0
[next]