summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* attr: remove index from git_attr_set_direction()Nguyễn Thái Ngọc Duy2018-08-135-18/+8
* entry.c: use the right index instead of the_indexNguyễn Thái Ngọc Duy2018-08-132-4/+6
* submodule.c: use the right index instead of the_indexNguyễn Thái Ngọc Duy2018-08-131-4/+4
* pathspec.c: use the right index instead of the_indexNguyễn Thái Ngọc Duy2018-08-131-1/+1
* unpack-trees: avoid the_index in verify_absent()Nguyễn Thái Ngọc Duy2018-08-131-2/+2
* unpack-trees: convert clear_ce_flags* to avoid the_indexNguyễn Thái Ngọc Duy2018-08-131-13/+18
* unpack-trees: don't shadow global var the_indexNguyễn Thái Ngọc Duy2018-08-131-5/+4
* unpack-trees: add a note about path invalidationNguyễn Thái Ngọc Duy2018-08-131-0/+11
* unpack-trees: remove 'extern' on function declarationNguyễn Thái Ngọc Duy2018-08-131-2/+2
* ls-files: correct index argument to get_convert_attr_ascii()Nguyễn Thái Ngọc Duy2018-08-131-8/+9
* preload-index.c: use the right index instead of the_indexNguyễn Thái Ngọc Duy2018-08-131-1/+1
* dir.c: remove an implicit dependency on the_index in pathspec codeNguyễn Thái Ngọc Duy2018-08-1321-45/+54
* convert.c: remove an implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-08-1310-33/+45
* attr: remove an implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-08-1310-32/+55
* cache-tree: wrap the_index based wrappers with #ifdefNguyễn Thái Ngọc Duy2018-08-133-17/+16
* diff.c: move read_index() code back to the callerNguyễn Thái Ngọc Duy2018-08-133-14/+5
* submodule.h: drop extern from function declarationNguyễn Thái Ngọc Duy2018-08-031-56/+56
* revision.h: drop extern from function declarationNguyễn Thái Ngọc Duy2018-08-031-34/+35
* repository.h: drop extern from function declarationNguyễn Thái Ngọc Duy2018-08-031-14/+11
* rerere.h: drop extern from function declarationNguyễn Thái Ngọc Duy2018-08-031-7/+7
* line-range.h: drop extern from function declarationNguyễn Thái Ngọc Duy2018-08-031-6/+6
* diff.h: remove extern from function declarationNguyễn Thái Ngọc Duy2018-08-031-60/+60
* diffcore.h: drop extern from function declarationNguyễn Thái Ngọc Duy2018-08-031-25/+25
* convert.h: drop 'extern' from function declarationNguyễn Thái Ngọc Duy2018-08-031-27/+29
* cache-tree.h: drop extern from function declarationNguyễn Thái Ngọc Duy2018-08-031-1/+1
* blame.h: drop extern on func declarationNguyễn Thái Ngọc Duy2018-08-031-12/+16
* attr.h: drop extern from function declarationNguyễn Thái Ngọc Duy2018-08-031-12/+12
* apply.h: drop extern on func declarationNguyễn Thái Ngọc Duy2018-08-031-12/+11
* Fifth batch for 2.19 cycleJunio C Hamano2018-08-021-0/+107
* Merge branch 'jt/commit-graph-per-object-store'Junio C Hamano2018-08-0216-62/+207
|\
| * commit-graph: add repo arg to graph readersJonathan Tan2018-07-1713-42/+162
| * commit-graph: store graph in struct object_storeJonathan Tan2018-07-173-21/+27
| * commit-graph: add free_commit_graphJonathan Tan2018-07-173-10/+18
| * commit-graph: add missing forward declarationJonathan Tan2018-07-171-0/+2
| * object-store: add missing includeJonathan Tan2018-07-171-0/+3
| * commit-graph: refactor preparing commit graphJonathan Tan2018-07-171-11/+17
| * Merge branch 'ds/commit-graph-fsck' into jt/commit-graph-per-object-storeJunio C Hamano2018-07-1714-83/+575
| |\
* | \ Merge branch 'es/chain-lint-in-subshell'Junio C Hamano2018-08-0278-5/+1316
|\ \ \
| * | | t/chainlint.sed: drop extra spaces from regex character classEric Sunshine2018-07-311-4/+4
| * | | t/chainlint: add chainlint "specialized" test casesEric Sunshine2018-07-174-0/+31
| * | | t/chainlint: add chainlint "complex" test casesEric Sunshine2018-07-178-0/+82
| * | | t/chainlint: add chainlint "cuddled" test casesEric Sunshine2018-07-176-0/+70
| * | | t/chainlint: add chainlint "loop" and "conditional" test casesEric Sunshine2018-07-1710-0/+200
| * | | t/chainlint: add chainlint "nested subshell" test casesEric Sunshine2018-07-1712-0/+173
| * | | t/chainlint: add chainlint "one-liner" test casesEric Sunshine2018-07-176-0/+71
| * | | t/chainlint: add chainlint "whitespace" test casesEric Sunshine2018-07-1712-0/+113
| * | | t/chainlint: add chainlint "basic" test casesEric Sunshine2018-07-1716-0/+206
| * | | t/Makefile: add machinery to check correctness of chainlint.sedEric Sunshine2018-07-172-4/+22
| * | | t/test-lib: teach --chain-lint to detect broken &&-chains in subshellsEric Sunshine2018-07-172-1/+348
* | | | Merge branch 'jt/tags-to-promised-blobs-fix'Junio C Hamano2018-08-023-3/+57
|\ \ \ \