summaryrefslogtreecommitdiffstats
path: root/src/config.rs
AgeCommit message (Expand)Author
2022-08-16Support configurable timestamps in git blame output (#1157)mliszcz
2022-03-30Add custom env struct to store env at init (#1025)William Escande
2022-03-14Move wrapping logic and utilities into wrapping moduleDan Davison
2022-02-14Fix hyperlink absolute paths (#939)0.12.0Dan Davison
2022-01-25Update sysinfo version to 0.23Guillaume Gomez
2022-01-21Show blame line numbers via blame-separator-formatThomas Otto
2022-01-18Cwd fixups (#918)Dan Davison
2022-01-17Construct hyperlink file path relative to cwdDan Davison
2022-01-15structopt to clap (#889)Dan Davison
2022-01-06New option file-transformation to transform file pathsDan Davison
2022-01-04Make Config cloneable for DeltaTest, store as Cow<Config> thereThomas Otto
2021-12-28blame-separator and blame-separator-style optionsDan Davison
2021-12-24New option blame-code-styleDan Davison
2021-12-12Refactor: make state available when determining whether line should be emitte...Dan 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-08Fix order of struct entriesDan Davison
2021-12-05Gracefully handle failure to parse hunk headerDan Davison
2021-12-05Display merge conflictsDan Davison
2021-12-05Handle combined diff formatDan Davison
2021-11-29Rename: FileMeta => DiffHeaderDan Davison
2021-11-24Support style names in --map-stylesDan Davison
2021-11-23New option to map raw styles encountered in inputDan Davison
2021-11-22Navigate regexp (#782)Wayne Davison
2021-11-22Handle grep outputDan Davison
2021-11-21Allow styles to be specified as references to other stylesDan Davison
2021-11-17Add the --right-arrow option.Wayne Davison
2021-11-15Refactor: utils moduleDan Davison
2021-11-15Handle `git blame` outputDan Davison
2021-11-14Sort config struct entriesDan Davison
2021-10-26Delete unused blame CLIDan Davison
2021-10-25Re-enable ANSI fill by equalizing panel sizesThomas Otto
2021-10-25Wrap linenumber configs in MinusPlus or LeftRightThomas Otto
2021-10-18Use fatal() to exit with errorcode 2 (#739)Thomas Otto
2021-10-16Tests: store length of skipped header separatelyThomas Otto
2021-10-16Add inline-hint-style option and use for side-by-side wrap symbolsDan Davison
2021-10-16Rename syntect moduleDan Davison
2021-10-16Add side-by-side line wrappingThomas Otto
2021-10-16Add fatal() function to handle exiting on errorsThomas Otto
2021-09-19Option to set the background extension mode to ANSI or spacesThomas Otto
2021-09-19General PlusMinus data structureThomas Otto
2021-08-28Set a default blame paletteDan Davison
2021-08-28Handle blame outputDan Davison
2021-08-28Add default-language optionDan Davison
2021-08-23More minimalistic display of submodule (short) diffs (#700)Dan Davison
2021-08-22662 submodule diffs (#699)Dan Davison
2021-08-20Hold GitConfig in main Config structDan Davison
2021-08-20Make it possible to jump between files when navigate is active (#684)Dan Davison
2021-08-20Fix computed values to be computed after all set_options (#690)ulwlu
2021-06-09Add pager option for customizing pager without environment variables (#627)Kangwook Lee (이강욱)