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
/
index-pack.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-23
Merge branch 'ps/build-sign-compare'
Junio C Hamano
1
-0
/
+2
2024-12-15
Merge branch 'jt/fix-fattening-promisor-fetch'
Junio C Hamano
1
-33
/
+72
2024-12-13
Merge branch 'kn/midx-wo-the-repository'
Junio C Hamano
1
-7
/
+13
2024-12-10
index-pack --promisor: also check commits' trees
Jonathan Tan
1
-0
/
+1
2024-12-10
index-pack --promisor: don't check blobs
Jonathan Tan
1
-1
/
+30
2024-12-10
index-pack --promisor: dedup before checking links
Jonathan Tan
1
-33
/
+42
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
1
-0
/
+2
2024-12-04
Merge branch 'kn/the-repository' into kn/midx-wo-the-repository
Junio C Hamano
1
-7
/
+13
2024-12-04
config: make `delta_base_cache_limit` a non-global variable
Karthik Nayak
1
-3
/
+7
2024-12-04
packfile: pass down repository to `odb_pack_name`
Karthik Nayak
1
-2
/
+2
2024-12-04
packfile: add repository to struct `packed_git`
Karthik Nayak
1
-2
/
+4
2024-11-27
Merge branch 'jt/index-pack-allow-promisor-only-while-fetching'
Junio C Hamano
1
-0
/
+2
2024-11-27
Merge branch 'bc/c23'
Junio C Hamano
1
-5
/
+5
2024-11-20
index-pack: teach --promisor to forbid pack name
Jonathan Tan
1
-0
/
+2
2024-11-18
index-pack: rename struct thread_local
brian m. carlson
1
-5
/
+5
2024-11-12
index-pack: repack local links into promisor packs
Jonathan Tan
1
-2
/
+109
2024-09-30
pack-write: fix return parameter of `write_rev_file_order()`
Patrick Steinhardt
1
-4
/
+3
2024-09-23
Merge branch 'jc/pass-repo-to-builtins'
Junio C Hamano
1
-1
/
+5
2024-09-13
builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h
John Cai
1
-0
/
+1
2024-09-13
builtin: add a repository parameter for builtin functions
John Cai
1
-1
/
+4
2024-09-04
builtin/index-pack: fix segfaults when running outside of a repo
Patrick Steinhardt
1
-0
/
+9
2024-06-14
hash: require hash algorithm in `oidread()` and `oidclr()`
Patrick Steinhardt
1
-2
/
+3
2024-06-14
hash: require hash algorithm in `hasheq()`, `hashcmp()` and `hashclr()`
Patrick Steinhardt
1
-3
/
+3
2024-03-02
unpack: replace xwrite() loop with write_in_full()
Junio C Hamano
1
-14
/
+3
2024-02-08
Merge branch 'jc/index-pack-fsck-levels'
Junio C Hamano
1
-2
/
+3
2024-02-01
index-pack: --fsck-objects to take an optional argument for fsck msgs
John Cai
1
-2
/
+3
2024-02-01
index-pack: test and document --strict=<msg-id>=<severity>...
John Cai
1
-1
/
+1
2024-01-16
Merge branch 'jk/index-pack-lsan-false-positive-fix'
Junio C Hamano
1
-0
/
+2
2024-01-05
index-pack: spawn threads atomically
Jeff King
1
-0
/
+2
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
1
-2
/
+0
2023-09-13
Merge branch 'ew/hash-with-openssl-evp'
Junio C Hamano
1
-1
/
+4
2023-08-31
treewide: fix various bugs w/ OpenSSL 3+ EVP API
Eric Wong
1
-1
/
+4
2023-07-25
Merge branch 'jk/unused-parameter'
Junio C Hamano
1
-1
/
+2
2023-07-17
Merge branch 'cw/compat-util-header-cleanup'
Junio C Hamano
1
-2
/
+0
2023-07-13
fsck: mark unused parameters in various fsck callbacks
Jeff King
1
-1
/
+2
2023-07-06
Merge branch 'gc/config-context'
Junio C Hamano
1
-4
/
+5
2023-07-05
git-compat-util: move alloc macros to git-compat-util.h
Calvin Wan
1
-1
/
+0
2023-07-05
treewide: remove unnecessary includes for wrapper.h
Calvin Wan
1
-1
/
+0
2023-06-29
Merge branch 'en/header-split-cache-h-part-3'
Junio C Hamano
1
-1
/
+2
2023-06-28
config: pass kvi to die_bad_number()
Glen Choo
1
-2
/
+2
2023-06-28
config: add ctx arg to config_fn_t
Glen Choo
1
-2
/
+3
2023-06-21
object-store-ll.h: split this header out of object-store.h
Elijah Newren
1
-1
/
+2
2023-06-12
repository: create disable_replace_refs()
Derrick Stolee
1
-1
/
+1
2023-04-27
Merge branch 'tb/pack-revindex-on-disk'
Junio C Hamano
1
-2
/
+3
2023-04-13
t: invert `GIT_TEST_WRITE_REV_INDEX`
Taylor Blau
1
-2
/
+2
2023-04-13
config: enable `pack.writeReverseIndex` by default
Taylor Blau
1
-0
/
+1
2023-04-11
object-file.h: move declarations for object-file.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-04-11
treewide: be explicit about dependence on oid-array.h
Elijah Newren
1
-0
/
+1
2023-04-11
treewide: be explicit about dependence on pack-revindex.h
Elijah Newren
1
-0
/
+1
2023-04-06
Merge branch 'en/header-split-cleanup'
Junio C Hamano
1
-0
/
+4
[next]