summaryrefslogtreecommitdiffstats
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-16Bump xdg from 2.3.0 to 2.4.0 (#737)dependabot[bot]
2021-10-16Bump console from 0.14.1 to 0.15.0 (#738)dependabot[bot]
2021-10-16Merge pull request #515 from th1000s/wrapDan Davison
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-10-12Bump xdg from 2.2.0 to 2.3.0 (#734)dependabot[bot]
2021-10-12Bump ctrlc from 3.2.0 to 3.2.1 (#733)dependabot[bot]
2021-10-12Bump git2 from 0.13.22 to 0.13.23 (#730)dependabot[bot]
2021-09-30Update diagnostics scriptDan Davison
2021-09-28Bump pathdiff from 0.2.0 to 0.2.1 (#723)dependabot[bot]
2021-09-27Fix TOC charactersDan Davison
2021-09-27README simplificationDan Davison
2021-09-19Option to set the background extension mode to ANSI or spacesThomas Otto
2021-09-19General PlusMinus data structureThomas Otto
2021-09-19Bump unicode-width from 0.1.8 to 0.1.9 (#719)dependabot[bot]
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-09Bump git2 from 0.13.21 to 0.13.22 (#712)dependabot[bot]
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-31Bump structopt from 0.3.22 to 0.3.23 (#709)dependabot[bot]
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