summaryrefslogtreecommitdiffstats
path: root/parse-options.h (unfollow)
Commit message (Expand)AuthorFilesLines
2018-08-21test-repository: properly init repoDerrick Stolee1-2/+8
2018-08-21commit-graph: update design documentDerrick Stolee1-3/+15
2018-08-21refs.c: upgrade for_each_replace_ref to be a each_repo_ref_fn callbackStefan Beller4-12/+12
2018-08-21refs.c: migrate internal ref iteration to pass thru repository argumentStefan Beller4-7/+53
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-25diff: --color-moved: rename "dimmed_zebra" to "dimmed-zebra"Eric Sunshine3-4/+7
2018-07-25Makefile: add a DEVOPTS flag to get pedantic compilationBeat Bolli2-0/+10
2018-07-24Fourth batch for 2.19 cycleJunio C Hamano1-0/+80
2018-07-24pack-protocol: mention and point to docs for protocol v2Brandon Williams1-1/+2
2018-07-24fetch-pack: mark die strings for translationBrandon Williams1-8/+8
2018-07-23t7406: avoid failures solely due to timing issuesJohannes Schindelin1-5/+6
2018-07-23travis-ci: fail if Coccinelle static analysis found something to transformSZEDER Gábor1-0/+19
2018-07-23travis-ci: run Coccinelle static analysis with two parallel jobsSZEDER Gábor1-1/+1
2018-07-21Documentation/git-interpret-trailers: explain possible valuesStefan Beller1-3/+6
2018-07-20t9300: wait for background fast-import process to die after killing itSZEDER Gábor1-1/+4
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-19add core.usereplacerefs config optionJeff King3-0/+16
2018-07-19check_replace_refs: rename to read_replace_refsJeff King13-14/+14
2018-07-19check_replace_refs: fix outdated commentJeff King1-3/+1
2018-07-18Third batch for 2.19 cycleJunio C Hamano1-1/+59
2018-07-18Documentation: fix --color option formattingAndrei Rybak2-2/+2
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