builtin/init-db: allow specifying hash algorithm on command line
brian m. carlson committed over 6 years ago
setup: allow check_repository_format to read repository format
brian m. carlson committed over 6 years ago
t/helper: make repository tests hash independent
brian m. carlson committed over 6 years ago
t/helper: initialize repository if necessary
brian m. carlson committed over 6 years ago
t/helper/test-dump-split-index: initialize git repository
brian m. carlson committed over 6 years ago
t6300: make hash algorithm independent
brian m. carlson committed over 6 years ago
t6300: abstract away SHA-1-specific constants
brian m. carlson committed over 6 years ago
t: use hash-specific lookup tables to define test constants
brian m. carlson committed over 6 years ago
repository: require a build flag to use SHA-256
brian m. carlson committed over 6 years ago
hex: add functions to parse hex object IDs in any algorithm
brian m. carlson committed over 6 years ago
hex: introduce parsing variants taking hash algorithms
brian m. carlson committed over 6 years ago
hash: implement and use a context cloning function
brian m. carlson committed over 6 years ago
builtin/pack-objects: make hash agnostic
brian m. carlson committed over 6 years ago
use strpbrk(3) to search for characters from a given set
René Scharfe committed over 6 years ago
quote: use isalnum() to check for alphanumeric characters
René Scharfe committed over 6 years ago
t1050: replace test -f with test_path_is_file
Rasmus Jonsson committed over 6 years ago
partial-clone: avoid fetching when looking for objects
Derrick Stolee committed over 6 years ago
partial-clone: demonstrate bugs in partial fetch
Derrick Stolee committed over 6 years ago
run-command.h: fix mis-indented struct member
Jeff King committed over 6 years ago
describe: force long format for a name based on a mislocated tag
Junio C Hamano committed over 6 years ago