summaryrefslogtreecommitdiffstats
path: root/src/delta.rs
AgeCommit message (Expand)Author
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
2020-04-11Refactor: change order of argumentsDan Davison
2020-04-11Refactor: do not expose command line options struct in config structDan Davison
2020-04-10Refactor: pass config to `prepare` functionDan Davison
2020-03-02Merge pull request #77 from Ma27/fix-diff-in-diffDan Davison
2020-03-01Support 256-color terminal environmentsDan Davison
2020-03-01Make CLI --paging option have the same interface as bat'sDan Davison
2020-02-28Merge branch 'master' into Ma27-fix-diff-in-diffDan Davison
2020-02-28Revert fixDan Davison
2020-02-28Remove extra space charactersDan Davison
2020-02-27Merge branch 'fix-diff-in-diff' of https://github.com/Ma27/delta into Ma27-fi...Dan Davison
2020-02-27Provide CLI options for all colorsDan Davison
2020-02-12Output Git's "Binary files $file_1 and $file_2 differ" lineDan Davison
2020-02-12Add test for "Binary files ... differ" lineDan Davison
2020-02-06Tighten up state machine parser. Fixes #89Dan Davison
2020-02-06Add failing test for issue #89Dan Davison
2019-12-28Fix panic when showing a diff which contains a diffMaximilian Bosch
2019-12-12Update commands for listing themesDan Davison
2019-12-12Fix ansi-light, ansi-dark, and base16 themesDan Davison
2019-11-26Handle submodule lineDan Davison
2019-11-26Add failing test for "submodule contains untracked content"Dan Davison
2019-11-26Refactor: handle_generic_file_meta_header_lineDan Davison
2019-11-22* Trim out the date from diff -u file nameMarcelo Lima