summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \
| * | | | tag: don't warn if target is missing but promisedJonathan Tan2018-07-162-5/+17
| * | | | revision: tolerate promised targets of tagsJonathan Tan2018-07-162-0/+42
* | | | | Merge branch 'jt/fetch-negotiator-skipping'Junio C Hamano2018-08-028-4/+461
|\ \ \ \ \
| * | | | | negotiator/skipping: skip commits during fetchJonathan Tan2018-07-168-4/+461
* | | | | | Merge branch 'jm/send-email-tls-auth-on-batch'Junio C Hamano2018-08-021-2/+1
|\ \ \ \ \ \
| * | | | | | send-email: fix tls AUTH when sending batchJules Maselbas2018-07-161-2/+1
* | | | | | | Merge branch 'bc/sequencer-export-work-tree-as-well'Junio C Hamano2018-08-022-0/+11
|\ \ \ \ \ \ \
| * | | | | | | sequencer: pass absolute GIT_WORK_TREE to exec commandsbrian m. carlson2018-07-162-0/+11
* | | | | | | | Merge branch 'en/t7405-recursive-submodule-conflicts'Junio C Hamano2018-08-021-0/+173
|\ \ \ \ \ \ \ \
| * | | | | | | | t7405: verify 'merge --abort' works after submodule/path conflictsElijah Newren2018-07-111-0/+31
| * | | | | | | | t7405: add a directory/submodule conflictElijah Newren2018-07-111-0/+88