attr: remove index from git_attr_set_direction()
Nguyễn Thái Ngọc Duy committed about 8 years ago
entry.c: use the right index instead of the_index
Nguyễn Thái Ngọc Duy committed about 8 years ago
submodule.c: use the right index instead of the_index
Nguyễn Thái Ngọc Duy committed about 8 years ago
pathspec.c: use the right index instead of the_index
Nguyễn Thái Ngọc Duy committed about 8 years ago
unpack-trees: avoid the_index in verify_absent()
Nguyễn Thái Ngọc Duy committed about 8 years ago
unpack-trees: convert clear_ce_flags* to avoid the_index
Nguyễn Thái Ngọc Duy committed about 8 years ago
unpack-trees: don't shadow global var the_index
Nguyễn Thái Ngọc Duy committed about 8 years ago
unpack-trees: add a note about path invalidation
Nguyễn Thái Ngọc Duy committed about 8 years ago
unpack-trees: remove 'extern' on function declaration
Nguyễn Thái Ngọc Duy committed about 8 years ago
ls-files: correct index argument to get_convert_attr_ascii()
Nguyễn Thái Ngọc Duy committed about 8 years ago
preload-index.c: use the right index instead of the_index
Nguyễn Thái Ngọc Duy committed about 8 years ago
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