summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2022-01-05Fix grep parse bugs (#865)Dan Davison
2022-01-04Make Config cloneable for DeltaTest, store as Cow<Config> thereThomas Otto
2022-01-04DeltaTest improvements (#876)Wayne Davison
2022-01-03Cache parent process when testing unless FakeParentArgs are usedThomas Otto
2022-01-03The calling process must have a common parent with deltaThomas Otto
2022-01-03Move parent process query into a threadThomas Otto
2022-01-03Re-enable full process scans on LinuxThomas Otto
2022-01-03Disable /proc fd caching on Linux when querying processesThomas Otto
2022-01-01Put file-modified label in front of mode changes.Wayne Davison
2021-12-28Use formatted blame metadata as blame keyDan Davison
2021-12-28blame-separator and blame-separator-style optionsDan Davison
2021-12-28Refactor blame handlerDan Davison
2021-12-24Remove space from blame-formatDan Davison
2021-12-24New option blame-code-styleDan Davison
2021-12-15Update --help textDan Davison
2021-12-14Line state refactor (#851)Dan Davison
2021-12-14Delete calls printing output in testsDan Davison
2021-12-14Add inspect_raw method to DeltaTestDan Davison
2021-12-14Add markers surrounding DeltaTest::inspect() outputDan Davison
2021-12-14Don't take syntax-theme from env var during testsDan Davison
2021-12-14Revert "Ignore test maing ANSI assertions"Dan Davison
2021-12-13Clean up DeltaTest argumentDan Davison
2021-12-13Add Test for #753 3ce64ddefb896f8a64013deb78235b4dda1d0fb8Dan Davison
2021-12-13Bug fix: emit merge conflict markers even when width=variableDan Davison
2021-12-12Emit line as raw if canonical line state is rawDan Davison
2021-12-12Refactor: make state available when determining whether line should be emitte...Dan Davison
2021-12-12DELTA_FEATURES appends iff prefixed with +Dan Davison
2021-12-12Avoid using environment variables during testsDan Davison
2021-12-12Fix tests: don't access lazy_static in testsDan Davison
2021-12-12Disable line numbers and side-by-side under --word-diffDan Davison
2021-12-12Raw pass-through handling of --word-diff and --color-words outputDan Davison
2021-12-12Failed attempt to add a test of --map-styles with --color-wordsDan Davison
2021-12-12Allow calling process to be specified in DeltaTest builder methodsDan Davison
2021-12-12Add failing tests of --word-diff and --color-wordsDan Davison
2021-12-12Refactor: factor out a helper function in DeltaTestDan Davison
2021-12-11Do not query CPU data when querying process data (#845)Dan Davison
2021-12-11Query fewer processes when searching for the parentThomas Otto
2021-12-11Store history file in data_local_dir for Windows (#847)Rashil Gandhi
2021-12-09Store raw_line in HunkZero, as HunkMinus and HunkPlusDan Davison
2021-12-09RefactorDan Davison
2021-12-09Fix documentation of --width optionDan Davison
2021-12-08Ignore test maing ANSI assertionsDan Davison
2021-12-08Fix order of struct entriesDan Davison
2021-12-07Disable last-resort process tree inspectionDan Davison
2021-12-07Fixed some test clippysThomas Otto
2021-12-07Fix more side-by-side line number miscountsThomas Otto
2021-12-07Add DeltaTest to speed up adding and fixing testsThomas Otto
2021-12-07Move explain_ansi() part out of parse_ansi()Thomas Otto
2021-12-06Be permissive about unexpected state machine stateDan Davison
2021-12-05Gracefully handle failure to parse hunk headerDan Davison