bswap.h: provide a built-in based version of bswap32/64 if possible
Sebastian Andrzej Siewior committed about 1 year ago
bswap.h: remove optimized x86 version of bswap32/64
Sebastian Andrzej Siewior committed about 1 year ago
bswap.h: always overwrite ntohl/ ntohll macros
Sebastian Andrzej Siewior committed about 1 year ago
bswap.h: define GIT_LITTLE_ENDIAN on msvc as little endian
Sebastian Andrzej Siewior committed about 1 year ago
bswap.h: add support for __BYTE_ORDER__
Sebastian Andrzej Siewior committed about 1 year ago
test-lib: respect GIT_TEST_INSTALLED when querying default hash
Kyle Lippincott committed about 1 year ago
Merge branch 'bc/use-sha256-by-default-in-3.0' into kl/test-installed-fix
Junio C Hamano committed about 1 year ago
config: remove unneeded struct field
Phillip Wood committed about 1 year ago
midx: remove now-unused linked list of multi-pack indices
Patrick Steinhardt committed about 1 year ago
packfile: stop using linked MIDX list in `get_all_packs()`
Patrick Steinhardt committed about 1 year ago
packfile: stop using linked MIDX list in `find_pack_entry()`
Patrick Steinhardt committed about 1 year ago
packfile: refactor `get_multi_pack_index()` to work on sources
Patrick Steinhardt committed about 1 year ago
midx: stop using linked list when closing MIDX
Patrick Steinhardt committed about 1 year ago
packfile: refactor `prepare_packed_git_one()` to work on sources
Patrick Steinhardt committed about 1 year ago
midx: start tracking per object database source
Patrick Steinhardt committed about 1 year ago
Merge branch 'tb/midx-avoid-cruft-packs' into ps/object-store-midx
Junio C Hamano committed about 1 year ago
for-each-ref: introduce a '--start-after' option
Karthik Nayak committed about 1 year ago
ref-filter: remove unnecessary else clause
Karthik Nayak committed about 1 year ago
refs: selectively set prefix in the seek functions
Karthik Nayak committed about 1 year ago
ref-cache: remove unused function 'find_ref_entry()'
Karthik Nayak committed about 1 year ago