perf/aggregate: add --reponame option
Christian Couder committed over 8 years ago
perf/aggregate: add --subsection option
Christian Couder committed over 8 years ago
bulk-checkin: abstract SHA-1 usage
brian m. carlson committed over 8 years ago
csum-file: abstract uses of SHA-1
brian m. carlson committed over 8 years ago
csum-file: rename sha1file to hashfile
brian m. carlson committed over 8 years ago
read-cache: abstract away uses of SHA-1
brian m. carlson committed over 8 years ago
pack-write: switch various SHA-1 values to abstract forms
brian m. carlson committed over 8 years ago
pack-check: convert various uses of SHA-1 to abstract forms
brian m. carlson committed over 8 years ago
fast-import: switch various uses of SHA-1 to the_hash_algo
brian m. carlson committed over 8 years ago
sha1_file: switch uses of SHA-1 to the_hash_algo
brian m. carlson committed over 8 years ago
builtin/unpack-objects: switch uses of SHA-1 to the_hash_algo
brian m. carlson committed over 8 years ago
builtin/index-pack: improve hash function abstraction
brian m. carlson committed over 8 years ago
hash: create union for hash context allocation
brian m. carlson committed over 8 years ago
hash: move SHA-1 macros to hash.h
brian m. carlson committed over 8 years ago
trace: measure where the time is spent in the index-heavy operations
Nguyễn Thái Ngọc Duy committed over 8 years ago
gitignore.txt: elaborate shell glob syntax
Duy Nguyen committed over 8 years ago
format-patch: reduce patch diffstat width to 72
Nguyễn Thái Ngọc Duy committed over 8 years ago
dir.c: stop ignoring opendir() error in open_cached_dir()
Nguyễn Thái Ngọc Duy committed over 8 years ago
wildmatch test: mark test as EXPENSIVE_ON_WINDOWS
Ævar Arnfjörð Bjarmason committed over 8 years ago
test-lib: add an EXPENSIVE_ON_WINDOWS prerequisite
Ævar Arnfjörð Bjarmason committed over 8 years ago