summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-08-14cat-file: use a single strbuf for all outputLibravatar Jeff King1-11/+17
2018-08-14cat-file: split batch "buf" into two variablesLibravatar Jeff King1-6/+8
2018-08-14cat-file: use oidset check-and-insertLibravatar Jeff King1-2/+1
2018-08-14t5310-pack-bitmaps: fix bogus 'pack-objects to file can use bitmap' testLibravatar SZEDER Gábor1-3/+4
2018-08-13mingw: enable atomic O_APPENDLibravatar Johannes Sixt1-2/+39
2018-08-13blame.c: remove implicit dependency on the_indexLibravatar Nguyễn Thái Ngọc Duy3-21/+33
2018-08-13apply.c: remove implicit dependency on the_indexLibravatar Nguyễn Thái Ngọc Duy1-21/+25
2018-08-13apply.c: make init_apply_state() take a struct repositoryLibravatar Nguyễn Thái Ngọc Duy4-2/+8
2018-08-13apply.c: pass struct apply_state to more functionsLibravatar Nguyễn Thái Ngọc Duy1-7/+11
2018-08-13resolve-undo.c: use the right index instead of the_indexLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2018-08-13archive-*.c: use the right repositoryLibravatar Nguyễn Thái Ngọc Duy2-2/+2
2018-08-13archive.c: avoid access to the_indexLibravatar Nguyễn Thái Ngọc Duy4-21/+45
2018-08-13grep: use the right index instead of the_indexLibravatar Nguyễn Thái Ngọc Duy1-2/+2
2018-08-13attr: remove index from git_attr_set_direction()Libravatar Nguyễn Thái Ngọc Duy5-18/+8
2018-08-13entry.c: use the right index instead of the_indexLibravatar Nguyễn Thái Ngọc Duy2-4/+6
2018-08-13submodule.c: use the right index instead of the_indexLibravatar Nguyễn Thái Ngọc Duy1-4/+4
2018-08-13pathspec.c: use the right index instead of the_indexLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2018-08-13unpack-trees: avoid the_index in verify_absent()Libravatar Nguyễn Thái Ngọc Duy1-2/+2
2018-08-13unpack-trees: convert clear_ce_flags* to avoid the_indexLibravatar Nguyễn Thái Ngọc Duy1-13/+18
2018-08-13unpack-trees: don't shadow global var the_indexLibravatar Nguyễn Thái Ngọc Duy1-5/+4
2018-08-13unpack-trees: add a note about path invalidationLibravatar Nguyễn Thái Ngọc Duy1-0/+11
2018-08-13unpack-trees: remove 'extern' on function declarationLibravatar Nguyễn Thái Ngọc Duy1-2/+2
2018-08-13ls-files: correct index argument to get_convert_attr_ascii()Libravatar Nguyễn Thái Ngọc Duy1-8/+9
2018-08-13preload-index.c: use the right index instead of the_indexLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2018-08-13dir.c: remove an implicit dependency on the_index in pathspec codeLibravatar Nguyễn Thái Ngọc Duy21-45/+54
2018-08-13convert.c: remove an implicit dependency on the_indexLibravatar Nguyễn Thái Ngọc Duy10-33/+45
2018-08-13attr: remove an implicit dependency on the_indexLibravatar Nguyễn Thái Ngọc Duy10-32/+55
2018-08-13cache-tree: wrap the_index based wrappers with #ifdefLibravatar Nguyễn Thái Ngọc Duy3-17/+16
2018-08-13diff.c: move read_index() code back to the callerLibravatar Nguyễn Thái Ngọc Duy3-14/+5
2018-08-13cat-file: support "unordered" output for --batch-all-objectsLibravatar Jeff King3-5/+72
2018-08-13cat-file: rename batch_{loose,packed}_object callbacksLibravatar Jeff King1-9/+9
2018-08-13t1006: test cat-file --batch-all-objects with duplicatesLibravatar Jeff King1-2/+4
2018-08-13for_each_packed_object: support iterating in pack-orderLibravatar Jeff King4-9/+27
2018-08-13for_each_*_object: give more comprehensive docstringsLibravatar Jeff King2-7/+13
2018-08-13for_each_*_object: take flag arguments as enumLibravatar Jeff King4-5/+9
2018-08-13for_each_*_object: store flag definitions in a single locationLibravatar Jeff King2-7/+14
2018-08-13pull doc: fix a long-standing grammar errorLibravatar Ævar Arnfjörð Bjarmason1-1/+1
2018-08-13fetch tests: correct a comment "remove it" -> "remove them"Libravatar Ævar Arnfjörð Bjarmason1-1/+1
2018-08-13chainlint: add test of pathological case which triggered false positiveLibravatar Eric Sunshine2-0/+32
2018-08-13chainlint: recognize multi-line quoted strings more robustlyLibravatar Eric Sunshine4-13/+43
2018-08-13chainlint: let here-doc and multi-line string commence on same lineLibravatar Eric Sunshine7-3/+37
2018-08-13chainlint: recognize multi-line $(...) when command cuddled with "$("Libravatar Eric Sunshine3-3/+21
2018-08-13chainlint: match 'quoted' here-doc tagsLibravatar Eric Sunshine5-4/+18
2018-08-13chainlint: match arbitrary here-docs tags rather than hard-coded namesLibravatar Eric Sunshine7-23/+67
2018-08-13mergetool: don't suggest to continue after last fileLibravatar Nicholas Guriev1-3/+5
2018-08-13t5318: avoid unnecessary command substitutionsLibravatar SZEDER Gábor1-5/+7
2018-08-13t5318: use 'test_cmp_bin' to compare commit-graph filesLibravatar SZEDER Gábor1-2/+2
2018-08-13range-diff: use dim/bold cues to improve dual color modeLibravatar Johannes Schindelin5-13/+52
2018-08-13range-diff: make --dual-color the default modeLibravatar Johannes Schindelin3-19/+25
2018-08-13range-diff: left-pad patch numbersLibravatar Johannes Schindelin1-7/+9