summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2022-02-14Fix hyperlink absolute paths (#939)0.12.0Dan Davison
2022-02-07Fix unused imports and functions warnings on windowsThomas Otto
2022-01-25Use sysinfo::Pid as less as possibleGuillaume Gomez
2022-01-25Fix clippy lintsGuillaume Gomez
2022-01-25Update sysinfo version to 0.23Guillaume Gomez
2022-01-21Show blame line numbers via blame-separator-formatThomas Otto
2022-01-21Placeholder may contain a type fieldThomas Otto
2022-01-19clap: Use term_width(0) instead of term_width(usize::MAX)Dan Davison
2022-01-19Prevent clap from switching to multiline format for short helpDan Davison
2022-01-18Center Align numbers right-ish (#883)Thomas Otto
2022-01-18Cwd fixups (#918)Dan Davison
2022-01-17Slight improvement on long cosmetic arg name in help outputDan Davison
2022-01-17More minimizing of cosmetic argument names in help outputDan Davison
2022-01-17Construct hyperlink file path relative to cwdDan Davison
2022-01-17Add failing test of file hyperlink in git repoDan Davison
2022-01-17Improve tests of hunk header / hyperlinks behaviourDan Davison
2022-01-16Add a note about `delta -h` to the long help outputDan Davison
2022-01-16Sort options in --help outputDan Davison
2022-01-16Add clap cosmetic argument namesDan Davison
2022-01-16Fix idiotic test assertionDan Davison
2022-01-16Drop deprecated options (#914)Dan Davison
2022-01-15structopt to clap (#889)Dan Davison
2022-01-13Handle blame author names containing parenthesesThomas Otto
2022-01-13Fix new 1.58 clippy lintsThomas Otto
2022-01-10Add diff-stat-align-width to show-configDan Davison
2022-01-06New option file-transformation to transform file pathsDan Davison
2022-01-05Clippy: remove redundant borrowsDan Davison
2022-01-05Handle a mode change on a renamed file. (#875)Wayne Davison
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