summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2021-10-25Re-enable ANSI fill by equalizing panel sizesThomas Otto
2021-10-25Remember if stdout is to an interactive terminalThomas Otto
2021-10-25Linenumber test helper addedThomas Otto
2021-10-25Wrap linenumber configs in MinusPlus or LeftRightThomas Otto
2021-10-18Use fatal() to exit with errorcode 2 (#739)Thomas Otto
2021-10-18Convert Align and Placeholder into enumsThomas Otto
2021-10-18Store line number prefix/suffix as SmolStrThomas Otto
2021-10-18Width can be an offset from the terminal width (#727)Thomas Otto
2021-10-16Change PlusMinus to the correct MinusPlus, add documentationThomas Otto
2021-10-16Tests: store length of skipped header separatelyThomas Otto
2021-10-16Fix clippy warning needless_option_as_derefThomas Otto
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 line number width calculationThomas Otto
2021-10-16Left/Right converted into a simple typedefThomas Otto
2021-10-16StructOpt without DefaultThomas Otto
2021-10-16Add fatal() function to handle exiting on errorsThomas Otto
2021-10-13Use bullet as default hunk marker in navigate modeDan Davison
2021-09-19Option to set the background extension mode to ANSI or spacesThomas Otto
2021-09-19General PlusMinus data structureThomas Otto
2021-09-15Remove superfluous lowercasing of feature names. (#718)Levi Bard
2021-09-15Display removed file name in file deletion case (#717)Dan Davison
2021-09-02Fix interaction between navigate and (hunk-header-style without "line-number")Dan Davison
2021-09-02Add failing test of navigate with (hunk-header-style without "line-number")Dan Davison
2021-08-30Clean upDan Davison
2021-08-30Rename functionDan Davison
2021-08-30Rename functionDan Davison
2021-08-30Refactor: more cleanup of main state machine loopDan Davison
2021-08-29Refactor: subcommands moduleDan Davison
2021-08-29Refactor: state machine handlers moduleDan Davison
2021-08-28Set a default blame paletteDan Davison
2021-08-28Handle blame outputDan Davison
2021-08-28Refactor: module for working with format stringsDan Davison
2021-08-28Add default-language optionDan Davison
2021-08-28Refactor: syntax_highlight_and_paint_line functionDan Davison
2021-08-28Refactor: eliminate format moduleDan Davison
2021-08-23Use dotted range notation in diff.submodule = short caseDan Davison
2021-08-23Refactor: select next handled event with single disjunction expression (#701)Dan Davison
2021-08-23More minimalistic display of submodule (short) diffs (#700)Dan Davison
2021-08-22662 submodule diffs (#699)Dan Davison
2021-08-21Refactor: use Option to model sometimes-null highlighter (#698)Dan Davison
2021-08-21Add some test coverage for truncate_str with a multibyte unicode characterDan Davison
2021-08-20Use "syntax theme" terminology in show-syntax-themes output (#697)Dan Davison
2021-08-20Merge pull request #694 from dandavison/693-remote-urlsDan Davison
2021-08-20Fix deadlock in `git diff` mode (#695)Dan Davison
2021-08-20Fix empty line highlighting (#642)Thomas Otto
2021-08-20Revert "Add failing test that gitconfig insteadOf is honored"Dan Davison
2021-08-20Add failing test that gitconfig insteadOf is honoredDan Davison
2021-08-20Support `insteadOf` replacements in git remote URLsDan Davison