summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-08-15Add missing includes and forward declarationsElijah Newren
2018-08-15rebase -i: fix numbering in squash messagePhillip Wood
2018-08-15chainlint: fix for core.autocrlf=trueJohannes Schindelin
2018-08-15partial-clone: render design doc using asciidocJonathan Nieder
2018-08-14submodule: add more exhaustive up-path testingÆvar Arnfjörð Bjarmason
2018-08-14git-submodule.sh: accept verbose flag in cmd_update to be non-quietStefan Beller
2018-08-14for_each_*_object: move declarations to object-store.hJeff King
2018-08-14cat-file: use a single strbuf for all outputJeff King
2018-08-14cat-file: split batch "buf" into two variablesJeff King
2018-08-14cat-file: use oidset check-and-insertJeff King
2018-08-14t5310-pack-bitmaps: fix bogus 'pack-objects to file can use bitmap' testSZEDER Gábor
2018-08-13mingw: enable atomic O_APPENDJohannes Sixt
2018-08-13blame.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy
2018-08-13apply.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy
2018-08-13apply.c: make init_apply_state() take a struct repositoryNguyễn Thái Ngọc Duy
2018-08-13apply.c: pass struct apply_state to more functionsNguyễn Thái Ngọc Duy
2018-08-13resolve-undo.c: use the right index instead of the_indexNguyễn Thái Ngọc Duy
2018-08-13archive-*.c: use the right repositoryNguyễn Thái Ngọc Duy
2018-08-13archive.c: avoid access to the_indexNguyễn Thái Ngọc Duy
2018-08-13grep: use the right index instead of the_indexNguyễn Thái Ngọc Duy
2018-08-13attr: remove index from git_attr_set_direction()Nguyễn Thái Ngọc Duy
2018-08-13entry.c: use the right index instead of the_indexNguyễn Thái Ngọc Duy
2018-08-13submodule.c: use the right index instead of the_indexNguyễn Thái Ngọc Duy
2018-08-13pathspec.c: use the right index instead of the_indexNguyễn Thái Ngọc Duy
2018-08-13unpack-trees: avoid the_index in verify_absent()Nguyễn Thái Ngọc Duy
2018-08-13unpack-trees: convert clear_ce_flags* to avoid the_indexNguyễn Thái Ngọc Duy
2018-08-13unpack-trees: don't shadow global var the_indexNguyễn Thái Ngọc Duy
2018-08-13unpack-trees: add a note about path invalidationNguyễn Thái Ngọc Duy
2018-08-13unpack-trees: remove 'extern' on function declarationNguyễn Thái Ngọc Duy
2018-08-13ls-files: correct index argument to get_convert_attr_ascii()Nguyễn Thái Ngọc Duy
2018-08-13preload-index.c: use the right index instead of the_indexNguyễn Thái Ngọc Duy
2018-08-13dir.c: remove an implicit dependency on the_index in pathspec codeNguyễn Thái Ngọc Duy
2018-08-13convert.c: remove an implicit dependency on the_indexNguyễn Thái Ngọc Duy
2018-08-13attr: remove an implicit dependency on the_indexNguyễn Thái Ngọc Duy
2018-08-13cache-tree: wrap the_index based wrappers with #ifdefNguyễn Thái Ngọc Duy
2018-08-13diff.c: move read_index() code back to the callerNguyễn Thái Ngọc Duy
2018-08-13cat-file: support "unordered" output for --batch-all-objectsJeff King
2018-08-13cat-file: rename batch_{loose,packed}_object callbacksJeff King
2018-08-13t1006: test cat-file --batch-all-objects with duplicatesJeff King
2018-08-13for_each_packed_object: support iterating in pack-orderJeff King
2018-08-13for_each_*_object: give more comprehensive docstringsJeff King
2018-08-13for_each_*_object: take flag arguments as enumJeff King
2018-08-13for_each_*_object: store flag definitions in a single locationJeff King
2018-08-13pull doc: fix a long-standing grammar errorÆvar Arnfjörð Bjarmason
2018-08-13fetch tests: correct a comment "remove it" -> "remove them"Ævar Arnfjörð Bjarmason
2018-08-13chainlint: add test of pathological case which triggered false positiveEric Sunshine
2018-08-13chainlint: recognize multi-line quoted strings more robustlyEric Sunshine
2018-08-13chainlint: let here-doc and multi-line string commence on same lineEric Sunshine
2018-08-13chainlint: recognize multi-line $(...) when command cuddled with "$("Eric Sunshine
2018-08-13chainlint: match 'quoted' here-doc tagsEric Sunshine