52803 Commits (5aacc63f1e8414a12105faa7647c4c11f8acd02d)
 

Author SHA1 Message Date
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
Eric Sunshine 06fc5c9f90 chainlint: recognize multi-line $(...) when command cuddled with "$(" 7 years ago
Eric Sunshine 7e32a31b21 chainlint: match 'quoted' here-doc tags 7 years ago
Eric Sunshine c2c29cc03e chainlint: match arbitrary here-docs tags rather than hard-coded names 7 years ago
Nicholas Guriev d651a54b8a mergetool: don't suggest to continue after last file 7 years ago
SZEDER Gábor 3c4586301d t5318: avoid unnecessary command substitutions 7 years ago
SZEDER Gábor eb7cc5bc80 t5318: use 'test_cmp_bin' to compare commit-graph files 7 years ago
Johannes Schindelin a7be92acd9 range-diff: use dim/bold cues to improve dual color mode 7 years ago
Johannes Schindelin 275267937b range-diff: make --dual-color the default mode 7 years ago
Johannes Schindelin d1f87a2d9c range-diff: left-pad patch numbers 7 years ago
Johannes Schindelin 7190a67eab completion: support `git range-diff` 7 years ago