summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-11-24WIPblame-line-numberDan Davison
2021-11-24Do not recognize grep tools whose output we cannot currently parseDan Davison
2021-11-24Bump version for releaseDan Davison
2021-11-24Support style names in --map-stylesDan Davison
2021-11-24Update hoopoe theme to use color variablesDan Davison
2021-11-23Add --parse-ansi commandDan Davison
2021-11-23New option to map raw styles encountered in inputDan Davison
2021-11-23Bug fix: don't forget non-emph statesDan Davison
2021-11-22Navigate regexp (#782)Wayne Davison
2021-11-22Handle broken pipe error in subcommandsDan Davison
2021-11-22Show colors subcommandDan Davison
2021-11-22Fix non-compiling code after independent mergesDan Davison
2021-11-22Bump smol_str from 0.1.18 to 0.1.21 (#763)dependabot[bot]
2021-11-22Allow custom colors to be defined in gitconfig (#788)Dan Davison
2021-11-22Syntax-highlight `git show $revision:./path/to/file.ext` outputDan Davison
2021-11-22Handle grep outputDan Davison
2021-11-22Obtain parent git grep command line optionsDan Davison
2021-11-22Refactor: get_painted_file_with_line_number functionDan Davison
2021-11-22Refactor: StyleSectionSpecifier enum for syntax_highlight_and_paint_lineDan Davison
2021-11-22Function to compute text index in string containing ANSI sequencesDan Davison
2021-11-22Clarify tests of ansi_preserving_sliceDan Davison
2021-11-22Parse styles from a string containing ANSI sequencesDan Davison
2021-11-21Support named colors (#786)Dan Davison
2021-11-21Enable faking `extract_args()` parameters from process utils (#783)Thomas Otto
2021-11-21Refactor: improve names and mutation in loopDan Davison
2021-11-21Update hoopoe theme to use custom style referencesDan Davison
2021-11-21Set is_emph explicitly on *-emph-stylesDan Davison
2021-11-21Support custom styles in delta gitconfigDan Davison
2021-11-21Allow styles to be specified as references to other stylesDan Davison
2021-11-18Add ProcessInterfaceThomas Otto
2021-11-18Make process utils more genericThomas Otto
2021-11-17Add the --right-arrow option.Wayne Davison
2021-11-17Use file-modified-label consistently.Wayne Davison
2021-11-15Update blame docsDan Davison
2021-11-15Update blame documentationDan Davison
2021-11-15Refactor: utils moduleDan Davison
2021-11-15Handle `git blame` outputDan Davison
2021-11-15Support precision specifier in run-time format stringsDan Davison
2021-11-15Clean upDan Davison
2021-11-15Fix test of parent process when run under cargo-tarpaulinDan Davison
2021-11-15Util: check parent process for `git blame` filename (#770)Thomas Otto
2021-11-15README editDan Davison
2021-11-15Update README ToCDan Davison
2021-11-15Doc: explain invocation of delta by gitDan Davison
2021-11-15Markdown autoformattingDan Davison
2021-11-14Sort config struct entriesDan Davison
2021-11-10Remove +/- line prefix instead of substituting a spaceThomas Otto
2021-11-10Add compact debug formatting for StyleThomas Otto
2021-11-07[README] add notes for screen (256color/24bit) (#768)Kriss
2021-11-07Update private Homebrew formula to 0.9.2 (fix #766) (#767)Linda_pp