summaryrefslogtreecommitdiffstats
path: root/src/main.rs
AgeCommit message (Expand)Author
2021-11-23Add --parse-ansi commandDan Davison
2021-11-22Handle broken pipe error in subcommandsDan Davison
2021-11-22Show colors subcommandDan Davison
2021-11-21Allow styles to be specified as references to other stylesDan Davison
2021-11-15Refactor: utils moduleDan Davison
2021-11-15Util: check parent process for `git blame` filename (#770)Thomas Otto
2021-10-18Use fatal() to exit with errorcode 2 (#739)Thomas Otto
2021-10-16Change PlusMinus to the correct MinusPlus, add documentationThomas Otto
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-19General PlusMinus data structureThomas Otto
2021-08-29Refactor: subcommands moduleDan Davison
2021-08-29Refactor: state machine handlers moduleDan Davison
2021-08-28Handle blame outputDan Davison
2021-08-28Refactor: module for working with format stringsDan Davison
2021-08-28Refactor: eliminate format moduleDan Davison
2021-08-20Use "syntax theme" terminology in show-syntax-themes output (#697)Dan Davison
2021-08-20Fix deadlock in `git diff` mode (#695)Dan Davison
2021-08-20Refactoring for #693 (#696)Dan Davison
2021-08-18Remove unnecessary borrows (#692)Ben Armstead
2021-08-12Ignore ctrl-c (SIGINT) to avoid leaving an orphaned pager process. (#686)Dan Davison
2021-08-12Terminate process gracefully on error in diff() (#685)Dan Davison
2021-07-10Do not resolve executables as relative path from current directory (#658)0.8.3Dan Davison
2021-07-10Clippy: don't nest module inside module with same nameDan Davison
2021-06-26Revert to capturing diff output and processing in current process (#645)Dan Davison
2021-06-12Fix #631 (#632)Dan Davison
2021-06-09Add pager option for customizing pager without environment variables (#627)Kangwook Lee (이강욱)
2021-05-09Ignore problematic testDan Davison
2021-05-09Use git diff instead of diff -u (#546)Dan Davison
2021-04-23Deprecate --24-bit-color, replacing with --true-color (#571)Dan Davison
2021-04-23Fix --show-syntax-themes exhausting stdin (#569)Thomas Otto
2021-03-27Update behavior of --show-themes to rely on the computed is_light_modeCatherine Noll
2021-03-27Define theme by presence of "dark" or "light" entries in git config,Catherine Noll
2021-03-27Reorganize and add test for get_themesCatherine Noll
2021-03-27Get themes from gitconfig instead of hardcodingCatherine Noll
2021-03-21Navigate from theme to theme with n/N when --show-themesCatherine Noll
2021-03-21Add functionality to cycle through themes using a diff from stdinCatherine Noll
2021-03-20Use a sample diff for displaying themesCatherine Noll
2021-03-20Apply themes to a hardcoded diffCatherine Noll
2021-03-20Cycle through a constant list of themesCatherine Noll
2021-03-20Skeleton for show-themes command line optionCatherine Noll
2021-01-08Create git_config moduleDan Davison
2020-12-29refactor main in order to call process::exit once (#480)0.5.0Marco Ieni
2020-12-27Refactor: handle_hunk_header_lineDan Davison
2020-12-26Wait for pager process before exiting (#469)Dan Davison
2020-12-26Refactor and strengthen tests of `delta file_a file_b`Dan Davison
2020-12-16Exit with diff's exit code (#449)Dan Davison
2020-12-05Exclude bat_utils from test coverage calculationsDan Davison
2020-12-04Disable testDan Davison