52708 Commits (2a59a6ef2066c786b69253e148cccdc92cfdb434)
 

Author SHA1 Message Date
Elijah Newren e730b81df6 Move definition of enum branch_track from cache.h to branch.h 7 years ago
Elijah Newren 1731310745 alloc: make allocate_alloc_state and clear_alloc_state more consistent 7 years ago
Elijah Newren ef3ca95475 Add missing includes and forward declarations 7 years ago
Phillip Wood dd2e36ebac rebase -i: fix numbering in squash message 7 years ago
Johannes Schindelin 1ce2b452c6 chainlint: fix for core.autocrlf=true 7 years ago
Jonathan Nieder 5641eb9465 partial-clone: render design doc using asciidoc 7 years ago
Ævar Arnfjörð Bjarmason 2711b1ad5e submodule: add more exhaustive up-path testing 7 years ago
Stefan Beller e84c3cf3dc git-submodule.sh: accept verbose flag in cmd_update to be non-quiet 7 years ago
Jeff King 0889aae1cd for_each_*_object: move declarations to object-store.h 7 years ago
Jeff King 79ed0a5e26 cat-file: use a single strbuf for all output 7 years ago
Jeff King 54d2f0d945 cat-file: split batch "buf" into two variables 7 years ago
Jeff King ced9fff75d cat-file: use oidset check-and-insert 7 years ago
SZEDER Gábor 10c600172c t5310-pack-bitmaps: fix bogus 'pack-objects to file can use bitmap' test 7 years ago
Johannes Sixt d641097589 mingw: enable atomic O_APPEND 7 years ago
Nguyễn Thái Ngọc Duy ecbbc0a53b blame.c: remove implicit dependency on the_index 7 years ago
Nguyễn Thái Ngọc Duy 1b5c6c1e53 apply.c: remove implicit dependency on the_index 7 years ago
Nguyễn Thái Ngọc Duy 82ea77eca7 apply.c: make init_apply_state() take a struct repository 7 years ago
Nguyễn Thái Ngọc Duy 332a82a522 apply.c: pass struct apply_state to more functions 7 years ago
Nguyễn Thái Ngọc Duy ff82d1260f resolve-undo.c: use the right index instead of the_index 7 years ago
Nguyễn Thái Ngọc Duy b67b55127c archive-*.c: use the right repository 7 years ago
Nguyễn Thái Ngọc Duy b612ee202a archive.c: avoid access to the_index 7 years ago
Nguyễn Thái Ngọc Duy a4009b0b45 grep: use the right index instead of the_index 7 years ago
Nguyễn Thái Ngọc Duy c4500e251f attr: remove index from git_attr_set_direction() 7 years ago
Nguyễn Thái Ngọc Duy 74cfc0ee1d entry.c: use the right index instead of the_index 7 years ago
Nguyễn Thái Ngọc Duy 68f08b4b23 submodule.c: use the right index instead of the_index 7 years ago
Nguyễn Thái Ngọc Duy d17ef3a94e pathspec.c: use the right index instead of the_index 7 years ago
Nguyễn Thái Ngọc Duy c7f3259d0d unpack-trees: avoid the_index in verify_absent() 7 years ago
Nguyễn Thái Ngọc Duy 27c82fb3b4 unpack-trees: convert clear_ce_flags* to avoid the_index 7 years ago
Nguyễn Thái Ngọc Duy 86016ec304 unpack-trees: don't shadow global var the_index 7 years ago
Nguyễn Thái Ngọc Duy 383480ba4f unpack-trees: add a note about path invalidation 7 years ago
Nguyễn Thái Ngọc Duy 340f4bc9f8 unpack-trees: remove 'extern' on function declaration 7 years ago
Nguyễn Thái Ngọc Duy a52b321d2e ls-files: correct index argument to get_convert_attr_ascii() 7 years ago
Nguyễn Thái Ngọc Duy f9beff0336 preload-index.c: use the right index instead of the_index 7 years ago
Nguyễn Thái Ngọc Duy 6d2df284e7 dir.c: remove an implicit dependency on the_index in pathspec code 7 years ago
Nguyễn Thái Ngọc Duy 7f944e264e convert.c: remove an implicit dependency on the_index 7 years ago
Nguyễn Thái Ngọc Duy 7a400a2c02 attr: remove an implicit dependency on the_index 7 years ago
Nguyễn Thái Ngọc Duy 07096c9696 cache-tree: wrap the_index based wrappers with #ifdef 7 years ago
Nguyễn Thái Ngọc Duy ff7fe37b05 diff.c: move read_index() code back to the caller 7 years ago
Jeff King 0750bb5b51 cat-file: support "unordered" output for --batch-all-objects 7 years ago
Jeff King b1adb38458 cat-file: rename batch_{loose,packed}_object callbacks 7 years ago
Jeff King aa2f5ef500 t1006: test cat-file --batch-all-objects with duplicates 7 years ago
Jeff King 736eb88fdc for_each_packed_object: support iterating in pack-order 7 years ago
Jeff King 8b36155190 for_each_*_object: give more comprehensive docstrings 7 years ago
Jeff King a7ff6f5a0f for_each_*_object: take flag arguments as enum 7 years ago
Jeff King 202e7f1e16 for_each_*_object: store flag definitions in a single location 7 years ago
Ævar Arnfjörð Bjarmason b81699af48 pull doc: fix a long-standing grammar error 7 years ago
Ævar Arnfjörð Bjarmason d365112115 fetch tests: correct a comment "remove it" -> "remove them" 7 years ago
Eric Sunshine 4f69176feb chainlint: add test of pathological case which triggered false positive 7 years ago
Eric Sunshine 22e3e0241a chainlint: recognize multi-line quoted strings more robustly 7 years ago
Eric Sunshine d93871143f chainlint: let here-doc and multi-line string commence on same line 7 years ago