summaryrefslogtreecommitdiffstats
path: root/etc
AgeCommit message (Collapse)Author
2023-06-02Bump versions0.16.2Dan Davison
2022-12-03Explicitly request xz compression (#1249)Dan Davison
* Explicitly request xz compression Fixes #1248 * Do not insert a space between single-letter option and option value
2022-11-15Remove Provides in Debian package (#1217)Witold Baryluk
Remove Provides in Debian package as this is incorrect usage of this flag. To provide two versions of packages `Conflicts` as used is sufficient. See Debian Policy Manual (v4.6.1.1) section 7.5 When at it Remove trailing dot in Description header to comply with section 5.6.13 Fixes: https://github.com/dandavison/delta/issues/1210
2022-09-14Check that new version number is present in docsDan Davison
Ref #1192
2022-08-19added auto completions for fish shellexploide
2022-03-07Bump version in filesDan Davison
2022-02-27Use assets API from bat library instead of vendored code (#903)Dan Davison
Use assets API from bat library Fixes #895 Ref https://github.com/sharkdp/bat/issues/2026 Thanks @Enselic
2021-12-05Display merge conflictsDan Davison
2021-12-05Example diffsDan Davison
2021-12-04Cthulhu commit diffDan Davison
https://github.com/torvalds/linux/commit/2cde51fbd0f310c8a2c5f977e665c0ac3945b46d https://www.destroyallsoftware.com/blog/2017/the-biggest-and-weirdest-commits-in-linux-kernel-git-history
2021-11-28Styles demo commitDan Davison
The diff in this commit contains sections with all of the following semantics: minus-style (old line 1) plus-style (new line 1) zero-style (line 2) minus-non-emph-style (old line 4, and unchanged sections of old line 3) minus-emph-style (deleted word "chaffinch" in old line 3) plus-non-emph-style (new line 3, and unchanged sections of new line 4) plus-emph-style (added word "dodo" of new line 4)
2021-11-28Initial file stateDan Davison
2021-11-27Don't build and test in release Make targetDan Davison
2021-11-26802 fix color moved side by side panic (#803)Dan Davison
Append newline character when preparing raw line Fixes #802
2021-11-23New option to map raw styles encountered in inputDan Davison
Unify handling of styles parsed from raw line and computed diff styles. This enables syntax highlighting to be used in color-moved sections. Fixes #72
2021-10-29Don't use gren to generate release notesDan Davison
2021-10-26Update release MakefileDan Davison
2021-10-26Update syntaxes and themes from bat v0.18.3FnControlOption
2021-09-30Update diagnostics scriptDan Davison
2021-08-22662 submodule diffs (#699)Dan Davison
2021-08-20Compile delta from source in dockerfileDan Davison
2021-08-12In the docker image: clone delta repo and install rust toolchainDan Davison
2021-08-12Update DockerfileDan Davison
2021-03-15Fix bash completion to include local files/dirs (#540)foamkeen
Co-authored-by: Maksim Fomkin <mfomkin@microsoft.com>
2021-03-10Update themes from bat v0.18.0Dan Davison
2021-02-05Fix reference to non-existent target in MakefileDan Davison
2020-12-30Update release MakefileDan Davison
2020-12-24Install less in DockerfileDan Davison
2020-12-24Dockerfile to install Delta under UbuntuDan Davison
2020-12-23308 side by side tabs (#459)Dan Davison
* Add #308 bug reproduction delta --no-gitconfig --diff-highlight --side-by-side < etc/examples/308-side-by-side-tabs.diff * Expand tabs under diff-highlight and diff-so-fancy Fixes #308
2020-12-13Delete public homebrew Makefile targets for releaseDan Davison
2020-12-05Commit test examplesDan Davison
2020-12-03delete travis ci (#418)Marco Ieni
Signed-off-by: MarcoIeni <11428655+MarcoIeni@users.noreply.github.com> Co-authored-by: Dan Davison <dandavison7@gmail.com>
2020-12-02add cd (#417)Marco Ieni
Signed-off-by: MarcoIeni <11428655+MarcoIeni@users.noreply.github.com>
2020-11-22ci: verify code is well formatted (#393)Marco Ieni
Signed-off-by: MarcoIeni <11428655+MarcoIeni@users.noreply.github.com>
2020-10-28Add gruvbox light support (#369)Michał Kiełbowicz
* Add gruvbox light support * Update binary assets from bat v0.16.0 Co-authored-by: Dan Davison <dandavison7@gmail.com>
2020-08-27debian packaging fixes (#301)chris48s
* remove leading article from description resolves description-synopsis-starts-with-article https://lintian.debian.org/tags/description-synopsis-starts-with-article.html * ensure copyright is mode 644 resolves non-standard-file-perm https://lintian.debian.org/tags/non-standard-file-perm.html * add Depends line Use dpkg-shlibdeps to work out shared library dependencies and include them in a "Depends:" line resolves missing-depends-line https://lintian.debian.org/tags/missing-depends-line.html * remove duplicate LICENSE file resolves extra-license-file https://lintian.debian.org/tags/extra-license-file.html * change docs dir name to match package name i.e: docs go in /usr/share/doc/git-delta /usr/share/doc/git-delta-musl etc not /usr/share/doc/delta * include years in copyright notice This brings the copyright notice into line with the expected format resolves copyright-without-copyright-notice https://lintian.debian.org/tags/copyright-without-copyright-notice.html * provide a multi-line description resolves extended-description-is-empty https://lintian.debian.org/tags/extended-description-is-empty.html
2020-08-08Fix MakefileDan Davison
2020-08-08Add unicode characters test to diagnostics script0.4.1Dan Davison
2020-08-08Improve target name in MakefileDan Davison
2020-08-08Shell scriptsDan Davison
2020-08-08Add TARGET=aarch64-unknown-linux-gnu cross-compile (#279)Gavin Beatty
* Add TARGET=aarch64-unknown-linux-gnu cross-compile Assuming etc/ci/before_install.sh is already set up correctly, aarch64 may work now. Untested. * aarch64 install libc cross & keep only gcc-4.8 * Fix aarch64 TARGET, CC_, CARGO_TARGET_ to match
2020-08-05Pass --no-gitconfig in diagnostics scriptDan Davison
2020-08-05ReorganizeDan Davison