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-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
2023-04-06
Merge branch 'ab/remove-implicit-use-of-the-repository'
Junio C Hamano
1
-4
/
+7
2023-04-04
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
1
-4
/
+7
2023-03-28
cocci: apply the "promisor-remote.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2023-03-28
cocci: apply the "object-store.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
1
-3
/
+6
2023-03-21
setup.h: move declarations for setup.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-03-21
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-03-21
wrapper.h: move declarations for wrapper.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
1
-0
/
+1
2023-02-23
replace-object.h: move read_replace_refs declaration from cache.h to here
Elijah Newren
1
-0
/
+1
2023-02-23
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
1
-0
/
+1
2023-02-23
alloc.h: move ALLOC_GROW() functions from cache.h
Elijah Newren
1
-0
/
+1
2022-06-17
i18n: fix mismatched camelCase config variables
Jiang Xin
1
-1
/
+1
2022-05-20
Merge branch 'ep/maint-equals-null-cocci'
Junio C Hamano
1
-3
/
+3
2022-05-02
Merge branch 'ep/maint-equals-null-cocci' for maint-2.35
Junio C Hamano
1
-3
/
+3
2022-05-02
tree-wide: apply equals-null.cocci
Junio C Hamano
1
-3
/
+3
2022-03-25
Merge branch 'ns/core-fsyncmethod'
Junio C Hamano
1
-2
/
+2
2022-03-16
Merge branch 'ab/string-list-count-in-size-t'
Junio C Hamano
1
-1
/
+1
2022-03-16
Merge branch 'ab/object-file-api-updates'
Junio C Hamano
1
-6
/
+4
2022-03-13
Merge branch 'ab/plug-random-leaks'
Junio C Hamano
1
-0
/
+5
2022-03-10
core.fsync: introduce granular fsync control infrastructure
Neeraj Singh
1
-2
/
+2
2022-03-07
gettext API users: don't explicitly cast ngettext()'s "n"
Ævar Arnfjörð Bjarmason
1
-1
/
+1
[next]