mailinfo: also free strbuf lists when clearing mailinfo
Andrzej Hunt committed over 5 years ago
builtin/checkout: clear pending objects after diffing
Andrzej Hunt committed over 5 years ago
builtin/check-ignore: clear_pathspec before returning
Andrzej Hunt committed over 5 years ago
builtin/bugreport: don't leak prefixed filename
Andrzej Hunt committed over 5 years ago
branch: FREE_AND_NULL instead of NULL'ing real_ref
Andrzej Hunt committed over 5 years ago
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