summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2021-02-17Allow user to specify tab replacement string522-tab-stringDan Davison
Fixes #522
2021-02-17Lint (#527)Dan Davison
* Silence a clippy warning * Manually fix cargo fmt complaint https://github.com/dandavison/delta/runs/1918867251?check_suite_focus=true#logs
2021-02-05Update README to reflect availability of git -c for delta configDan Davison
Ref #493, #495
2021-02-05Fix reference to non-existent target in MakefileDan Davison
2021-02-05Bump version in private Homebrew formulaDan Davison
2021-02-05Bump version in documentationDan Davison
2021-02-05Bump version for release0.6.0Dan Davison
2021-01-30Mention `delta --help` more in READMEDan Davison
2021-01-29Handle tabs in hunk header code fragment (#511)Dan Davison
Fixes #510
2021-01-27Bump vte from 0.9.0 to 0.10.0 (#486)dependabot-preview[bot]
* Bump vte from 0.9.0 to 0.10.0 Bumps [vte](https://github.com/alacritty/vte) from 0.9.0 to 0.10.0. - [Release notes](https://github.com/alacritty/vte/releases) - [Changelog](https://github.com/alacritty/vte/blob/master/CHANGELOG.md) - [Commits](https://github.com/alacritty/vte/compare/v0.9.0...v0.10.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * Fix vte update Thanks @ignatenkobrain Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: Dan Davison <dandavison7@gmail.com>
2021-01-27Bump git2 from 0.13.15 to 0.13.17 (#508)dependabot-preview[bot]
Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.13.15 to 0.13.17. - [Release notes](https://github.com/rust-lang/git2-rs/releases) - [Commits](https://github.com/rust-lang/git2-rs/compare/0.13.15...0.13.17) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-01-27Bump regex from 1.4.2 to 1.4.3 (#500)dependabot-preview[bot]
Bumps [regex](https://github.com/rust-lang/regex) from 1.4.2 to 1.4.3. - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/regex/compare/1.4.2...1.4.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-01-08For Mac mouse-scrolling works by updating less (#490)Gerd Naschenweng
* For Mac mouse-scrolling works by updating less * Update README.md Co-authored-by: Dan Davison <dandavison7@gmail.com> * Update README.md Co-authored-by: Dan Davison <dandavison7@gmail.com> Co-authored-by: Dan Davison <dandavison7@gmail.com>
2021-01-08Clippy (#496)Dan Davison
2021-01-08Merge pull request #495 from dandavison/493-GIT_CONFIG_PARAMETERSDan Davison
Honor GIT_CONFIG_PARAMETERS env var
2021-01-08Reorganize git_config moduleDan Davison
2021-01-08Prevent tests setting env vars from affecting other testsDan Davison
2021-01-08Parse GIT_CONFIG_PARAMETERSDan Davison
When git is invoked as `git -c aaa.bbb=ccc -c ddd.eee=fff` then git sets the env var GIT_CONFIG_PARAMETERS containing the changed config entries, so that child processes can honor them. libgit2 doesn't yet honor the env var: see https://github.com/libgit2/libgit2/issues/3854. Fixes #493 Fixes #307 Ref https://github.com/dandavison/magit-delta/issues/13
2021-01-08Add accidentally not-committed fileDan Davison
2021-01-08Create git_config moduleDan Davison
2021-01-07Fix --help output for hunk-header-styleDan Davison
2021-01-06Consistent formattingDan Davison
2021-01-05Update theme instructionsDan Davison
2021-01-05Add 'villsau' theme ๐Ÿ‘ (#489)Tor Arne Vestbรธ
Villsau is and old Norwegian sheep breed, friendly and intelligent.
2021-01-05Bump version in private Homebrew formulaDan Davison
2021-01-05Bump version in links to executablesDan Davison
2021-01-04Recreate Cargo.lock0.5.1Dan Davison
Ref #487 rm Cargo.lock cargo build --release
2020-12-31Add author attribution to themeDan Davison
2020-12-31add a sample delta theme to `themes.gitconfig` (#482)Kriss
Starting with a first example style, reflecting what I use personally.
2020-12-31Add themes.gitconfigDan Davison
2020-12-31Add styles for file path and line number in hunk headerDan Davison
Fixes #481
2020-12-31Display line number in hunk header, even with line-numbers activeDan Davison
Fixes https://github.com/dandavison/delta/pull/473#issuecomment-752900940
2020-12-30Bump dev version numberDan Davison
2020-12-30Bump version in private Homebrew formulaDan Davison
2020-12-30Bump version in links to executablesDan Davison
2020-12-30Update READMEDan Davison
2020-12-30Update release MakefileDan Davison
2020-12-29refactor main in order to call process::exit once (#480)0.5.0Marco Ieni
* refactor main in order to call process::exit once Co-authored-by: tl-marco-ieni <marco.ieni@truelayer.com> Co-authored-by: Dan Davison <dandavison7@gmail.com>
2020-12-29Hyperlink file and line number (#479)Dan Davison
Hyperlinks seem to be rendering with just the file path underlined, at least in iTerm2, whereas the intention was for the file and line-number to be rendered jointly (both underlined) as a hyperlink. The link structure is โ›]8;;file-line-column:///Users/dan/src/delta/src/hunk_header.rs:114โ›\โ›[38;5;1msrc/hunk_header.rsโ›[0m:โ›[38;5;4m114โ›[0mโ›]8;;โ›\:
2020-12-29Bump git2 from 0.13.14 to 0.13.15 (#478)dependabot-preview[bot]
Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.13.14 to 0.13.15. - [Release notes](https://github.com/rust-lang/git2-rs/releases) - [Commits](https://github.com/rust-lang/git2-rs/compare/0.13.14...0.13.15) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-12-29Bump console from 0.13.0 to 0.14.0 (#476)dependabot-preview[bot]
Bumps [console](https://github.com/mitsuhiko/console) from 0.13.0 to 0.14.0. - [Release notes](https://github.com/mitsuhiko/console/releases) - [Changelog](https://github.com/mitsuhiko/console/blob/master/CHANGELOG.md) - [Commits](https://github.com/mitsuhiko/console/compare/0.13.0...0.14.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-12-29Bump itertools from 0.9.0 to 0.10.0 (#475)dependabot-preview[bot]
Bumps [itertools](https://github.com/bluss/rust-itertools) from 0.9.0 to 0.10.0. - [Release notes](https://github.com/bluss/rust-itertools/releases) - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](https://github.com/bluss/rust-itertools/compare/v0.9.0...v0.10.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-12-28State machine refactor (#477)Dan Davison
2020-12-28Bump git2 from 0.13.13 to 0.13.14 (#455)dependabot-preview[bot]
Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.13.13 to 0.13.14. - [Release notes](https://github.com/rust-lang/git2-rs/releases) - [Commits](https://github.com/rust-lang/git2-rs/compare/0.13.13...0.13.14) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-12-28Bump structopt from 0.3.20 to 0.3.21 (#414)dependabot-preview[bot]
Bumps [structopt](https://github.com/TeXitoi/structopt) from 0.3.20 to 0.3.21. - [Release notes](https://github.com/TeXitoi/structopt/releases) - [Changelog](https://github.com/TeXitoi/structopt/blob/master/CHANGELOG.md) - [Commits](https://github.com/TeXitoi/structopt/compare/v0.3.20...v0.3.21) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-12-28Move line number refactoring (#474)Dan Davison
* Move handle_hunk_header_line back into delta.rs * Clean up draw_function API * Clippy
2020-12-28Merge pull request #473 from dandavison/move-line-numberDan Davison
Move line number into hunk header
2020-12-28Merge pull request #472 from dandavison/handle-hunk-header-refactorDan Davison
handle hunk header refactor
2020-12-28Cargo.toml: remove "readme" field (#471)Marco Ieni
2020-12-27Add tests of hunk-header-style special attributesDan Davison