dir.c: remove an implicit dependency on the_index in pathspec code
Nguyễn Thái Ngọc Duy committed about 8 years ago
convert.c: remove an implicit dependency on the_index
Nguyễn Thái Ngọc Duy committed about 8 years ago
attr: remove an implicit dependency on the_index
Nguyễn Thái Ngọc Duy committed about 8 years ago
cache-tree: wrap the_index based wrappers with #ifdef
Nguyễn Thái Ngọc Duy committed about 8 years ago
diff.c: move read_index() code back to the caller
Nguyễn Thái Ngọc Duy committed about 8 years ago
cat-file: support "unordered" output for --batch-all-objects
Jeff King committed about 8 years ago
cat-file: rename batch_{loose,packed}_object callbacks
Jeff King committed about 8 years ago
t1006: test cat-file --batch-all-objects with duplicates
Jeff King committed about 8 years ago
for_each_packed_object: support iterating in pack-order
Jeff King committed about 8 years ago
for_each_*_object: give more comprehensive docstrings
Jeff King committed about 8 years ago
for_each_*_object: take flag arguments as enum
Jeff King committed about 8 years ago
for_each_*_object: store flag definitions in a single location
Jeff King committed about 8 years ago
pull doc: fix a long-standing grammar error
Ævar Arnfjörð Bjarmason committed about 8 years ago
fetch tests: correct a comment "remove it" -> "remove them"
Ævar Arnfjörð Bjarmason committed about 8 years ago
chainlint: add test of pathological case which triggered false positive
Eric Sunshine committed about 8 years ago
chainlint: recognize multi-line quoted strings more robustly
Eric Sunshine committed about 8 years ago
chainlint: let here-doc and multi-line string commence on same line
Eric Sunshine committed about 8 years ago
chainlint: recognize multi-line $(...) when command cuddled with "$("
Eric Sunshine committed about 8 years ago
chainlint: match 'quoted' here-doc tags
Eric Sunshine committed about 8 years ago
chainlint: match arbitrary here-docs tags rather than hard-coded names
Eric Sunshine committed about 8 years ago