commit-reach.c: allow get_merge_bases_many_0 to handle any repo
Stefan Beller committed almost 8 years ago
commit-reach.c: allow remove_redundant to handle any repo
Stefan Beller committed almost 8 years ago
commit-reach.c: allow merge_bases_many to handle any repo
Stefan Beller committed almost 8 years ago
commit-reach.c: allow paint_down_to_common to handle any repo
Stefan Beller committed almost 8 years ago
commit: allow parse_commit* to handle any repo
Stefan Beller committed almost 8 years ago
object: parse_object to honor its repository argument
Stefan Beller committed almost 8 years ago
object-store: prepare has_{sha1, object}_file to handle any repo
Stefan Beller committed almost 8 years ago
object-store: prepare read_object_file to deal with any repo
Stefan Beller committed almost 8 years ago
object-store: allow read_object_file_extended to read from any repo
Stefan Beller committed almost 8 years ago
push: change needlessly ambiguous example in error
Ævar Arnfjörð Bjarmason committed almost 8 years ago
hash: add an SHA-256 implementation using OpenSSL
brian m. carlson committed almost 8 years ago
sha256: add an SHA-256 implementation using libgcrypt
brian m. carlson committed almost 8 years ago
Add a base implementation of SHA-256 support
brian m. carlson committed almost 8 years ago
commit-graph: convert to using the_hash_algo
brian m. carlson committed almost 8 years ago
t/helper: add a test helper to compute hash speed
brian m. carlson committed almost 8 years ago
sha1-file: add a constant for hash block size
brian m. carlson committed almost 8 years ago
t: make the sha1 test-tool helper generic
brian m. carlson committed almost 8 years ago
t: add basic tests for our SHA-1 implementation
brian m. carlson committed almost 8 years ago
cache: make hashcmp and hasheq work with larger hashes
brian m. carlson committed almost 8 years ago
hex: introduce functions to print arbitrary hashes
brian m. carlson committed almost 8 years ago