summaryrefslogtreecommitdiffstats
path: root/src/options
AgeCommit message (Expand)Author
2023-06-02Introduce grep-output-type option: ripgrep or classicDan Davison
2023-04-26Fix some typos (#1379)Alexander Seiler
2023-03-08Get git's minus/plus style from config instead of copying it around (#1329)nickelc
2023-03-05Added config option. (#1324)Paolo Insogna
2023-03-05Encapsulate `git2` types (#1326)nickelc
2023-03-03Update `clap` to 4.1 (#1322)nickelc
2023-03-03Update `git2` to 0.16.1 (#1323)nickelc
2023-02-28Fix clippy warnings (#1298)nickelc
2022-10-11Add terminal width fallback via stty if on Windows/MSYS2Thomas Otto
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-02-27Use assets API from bat library instead of vendored code (#903)Dan Davison
2022-01-21Show blame line numbers via blame-separator-formatThomas Otto
2022-01-17Construct hyperlink file path relative to cwdDan Davison
2022-01-16Drop deprecated options (#914)Dan Davison
2022-01-15structopt to clap (#889)Dan Davison
2022-01-06New option file-transformation to transform file pathsDan Davison
2021-12-28blame-separator and blame-separator-style optionsDan Davison
2021-12-24New option blame-code-styleDan Davison
2021-12-14Don't take syntax-theme from env var during testsDan Davison
2021-12-12DELTA_FEATURES appends iff prefixed with +Dan Davison
2021-12-05Display merge conflictsDan Davison
2021-11-23Add --parse-ansi commandDan Davison
2021-11-23New option to map raw styles encountered in inputDan Davison
2021-11-22Navigate regexp (#782)Wayne Davison
2021-11-22Show colors subcommandDan Davison
2021-11-22Handle grep outputDan Davison
2021-11-17Add the --right-arrow option.Wayne Davison
2021-11-15Refactor: utils moduleDan Davison
2021-11-15Handle `git blame` outputDan Davison
2021-10-26Delete unused blame CLIDan Davison
2021-10-25Remember if stdout is to an interactive terminalThomas Otto
2021-10-18Use fatal() to exit with errorcode 2 (#739)Thomas Otto
2021-10-18Width can be an offset from the terminal width (#727)Thomas Otto
2021-10-16Add inline-hint-style option and use for side-by-side wrap symbolsDan Davison
2021-10-16Add side-by-side line wrappingThomas Otto
2021-09-19Option to set the background extension mode to ANSI or spacesThomas Otto
2021-09-15Remove superfluous lowercasing of feature names. (#718)Levi Bard
2021-08-28Handle blame outputDan Davison
2021-08-28Add default-language optionDan Davison
2021-08-20Support `insteadOf` replacements in git remote URLsDan Davison
2021-08-20Revert "Support `insteadOf` replacements in git remote URLs"Dan Davison
2021-08-20Support `insteadOf` replacements in git remote URLsDan 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-08-18Remove unnecessary borrows (#692)Ben Armstead
2021-07-10Clippy: don't nest module inside module with same nameDan Davison
2021-06-09Add pager option for customizing pager without environment variables (#627)Kangwook Lee (이강욱)
2021-05-27Infer that a theme is light if its name contains "light" (#617)Dan Davison
2021-05-25Add hyperlinks-commit-link-format option (#614)Dan Davison