bloom: clear each bloom_key after use
Andrzej Hunt committed over 5 years ago
ls-files: free max_prefix when done
Andrzej Hunt committed over 5 years ago
wt-status: fix multiple small leaks
Andrzej Hunt committed over 5 years ago
revision: free remainder of old commit list in limit_list
Andrzej Hunt committed over 5 years ago
hex: print objects using the hash algorithm member
brian m. carlson committed over 5 years ago
hex: default to the_hash_algo on zero algorithm value
brian m. carlson committed over 5 years ago
builtin/pack-objects: avoid using struct object_id for pack hash
brian m. carlson committed over 5 years ago
commit-graph: don't store file hashes as struct object_id
brian m. carlson committed over 5 years ago
builtin/show-index: set the algorithm for object IDs
brian m. carlson committed over 5 years ago
hash: provide per-algorithm null OIDs
brian m. carlson committed over 5 years ago
hash: set, copy, and use algo field in struct object_id
brian m. carlson committed over 5 years ago
builtin/pack-redundant: avoid casting buffers to struct object_id
brian m. carlson committed over 5 years ago
Use the final_oid_fn to finalize hashing of object IDs
brian m. carlson committed over 5 years ago
hash: add a function to finalize object IDs
brian m. carlson committed over 5 years ago
http-push: set algorithm when reading object ID
brian m. carlson committed over 5 years ago
Always use oidread to read into struct object_id
brian m. carlson committed over 5 years ago
hash: add an algo member to struct object_id
brian m. carlson committed over 5 years ago
pretty: provide human date format
ZheNing Hu committed over 5 years ago
pretty tests: give --date/format tests a better description
Ævar Arnfjörð Bjarmason committed over 5 years ago
pretty tests: simplify %aI/%cI date format test
Ævar Arnfjörð Bjarmason committed over 5 years ago