summaryrefslogtreecommitdiffstats
path: root/connect.c (unfollow)
Commit message (Expand)AuthorFilesLines
2018-08-16Sixth batch for 2.19 cycleJunio C Hamano1-0/+77
2018-08-14for_each_*_object: move declarations to object-store.hJeff King4-95/+91
2018-08-14cat-file: use a single strbuf for all outputJeff King1-11/+17
2018-08-14cat-file: split batch "buf" into two variablesJeff King1-6/+8
2018-08-14cat-file: use oidset check-and-insertJeff King1-2/+1
2018-08-14t5310-pack-bitmaps: fix bogus 'pack-objects to file can use bitmap' testSZEDER Gábor1-3/+4
2018-08-14mingw: enable atomic O_APPENDJohannes Sixt1-2/+39
2018-08-13blame.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy3-21/+33
2018-08-13apply.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy1-21/+25
2018-08-13apply.c: make init_apply_state() take a struct repositoryNguyễn Thái Ngọc Duy4-2/+8
2018-08-13apply.c: pass struct apply_state to more functionsNguyễn Thái Ngọc Duy1-7/+11
2018-08-13resolve-undo.c: use the right index instead of the_indexNguyễn Thái Ngọc Duy1-1/+1
2018-08-13archive-*.c: use the right repositoryNguyễn Thái Ngọc Duy2-2/+2
2018-08-13archive.c: avoid access to the_indexNguyễn Thái Ngọc Duy4-21/+45
2018-08-13grep: use the right index instead of the_indexNguyễn Thái Ngọc Duy1-2/+2
2018-08-13attr: remove index from git_attr_set_direction()Nguyễn Thái Ngọc Duy5-18/+8
2018-08-13entry.c: use the right index instead of the_indexNguyễn Thái Ngọc Duy2-4/+6
2018-08-13submodule.c: use the right index instead of the_indexNguyễn Thái Ngọc Duy1-4/+4
2018-08-13pathspec.c: use the right index instead of the_indexNguyễn Thái Ngọc Duy1-1/+1
2018-08-13unpack-trees: avoid the_index in verify_absent()Nguyễn Thái Ngọc Duy1-2/+2
2018-08-13unpack-trees: convert clear_ce_flags* to avoid the_indexNguyễn Thái Ngọc Duy1-13/+18
2018-08-13unpack-trees: don't shadow global var the_indexNguyễn Thái Ngọc Duy1-5/+4
2018-08-13unpack-trees: add a note about path invalidationNguyễn Thái Ngọc Duy1-0/+11
2018-08-13unpack-trees: remove 'extern' on function declarationNguyễn Thái Ngọc Duy1-2/+2
2018-08-13ls-files: correct index argument to get_convert_attr_ascii()Nguyễn Thái Ngọc Duy1-8/+9
2018-08-13preload-index.c: use the right index instead of the_indexNguyễn Thái Ngọc Duy1-1/+1
2018-08-13dir.c: remove an implicit dependency on the_index in pathspec codeNguyễn Thái Ngọc Duy21-45/+54
2018-08-13convert.c: remove an implicit dependency on the_indexNguyễn Thái Ngọc Duy10-33/+45
2018-08-13attr: remove an implicit dependency on the_indexNguyễn Thái Ngọc Duy10-32/+55
2018-08-13cache-tree: wrap the_index based wrappers with #ifdefNguyễn Thái Ngọc Duy3-17/+16
2018-08-13diff.c: move read_index() code back to the callerNguyễn Thái Ngọc Duy3-14/+5
2018-08-13cat-file: support "unordered" output for --batch-all-objectsJeff King3-5/+72
2018-08-13cat-file: rename batch_{loose,packed}_object callbacksJeff King1-9/+9
2018-08-13t1006: test cat-file --batch-all-objects with duplicatesJeff King1-2/+4
2018-08-13for_each_packed_object: support iterating in pack-orderJeff King4-9/+27
2018-08-13for_each_*_object: give more comprehensive docstringsJeff King2-7/+13
2018-08-13for_each_*_object: take flag arguments as enumJeff King4-5/+9
2018-08-13for_each_*_object: store flag definitions in a single locationJeff King2-7/+14
2018-08-13pull doc: fix a long-standing grammar errorÆvar Arnfjörð Bjarmason1-1/+1
2018-08-13fetch tests: correct a comment "remove it" -> "remove them"Ævar Arnfjörð Bjarmason1-1/+1
2018-08-13chainlint: add test of pathological case which triggered false positiveEric Sunshine2-0/+32
2018-08-13chainlint: recognize multi-line quoted strings more robustlyEric Sunshine4-13/+43
2018-08-13chainlint: let here-doc and multi-line string commence on same lineEric Sunshine7-3/+37
2018-08-13chainlint: recognize multi-line $(...) when command cuddled with "$("Eric Sunshine3-3/+21
2018-08-13chainlint: match 'quoted' here-doc tagsEric Sunshine5-4/+18
2018-08-13chainlint: match arbitrary here-docs tags rather than hard-coded namesEric Sunshine7-23/+67
2018-08-13mergetool: don't suggest to continue after last fileNicholas Guriev1-3/+5
2018-08-13t5318: avoid unnecessary command substitutionsSZEDER Gábor1-5/+7
2018-08-13t5318: use 'test_cmp_bin' to compare commit-graph filesSZEDER Gábor1-2/+2
2018-08-13range-diff: use dim/bold cues to improve dual color modeJohannes Schindelin5-13/+52