summaryrefslogtreecommitdiffstats
path: root/parse-options-cb.c (unfollow)
Commit message (Expand)AuthorFilesLines
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-03submodule.h: drop extern from function declarationNguyễn Thái Ngọc Duy1-56/+56
2018-08-03revision.h: drop extern from function declarationNguyễn Thái Ngọc Duy1-34/+35
2018-08-03repository.h: drop extern from function declarationNguyễn Thái Ngọc Duy1-14/+11
2018-08-03rerere.h: drop extern from function declarationNguyễn Thái Ngọc Duy1-7/+7
2018-08-03line-range.h: drop extern from function declarationNguyễn Thái Ngọc Duy1-6/+6
2018-08-03diff.h: remove extern from function declarationNguyễn Thái Ngọc Duy1-60/+60
2018-08-03diffcore.h: drop extern from function declarationNguyễn Thái Ngọc Duy1-25/+25
2018-08-03convert.h: drop 'extern' from function declarationNguyễn Thái Ngọc Duy1-27/+29
2018-08-03cache-tree.h: drop extern from function declarationNguyễn Thái Ngọc Duy1-1/+1
2018-08-03blame.h: drop extern on func declarationNguyễn Thái Ngọc Duy1-12/+16
2018-08-03attr.h: drop extern from function declarationNguyễn Thái Ngọc Duy1-12/+12
2018-08-03apply.h: drop extern on func declarationNguyễn Thái Ngọc Duy1-12/+11
2018-08-03Fifth batch for 2.19 cycleJunio C Hamano1-0/+107
2018-07-31t/chainlint.sed: drop extra spaces from regex character classEric Sunshine1-4/+4
2018-07-24Fourth batch for 2.19 cycleJunio C Hamano1-0/+80
2018-07-19diff.c: offer config option to control ws handling in move detectionStefan Beller3-2/+19
2018-07-19diff.c: add white space mode to move detection that allows indent changesStefan Beller4-2/+252
2018-07-18Third batch for 2.19 cycleJunio C Hamano1-1/+59
2018-07-18commit-graph: add repo arg to graph readersJonathan Tan13-42/+162
2018-07-18commit-graph: store graph in struct object_storeJonathan Tan3-21/+27
2018-07-18commit-graph: add free_commit_graphJonathan Tan3-10/+18
2018-07-18commit-graph: add missing forward declarationJonathan Tan1-0/+2
2018-07-18object-store: add missing includeJonathan Tan1-0/+3
2018-07-18commit-graph: refactor preparing commit graphJonathan Tan1-11/+17
2018-07-17diff.c: factor advance_or_nullify out of mark_color_as_movedStefan Beller1-12/+20
2018-07-17diff.c: decouple white space treatment from move detection algorithmStefan Beller4-6/+113
2018-07-17diff.c: add a blocks mode for moved code detectionStefan Beller4-8/+60
2018-07-17diff.c: adjust hash function signature to match hashmap expectationStefan Beller1-7/+9
2018-07-17diff.c: do not pass diff options as keydata to hashmapStefan Beller1-2/+2
2018-07-17t4015: avoid git as a pipe inputStefan Beller1-30/+20
2018-07-17xdiff/xdiffi.c: remove unneeded function declarationsStefan Beller1-17/+0
2018-07-17xdiff/xdiff.h: remove unused flagsStefan Beller1-8/+0
2018-07-17t/chainlint: add chainlint "specialized" test casesEric Sunshine4-0/+31
2018-07-17t/chainlint: add chainlint "complex" test casesEric Sunshine8-0/+82
2018-07-17t/chainlint: add chainlint "cuddled" test casesEric Sunshine6-0/+70
2018-07-17t/chainlint: add chainlint "loop" and "conditional" test casesEric Sunshine10-0/+200
2018-07-17t/chainlint: add chainlint "nested subshell" test casesEric Sunshine12-0/+173
2018-07-17t/chainlint: add chainlint "one-liner" test casesEric Sunshine6-0/+71
2018-07-17t/chainlint: add chainlint "whitespace" test casesEric Sunshine12-0/+113
2018-07-17t/chainlint: add chainlint "basic" test casesEric Sunshine16-0/+206
2018-07-17t/Makefile: add machinery to check correctness of chainlint.sedEric Sunshine2-4/+22
2018-07-17t/test-lib: teach --chain-lint to detect broken &&-chains in subshellsEric Sunshine2-1/+348
2018-07-17t5608: fix broken &&-chainSZEDER Gábor1-1/+1
2018-07-17send-email: fix tls AUTH when sending batchJules Maselbas1-2/+1
2018-07-16t/check-non-portable-shell: detect "FOO=bar shell_func"Eric Sunshine1-0/+19
2018-07-16t/check-non-portable-shell: make error messages more compactEric Sunshine1-0/+2
2018-07-16t/check-non-portable-shell: stop being so politeEric Sunshine1-5/+5
2018-07-16t6046/t9833: fix use of "VAR=VAL cmd" with a shell functionEric Sunshine2-2/+6