summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2021-05-28Bump version0.8.0Dan Davison
2021-05-27Infer that a theme is light if its name contains "light" (#617)Dan Davison
2021-05-26Improve documentation of hyperlinks (#616)Dan Davison
2021-05-26Recommend setting delta as the pager for specific git commands (#610)Dan Davison
2021-05-25Add hyperlinks-commit-link-format option (#614)Dan Davison
* Refactor: hyperlinks utility * Add hyperlinks-commit-link-format option Fixes #613
2021-05-24Edit READMEDan Davison
2021-05-24Support custom commit line regex when parsing git output (#558)Dan Davison
Fixes #174
2021-05-20Only read major version when parsing less version (#606)Peter Holloway
For versions of less that include a point version (eg 581.2), parsing the whole version 'word' as a usize fails and causes '--no-init' to be added to less arguments. This prevents less using the alternate screen and mouse scrolling. Fixes #582
2021-05-20Emit 'mode [-+]x' instead of full file permission bits (#607)Dan Davison
Ref #583
2021-05-20Emit description of file mode change (#605)Dan Davison
Fixes #583
2021-05-19Refactor: factor out _parse_file_path functionDan Davison
2021-05-19Fix typoDan Davison
2021-05-10Add git-split-diffs to similar projects section in READMEDan Davison
2021-05-09Ignore problematic testDan Davison
2021-05-09Use map instead of match (#595)Dan Davison
2021-05-09Use git diff instead of diff -u (#546)Dan Davison
* Use git diff instead of diff -u Fixes #543 Might fix #513
2021-05-03docs: wrap link to ubuntu issue in link tag (#585)Matt Ehlinger
2021-04-29Fix ansi syntax theme (#581)Dan Davison
* Update to latest version of bat::terminal::to_ansi_color Fixes #447 * Delete mention of historical syntax theme ansi-light * Update tests
2021-04-29Upgrade to GitHub-native Dependabot (#579)dependabot-preview[bot]
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-04-25Be less strict about when to try relativizing paths (#576)Dan Davison
With this commit, paths are relativized in `git diff --stat` output
2021-04-24Merge pull request #565 from dandavison/file-regex-replacementDan Davison
Output paths relative to current working directory
2021-04-24Add relative-paths optionDan Davison
2021-04-24ClippyDan Davison
2021-04-24Add --diff-stat-align-width to control alignment of relativized pathsDan Davison
2021-04-24Output paths relative to current working directoryDan Davison
Fixes #552
2021-04-24Make navigate work when files are represented in the hunk header (#575)Dan Davison
2021-04-24Run test of less on MacOS with output redirected to /dev/null (#574)Dan Davison
This change makes git and delta believe that they are writing to a tty so that they invoke their child pager processes, as is required for the test. However, output is actually redirected to /dev/null. TODO: implement for the Linux version of script also. https://stackoverflow.com/a/1402389/583763
2021-04-24Merge pull request #573 from dandavison/support-new-style-git-config-parametersDan Davison
Support new GIT_CONFIG_PARAMETERS format
2021-04-24Support new GIT_CONFIG_PARAMETERS env var formatDan Davison
https://github.com/git/git/blob/311531c9de557d25ac087c1637818bd2aad6eb3a/Documentation/RelNotes/2.31.0.txt#L127-L130
2021-04-24Add failing test: support new GIT_CONFIG_PARAMETERS formatDan Davison
2021-04-24Use verbose regex styleDan Davison
2021-04-24Refactor test to allow multiple env var formats to be testedDan Davison
2021-04-24Merge pull request #572 from dandavison/fix-github-url-parsingDan Davison
Fix GitHub url parsing
2021-04-24Implement tested feature: support HTTPs and SSH URLsDan Davison
2021-04-24Test HTTPS and SSH Github URLsDan Davison
2021-04-24Fix Github repo URL regexDan Davison
Ref #563
2021-04-24Add failing tests for remote repo string parsingDan Davison
2021-04-23Support matching GitHub remotes that don't end in `.git` (#563)Andy Freeland
`.git` is optional in clones from GitHub.com.
2021-04-23Deprecate --24-bit-color, replacing with --true-color (#571)Dan Davison
Fixes #567
2021-04-23Fix --show-syntax-themes exhausting stdin (#569)Thomas Otto
If a diff is provided via stdin then the first `_show_syntax_themes` call reads from it directly and uses that, but the second one finds nothing is left to read and falls back to the default. Fixed by reading from stdin earlier.
2021-04-23Bump regex from 1.4.5 to 1.4.6 (#570)dependabot-preview[bot]
Bumps [regex](https://github.com/rust-lang/regex) from 1.4.5 to 1.4.6. - [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.5...1.4.6) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-04-20Fix Makefile escapingDan Davison
2021-04-20Bump git2 from 0.13.17 to 0.13.18 (#564)dependabot-preview[bot]
Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.13.17 to 0.13.18. - [Release notes](https://github.com/rust-lang/git2-rs/releases) - [Commits](https://github.com/rust-lang/git2-rs/compare/0.13.17...0.13.18) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-04-15CI: check docs (#559)Marco Ieni
* CI: check docs * Don't use triple-slash doc comments A full pass would need to be done to make the comments suitable for generating documentation. Co-authored-by: Dan Davison <dandavison7@gmail.com>
2021-03-30Remove unnecessary trailing semicolon after enum (#555)Max
2021-03-29Add navigate to example config in READMEDan Davison
2021-03-29Bump version in private Homebrew formulaDan Davison
2021-03-29Update READMEDan Davison
2021-03-29Bump version0.7.1Dan Davison
2021-03-29Bump version 0.6.0 -> 0.7.00.6.1Dan Davison