summaryrefslogtreecommitdiffstats
path: root/src/config.rs
AgeCommit message (Expand)Author
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 (이강욱)
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-24Output paths relative to current working directoryDan Davison
2021-03-21Send navigation command to less on --show-themesCatherine Noll
2021-03-21Navigate from theme to theme with n/N when --show-themesCatherine Noll
2021-01-08Create git_config moduleDan Davison
2020-12-31Add styles for file path and line number in hunk headerDan Davison
2020-12-27Use special style attribute to control 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-19Implement hunk-header-style 'file' attributeDan Davison
2020-12-16Exit with diff's exit code (#449)Dan Davison
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-14Rename directory: src/bat -> src/bat_utilsDan Davison
2020-11-07remove unnecessary matches (#382)Marco Ieni
2020-11-05fix some clippy warnings (#380)Marco Ieni
2020-08-20Interpret `line-numbers = false` in gitconfig as no line numbers at all (#296)Dan Davison
2020-08-14Truncate long lines (#290)Dan Davison
2020-08-01Add inspect-raw-lines {true,false} optionDan Davison
2020-08-01Emit raw lines instead of explicitly handling --color-movedDan Davison
2020-08-01Initial implementation of color-moved supportDan Davison
2020-07-30Refactor: sort struct entriesDan Davison
2020-07-22Format files and commits as OSC 8 hyperlinksDan Davison
2020-07-22Read git config entries at start-upDan Davison
2020-07-11Add side-by-side diff view (#243)Dan Davison
2020-06-30Add more computed values to options structDan Davison
2020-06-30Rearrange: options::theme moduleDan Davison
2020-06-30Delete stuffDan Davison
2020-06-30use syntax themeDan Davison
2020-06-30use syntax setDan Davison
2020-06-30use dummy themeDan Davison
2020-06-30Use is_light_mode from preprocessDan Davison