Commit Graph

1709 Commits

Author SHA1 Message Date
Dan Davison
1fb4ec4980 Add link to Arch Linux package package
Ref https://github.com/dandavison/delta/pull/653
2021-07-08 11:54:20 +01:00
Dan Davison
79bc360afa Clean up package managers section in README 2021-07-08 11:46:20 +01:00
Axel Navarro
281f479b09
Update README using Arch Linux official packages (#654) 2021-07-08 11:37:38 +01:00
dependabot[bot]
f98119763d
Bump ansi_colours from 1.0.3 to 1.0.4 (#648)
Bumps [ansi_colours](https://github.com/mina86/ansi_colours) from 1.0.3 to 1.0.4.
- [Release notes](https://github.com/mina86/ansi_colours/releases)
- [Commits](https://github.com/mina86/ansi_colours/commits)

---
updated-dependencies:
- dependency-name: ansi_colours
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-06 18:19:43 +01:00
dependabot[bot]
d69128b173
Bump structopt from 0.3.21 to 0.3.22 (#651)
Bumps [structopt](https://github.com/TeXitoi/structopt) from 0.3.21 to 0.3.22.
- [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.21...v0.3.22)

---
updated-dependencies:
- dependency-name: structopt
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-06 18:19:27 +01:00
dependabot[bot]
aa81f32a00
Bump unicode-segmentation from 1.7.1 to 1.8.0 (#649)
Bumps [unicode-segmentation](https://github.com/unicode-rs/unicode-segmentation) from 1.7.1 to 1.8.0.
- [Release notes](https://github.com/unicode-rs/unicode-segmentation/releases)
- [Commits](https://github.com/unicode-rs/unicode-segmentation/compare/1.7.1...v1.8.0)

---
updated-dependencies:
- dependency-name: unicode-segmentation
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-06 10:55:23 +01:00
Dan Davison
bd2c242f8e Bump dev version 2021-07-06 10:19:58 +01:00
Dan Davison
04c3ffd8ea Update help text in README 2021-06-29 15:28:52 +01:00
Dan Davison
97261d0052 Bump version in private Homebrew formula 2021-06-29 15:28:52 +01:00
Dan Davison
df13f22534 Bump version in links to executables 2021-06-29 13:11:31 +01:00
Dan Davison
65485ca3ff Edit README 2021-06-28 08:16:48 +01:00
Dan Davison
f6d2a42a08 Edit README section concerning themes and color themes
Ref #646
2021-06-28 08:13:33 +01:00
Dan Davison
207e033841
Revert to capturing diff output and processing in current process (#645)
Fixes #644

This reverts back to a state similar to before
53e59f2eb5, i.e. capture the diff output
and use the current delta process to process and display it, rather
than allowing git to start a second delta process.
2021-06-26 17:41:07 +01:00
Dan Davison
a4f5a4fa68 Bump version in documentation and private brew formula and bump dev version 2021-06-25 12:02:21 +01:00
Dan Davison
ac2873dabe
Fix filenames with spaces (#643)
* Fix parsing of file path from diff line

Fixes #625

* Parse diff line only if needed

* Add test of diff of filenames with spaces

* Strip trailing tab inserted by git when file path contains space

git appears to add a trailing tab character when the file name contains a space:

$ git diff --no-index b.file 01g\ -\ Text | cat -A
diff·--git·a/b.file·b/01g·-·Text␊
index·e69de29..d00491f·100644␊
---·a/b.file␊
+++·b/01g·-·Text├──┤␊
@@·-0,0·+1·@@␊
+1␊
2021-06-25 11:25:23 +01:00
dependabot[bot]
4cdc6a15e3
Bump ansi_colours from 1.0.2 to 1.0.3 (#636)
Bumps [ansi_colours](https://github.com/mina86/ansi_colours) from 1.0.2 to 1.0.3.
- [Release notes](https://github.com/mina86/ansi_colours/releases)
- [Commits](https://github.com/mina86/ansi_colours/compare/v1.0.2...v1.0.3)

---
updated-dependencies:
- dependency-name: ansi_colours
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-24 15:38:34 +01:00
Manoj Karthick
ec332cc851
Add theme: calochortus-lyallii (#641) 2021-06-24 15:37:10 +01:00
Dan Davison
4f66b7dc2d Disable docs CI check
Delta doesn't really have proper doc-oriented comments yet.
2021-06-23 05:34:42 +01:00
Dan Davison
3bd2e98f88 Fix capitalization of "GitHub" in README 2021-06-23 04:07:00 +01:00
Dan Davison
7b9fd18635 Lint: function named to_* should consume argument 2021-06-23 04:05:23 +01:00
Dan Davison
de4566548d Lint 2021-06-22 17:40:32 +01:00
Dan Davison
230f5468f7
Fix #631 (#632) 2021-06-12 19:17:28 -04:00
dependabot[bot]
fc5f383833
Bump git2 from 0.13.18 to 0.13.20 (#612)
Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.13.18 to 0.13.20.
- [Release notes](https://github.com/rust-lang/git2-rs/releases)
- [Commits](https://github.com/rust-lang/git2-rs/compare/0.13.18...0.13.20)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-10 11:49:39 -04:00
dependabot[bot]
c5abd29826
Bump itertools from 0.10.0 to 0.10.1 (#628)
Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.10.0 to 0.10.1.
- [Release notes](https://github.com/rust-itertools/itertools/releases)
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-itertools/itertools/compare/v0.10.0...v0.10.1)

---
updated-dependencies:
- dependency-name: itertools
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-10 11:49:20 -04:00
dependabot-preview[bot]
d3094065bb
Bump vte from 0.10.0 to 0.10.1 (#562)
Bumps [vte](https://github.com/alacritty/vte) from 0.10.0 to 0.10.1.
- [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.10.0...v0.10.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-06-10 11:49:09 -04:00
dependabot-preview[bot]
484d37e0bd
Bump ansi_colours from 1.0.1 to 1.0.2 (#518)
Bumps [ansi_colours](https://github.com/mina86/ansi_colours) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/mina86/ansi_colours/releases)
- [Commits](https://github.com/mina86/ansi_colours/compare/v1.0.1...v1.0.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-06-10 11:48:43 -04:00
Kangwook Lee (이강욱)
61f180c831
Add pager option for customizing pager without environment variables (#627)
* Add pager option

* Use config.pager for output
2021-06-09 10:33:59 -04:00
Dan Davison
fb1d16ef44
Set commit-style=raw in diff-highlight / diff-so-fancy mode (#623)
Ref #622
2021-06-02 16:23:29 -04:00
Andy Freeland
4034f4650a
Fix table of contents link (#620) 2021-05-30 21:32:49 -04:00
Dan Davison
1d30bee60e Edit README 2021-05-28 15:13:27 -04:00
Dan Davison
50e227036c Bump dev version 2021-05-28 15:06:06 -04:00
Dan Davison
3beed3615a Update --help text in README 2021-05-28 15:04:26 -04:00
Dan Davison
9294857632 Update homebrew formula 2021-05-28 15:02:29 -04:00
Dan Davison
1780bf24fd Bump version in links to executables 2021-05-28 14:59:20 -04:00
Dan Davison
d205aa8fa3 Bump version 2021-05-28 14:29:46 -04:00
Dan Davison
233719c09a
Infer that a theme is light if its name contains "light" (#617) 2021-05-27 11:52:09 -04:00
Dan Davison
9de714a8a9
Improve documentation of hyperlinks (#616) 2021-05-26 12:32:34 -04:00
Dan Davison
974204f897
Recommend setting delta as the pager for specific git commands (#610) 2021-05-26 09:30:22 -04:00
Dan Davison
ebe08f9a6d
Add hyperlinks-commit-link-format option (#614)
* Refactor: hyperlinks utility

* Add hyperlinks-commit-link-format option

Fixes #613
2021-05-25 23:28:53 -04:00
Dan Davison
6be96be6b9 Edit README 2021-05-24 19:50:11 -04:00
Dan Davison
d4da66d0fc
Support custom commit line regex when parsing git output (#558)
Fixes #174
2021-05-24 19:39:57 -04:00
Peter Holloway
feb89ac438
Only read major version when parsing less version (#606)
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-20 16:16:41 -04:00
Dan Davison
1bf8479bb1
Emit 'mode [-+]x' instead of full file permission bits (#607)
Ref #583
2021-05-20 14:45:08 -04:00
Dan Davison
fe16f7533d
Emit description of file mode change (#605)
Fixes #583
2021-05-20 10:37:21 -04:00
Dan Davison
5ece1944f1 Refactor: factor out _parse_file_path function 2021-05-19 21:00:37 -04:00
Dan Davison
ec3bb68be5 Fix typo 2021-05-19 19:01:03 -04:00
Dan Davison
56a69049cf Add git-split-diffs to similar projects section in README 2021-05-10 08:15:12 -04:00
Dan Davison
5a3527d54d Ignore problematic test 2021-05-09 22:33:28 -04:00
Dan Davison
0eca4f8cf5
Use map instead of match (#595) 2021-05-09 22:27:20 -04:00
Dan Davison
53e59f2eb5
Use git diff instead of diff -u (#546)
* Use git diff instead of diff -u

Fixes #543
Might fix #513
2021-05-09 19:36:03 -04:00