summaryrefslogtreecommitdiff
path: root/src/subcommands
AgeCommit message (Expand)Author
2025-07-15Fix clippy errors (#2016)Justin Su
2024-11-28Support external subcommands: rg, diff, git-show (etc.) (#1769)Thomas Otto
2024-11-29clippy 1.83: silence zombie_processes false positiveThomas Otto
2024-11-05Add optional capture-output writer to run_app()Thomas Otto
2024-09-08Replace "light mode" bool with a dedicated enumTau Gärtli
2024-08-15Support passing arguments to git diff and diff (#1697)Dan Davison
2024-08-01Wrap --help output and use pagerThomas Otto
2024-08-01OutputType: PagerCfg and oneshot_writeThomas Otto
2024-06-24Don't read git files when --no-gitconfig is given + unused variables (#1728)Thomas Otto
2024-05-04Repair --default-language, and highlight using full filename (#1549)Thomas Otto
2024-01-19--show-themes exit with error when no themes (#1611)Dan Davison
2023-11-19feat: generate completion subcommand (#1561)plustik
2023-07-08Replace usage of the `atty` crate with `std::io::IsTerminal` trait (#1465)nickelc
2023-05-31Misc tab refactoring (#1424)Thomas Otto
2023-03-09Add methods for getting `GitConfig` as reference (#1336)nickelc
2023-03-01Fix the`--show-themes` command (#1320)nickelc
2023-02-28Reduce allocations during `--show-colors` (#1315)nickelc
2023-02-28Fix clippy warnings (#1298)nickelc
2022-11-13Fix clippy warnings (#1236)clnoll
2022-03-30Add custom env struct to store env at init (#1025)William Escande
2022-03-01Run in diff mode iff two positional arguments are suppliedDan Davison
2022-02-27Use assets API from bat library instead of vendored code (#903)Dan Davison
2022-02-23Fall back to plain diff when process substitution is used (#978)Thomas Otto
2022-02-15Make git include colors in output going to delta (#966)Dan Davison
2022-02-14Fix hyperlink absolute paths (#939)Dan Davison
2022-01-25Update sysinfo version to 0.23Guillaume Gomez
2022-01-15structopt to clap (#889)Dan Davison
2022-01-10Add diff-stat-align-width to show-configDan Davison
2021-12-09Store raw_line in HunkZero, as HunkMinus and HunkPlusDan Davison
2021-12-07Move explain_ansi() part out of parse_ansi()Thomas Otto
2021-12-05Display merge conflictsDan Davison
2021-12-05Handle combined diff formatDan Davison
2021-11-23Add --parse-ansi commandDan Davison
2021-11-22Navigate regexp (#782)Wayne Davison
2021-11-22Show colors subcommandDan Davison
2021-11-22Allow custom colors to be defined in gitconfig (#788)Dan 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-25Wrap linenumber configs in MinusPlus or LeftRightThomas Otto
2021-10-18Use fatal() to exit with errorcode 2 (#739)Thomas Otto
2021-10-16StructOpt without DefaultThomas Otto
2021-09-19Option to set the background extension mode to ANSI or spacesThomas Otto
2021-08-29Refactor: subcommands moduleDan Davison