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
sparse-checkout: allow one-character directories in cone mode
Derrick Stolee committed over 6 years ago
am: support --show-current-patch=diff to retrieve .git/rebase-apply/patch
Paolo Bonzini committed over 6 years ago
am: support --show-current-patch=raw as a synonym for--show-current-patch
Paolo Bonzini committed over 6 years ago
am: convert "resume" variable to a struct
Paolo Bonzini committed over 6 years ago
parse-options: convert "command mode" to a flag
Paolo Bonzini committed over 6 years ago