index
:
git
gitk-resize-error
main
Fork of git SCM with my patches.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
/
index-pack.c
Age
Commit message (
Expand
)
Author
2023-04-27
Merge branch 'tb/pack-revindex-on-disk'
Junio C Hamano
2023-04-13
t: invert `GIT_TEST_WRITE_REV_INDEX`
Taylor Blau
2023-04-13
config: enable `pack.writeReverseIndex` by default
Taylor Blau
2023-04-11
object-file.h: move declarations for object-file.c functions from cache.h
Elijah Newren
2023-04-11
treewide: be explicit about dependence on oid-array.h
Elijah Newren
2023-04-11
treewide: be explicit about dependence on pack-revindex.h
Elijah Newren
2023-04-06
Merge branch 'en/header-split-cleanup'
Junio C Hamano
2023-04-06
Merge branch 'ab/remove-implicit-use-of-the-repository'
Junio C Hamano
2023-04-04
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
2023-03-28
cocci: apply the "promisor-remote.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
cocci: apply the "object-store.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-21
setup.h: move declarations for setup.c functions from cache.h
Elijah Newren
2023-03-21
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
2023-03-21
wrapper.h: move declarations for wrapper.c functions from cache.h
Elijah Newren
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
2023-02-23
replace-object.h: move read_replace_refs declaration from cache.h to here
Elijah Newren
2023-02-23
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
2023-02-23
alloc.h: move ALLOC_GROW() functions from cache.h
Elijah Newren
2022-06-17
i18n: fix mismatched camelCase config variables
Jiang Xin
2022-05-20
Merge branch 'ep/maint-equals-null-cocci'
Junio C Hamano
2022-05-02
Merge branch 'ep/maint-equals-null-cocci' for maint-2.35
Junio C Hamano
2022-05-02
tree-wide: apply equals-null.cocci
Junio C Hamano
2022-03-25
Merge branch 'ns/core-fsyncmethod'
Junio C Hamano
2022-03-16
Merge branch 'ab/string-list-count-in-size-t'
Junio C Hamano
2022-03-16
Merge branch 'ab/object-file-api-updates'
Junio C Hamano
2022-03-13
Merge branch 'ab/plug-random-leaks'
Junio C Hamano
2022-03-10
core.fsync: introduce granular fsync control infrastructure
Neeraj Singh
2022-03-07
gettext API users: don't explicitly cast ngettext()'s "n"
Ævar Arnfjörð Bjarmason
2022-03-04
index-pack: fix memory leaks
Ævar Arnfjörð Bjarmason
2022-02-25
object-file API: have hash_object_file() take "enum object_type"
Ævar Arnfjörð Bjarmason
2022-02-25
object-file API: split up and simplify check_object_signature()
Ævar Arnfjörð Bjarmason
2022-02-25
object API users + docs: check <0, not !0 with check_object_signature()
Ævar Arnfjörð Bjarmason
2022-02-25
object-file API: add a format_object_header() function
Ævar Arnfjörð Bjarmason
2022-02-23
index-pack: clarify the breached limit
Matt Cooper
2022-01-05
i18n: factorize "--foo requires --bar" and the like
Jean-Noël Avila
2022-01-05
i18n: turn "options are incompatible" into "cannot be used together"
Jean-Noël Avila
2021-10-31
i18n: fix typos found during l10n for git 2.34.0
Jiang Xin
2021-10-25
Merge branch 'ab/fsck-unexpected-type'
Junio C Hamano
2021-10-01
fsck: report invalid object type-path combinations
Ævar Arnfjörð Bjarmason
2021-09-23
Merge branch 'rs/use-xopen-in-index-pack'
Junio C Hamano
2021-09-20
Merge branch 'ab/unbundle-progress'
Junio C Hamano
2021-09-20
Merge branch 'tb/pack-finalize-ordering'
Junio C Hamano
2021-09-10
index-pack: use xopen in init_thread
René Scharfe
2021-09-09
builtin/index-pack.c: move `.idx` files into place last
Taylor Blau
2021-09-09
index-pack: refactor renaming in final()
Ævar Arnfjörð Bjarmason
2021-09-07
index-pack: add --progress-title option
Ævar Arnfjörð Bjarmason
2021-08-25
use xopen() to handle fatal open(2) failures
René Scharfe
2021-07-12
*.c static functions: don't forward-declare __attribute__
Ævar Arnfjörð Bjarmason
2021-04-27
Use the final_oid_fn to finalize hashing of object IDs
brian m. carlson
2021-04-27
Always use oidread to read into struct object_id
brian m. carlson
[prev]
[next]