summaryrefslogtreecommitdiffstats
path: root/src/options/set.rs
AgeCommit message (Expand)Author
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-25Add hyperlinks-commit-link-format option (#614)Dan Davison
2021-05-24Support custom commit line regex when parsing git output (#558)Dan Davison
2021-04-24Add relative-paths optionDan Davison
2021-04-24Add --diff-stat-align-width to control alignment of relativized pathsDan Davison
2021-04-23Deprecate --24-bit-color, replacing with --true-color (#571)Dan Davison
2021-04-15CI: check docs (#559)Marco Ieni
2021-03-20Skeleton for show-themes command line optionCatherine Noll
2021-01-08Create git_config moduleDan Davison
2020-12-31Add styles for file path and line number in hunk headerDan Davison
2020-12-27Revert "Interpret `line-numbers = false` in gitconfig as no line numbers at a...Dan Davison
2020-12-08Make commit style to be colored with same structure while color_only #405 (#438)ulwlu
2020-12-08Make hunk header style to be colored with same structure while color_only #40...ulwlu
2020-12-08Make file style to be colored with same structure while color_only #405 (#436)ulwlu
2020-12-05Expose line-buffer-size as a new option (#429)Dan Davison
2020-11-22Handle copied filesDan Davison
2020-11-22Fix diff interactivefilter when decoration option is enabled (#367)ulwlu
2020-11-14Rename directory: src/bat -> src/bat_utilsDan Davison
2020-11-07remove some clippy warnings (#383)Marco Ieni
2020-11-05fix some clippy warnings (#380)Marco Ieni
2020-09-18Fix `git add -p` to work when any options enabled (#323)ryuta69
2020-09-03Hack: env var for boolean flagDan Davison
2020-08-20Interpret `line-numbers = false` in gitconfig as no line numbers at all (#296)Dan Davison
2020-08-15RearrangeDan Davison
2020-08-14Add new option to show-config and test of gitconfigDan Davison