hex: guard declarations with `USE_THE_REPOSITORY_VARIABLE`
Patrick Steinhardt committed about 2 years ago
t/helper: remove dependency on `the_repository` in "proc-receive"
Patrick Steinhardt committed about 2 years ago
t/helper: fix segfault in "oid-array" command without repository
Patrick Steinhardt committed about 2 years ago
t/helper: use correct object hash in partial-clone helper
Patrick Steinhardt committed about 2 years ago
compat/fsmonitor: fix socket path in networked SHA256 repos
Patrick Steinhardt committed about 2 years ago
replace-object: use hash algorithm from passed-in repository
Patrick Steinhardt committed about 2 years ago
protocol-caps: use hash algorithm from passed-in repository
Patrick Steinhardt committed about 2 years ago
oidset: pass hash algorithm when parsing file
Patrick Steinhardt committed about 2 years ago
http-fetch: don't crash when parsing packfile without a repo
Patrick Steinhardt committed about 2 years ago
Patrick Steinhardt committed about 2 years ago
refs: avoid include cycle with "repository.h"
Patrick Steinhardt committed about 2 years ago
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt committed about 2 years ago
hash: require hash algorithm in `empty_tree_oid_hex()`
Patrick Steinhardt committed about 2 years ago
hash: require hash algorithm in `is_empty_{blob,tree}_oid()`
Patrick Steinhardt committed about 2 years ago
hash: make `is_null_oid()` independent of `the_repository`
Patrick Steinhardt committed about 2 years ago
hash: convert `oidcmp()` and `oideq()` to compare whole hash
Patrick Steinhardt committed about 2 years ago
global: ensure that object IDs are always padded
Patrick Steinhardt committed about 2 years ago
hash: require hash algorithm in `oidread()` and `oidclr()`
Patrick Steinhardt committed about 2 years ago
hash: require hash algorithm in `hasheq()`, `hashcmp()` and `hashclr()`
Patrick Steinhardt committed about 2 years ago
hash: drop (mostly) unused `is_empty_{blob,tree}_sha1()` functions
Patrick Steinhardt committed about 2 years ago