summaryrefslogtreecommitdiffstats
path: root/src/delta.rs
AgeCommit message (Expand)Author
2020-06-17Highlight added/removed empty lines if they would be invisibleDan Davison
2020-06-17Eliminate leading space unless --keep-plus-minus-markersDan Davison
2020-06-08Add --number option for showing line numbers. Also adds related options:Catherine Noll
2020-06-03New CLI options: --file-modified-label, --file-removed-label, etcDan Davison
2020-06-02Implement compositional decoration attributesDan Davison
2020-05-31Make decorations honor --width variableDan Davison
2020-05-31Make decorations respect --widthDan Davison
2020-05-31Implement --{commit,file,hunk-header}-style=rawDan Davison
2020-05-31Fix painting of file line under --decoration-style=omitDan Davison
2020-05-30Implement --thing-style omitDan Davison
2020-05-30Implement --commit-style raw with decorationDan Davison
2020-05-30Implement --file-style raw with decorationDan Davison
2020-05-30Refactor: config.get_style and delta::should_handleDan Davison
2020-05-30Emit raw hunk header with decorationDan Davison
2020-05-30Make decoration style non-optionalDan Davison
2020-05-29Introduce is_raw style attributeDan Davison
2020-05-29Change decoration style enum variant name: Omit => NoDecorationDan Davison
2020-05-29Remove distracting comment about edge case bugDan Davison
2020-05-28Add a blank line before each hunkDan Davison
2020-05-28Bug fix: honor bold by using "heavy" box drawing charactersDan Davison
2020-05-28Bug fix: hunk header background color was not reaching box lineDan Davison
2020-05-27Add overline and underoverline decoration stylesDan Davison
2020-05-26Use DecorationStyle instead of style::DecorationStyleDan Davison
2020-05-26Implement --{commit,file,hunk-header}-{style,decoration-style}Dan Davison
2020-05-23Implement --*-non-emph stylesDan Davison
2020-05-22Use new Style struct, wrapping ansi_term::StyleDan Davison
2020-05-22Implement hunk styles using style string argumentsDan Davison
2020-05-22Use ansi_term style data structures instead of syntectDan Davison
2020-05-20Refactor: consume options when creating configDan Davison
2020-05-17Add new command-line options controlling foreground colorsDan Davison
2020-05-16Hunk highlighting test and refactoringDan Davison
2020-05-14Use ByteLines instead of iteratorDan Davison
2020-05-14Accept input lines as raw bytes and decode in main loopDan Davison
2020-05-03Use file meta lines as the source of the file extension.Prat T
2020-05-01Add SectionStyle::OmitDan Davison
2020-04-30Use ANSI CSI "Erase in Line" code instead of right-paddingDan Davison
2020-04-29Emit raw line if delta is not applying colors to itDan Davison
2020-04-29Refactor in preparation for emitting raw lineDan Davison
2020-04-26Ignore failing test: this is a bug; #128Dan Davison
2020-04-26Add failing test of paths containing spaces #127Dan Davison
2020-04-26Add failing test of empty commit / empty files #128Dan Davison
2020-04-26Fix compiler warningDan Davison
2020-04-22Fix parsing of merge conflict outputDan Davison
2020-04-22Add failing tests of diff with merge conflictDan Davison
2020-04-12Keep trying to parse even if first line is not recognizedDan Davison
2020-04-12Add a failing test of parsing with unrecognized initial contentDan Davison
2020-04-12Add --color-only optionDan Davison
2020-04-12Handle '\ No newline at end of file'Dan Davison
2020-04-12Horrible hack working around my failure to fix a bug properlyDan Davison
2020-04-12Add --keep-plus-minus-markers optionDan Davison