summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-11-27Test sibling process detectionprocess_cleanupThomas Otto
2021-11-27Match process binary case insensitivelyThomas Otto
2021-11-27Clean up FakeParentArgsThomas Otto
2021-11-27Adjust benchmark commandDan Davison
2021-11-27Refactor: further isolate side-by-side implementation (#801)Dan Davison
2021-11-27Bump version in private Homebrew formulaDan Davison
2021-11-27Bump version in links to executablesDan Davison
2021-11-27Bump version0.10.2Dan Davison
2021-11-27Don't build and test in release Make targetDan Davison
2021-11-26802 fix color moved side by side panic (#803)Dan Davison
2021-11-26Refactor: rename: LineSegments -> LineSectionsDan Davison
2021-11-25Update homebrew formulaDan Davison
2021-11-25Update README to 0.10.1Dan Davison
2021-11-25Bump version0.10.1Dan Davison
2021-11-25Remove trailing \r from raw line, in presence of ANSI escape sequences (#800)Dan Davison
2021-11-24Add simpler colorMoved config snipped, add highlights to all codeblocksSandro
2021-11-24Document new color-moved functionalityDan Davison
2021-11-24Revert recommended configuration to `core.pager = delta`Dan Davison
2021-11-24Fix test broken by 8ff50afccb1d065b105db83eda19341c3458f9640.10.0Dan 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