summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2021-03-22Silently change pager to less if $PAGER is delta529-use-less-if-pager-is-deltaDan Davison
Ref #531, #529, #378
2021-03-22Make target: run rustfmt on all rust codeDan Davison
2021-03-15Fix bash completion to include local files/dirs (#540)foamkeen
Co-authored-by: Maksim Fomkin <mfomkin@microsoft.com>
2021-03-15Bump console from 0.14.0 to 0.14.1 (#541)dependabot-preview[bot]
Bumps [console](https://github.com/mitsuhiko/console) from 0.14.0 to 0.14.1. - [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.14.0...0.14.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-03-15Bump regex from 1.4.3 to 1.4.5 (#542)dependabot-preview[bot]
Bumps [regex](https://github.com/rust-lang/regex) from 1.4.3 to 1.4.5. - [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.3...1.4.5) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-03-10Add 'tangara-chilensis' theme (#537)clnoll
2021-03-10Update themes from bat v0.18.0Dan Davison
2021-03-10README tweakDan Davison
2021-03-10Merge pull request #536 from dandavison/navigate-less-integration-testsDan Davison
Add navigate/less integration test
2021-03-09ClippyDan Davison
2021-03-09Use redirect and chmod instead of installDan Davison
install didn't work on MacOS: install: skipping file '/dev/stdin', as it was replaced while being copied
2021-03-09Update navigate testsKriss
2021-03-09Only do less hist file tricks if the pager appears to be lessDan Davison
2021-03-09Add navigate/less integration testDan Davison
2021-03-08Append .search line to less history fileDan Davison
2021-03-06Document user color themes collectionDan Davison
2021-03-06Add 'collared-trogon' theme (#534)clnoll
2021-03-05237 navigate improvement (#526)Dan Davison
* Change less invocation under navigate Thanks @cben * Don't pass regexp to less * Append navigate regexp to transient copy of less history file * Rustfmt * Store delta less hist file in XDG data directory * Don't use xdg on Windows * Fix conditional compilation for Windows * Get rid of advice not to use keep navigate feature activated
2021-03-05replace deprecated config options in README (#532)Eugene
Remove deprecated *-color options in configuration examples and replace them with new *-style variants
2021-03-04Exit if it looks like starting the pager process would never terminate (#531)Dan Davison
Fixes #529 Ref #378
2021-03-03Use unwrap_or_else(|| panic!("...")) instead of .expect("...") (#525)Dan Davison
This is a local style rule. IMO .expect("...") doesn't work as the name for this operation.
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