summaryrefslogtreecommitdiffstats
path: root/src/subcommands
AgeCommit message (Expand)Author
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)0.12.0Dan 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