Commit Graph

26 Commits

Author SHA1 Message Date
Dan Davison
d0c3fc52f8 Update diagnostics script 2021-09-30 18:45:15 -04:00
Dan Davison
5e02d340a8
662 submodule diffs (#699) 2021-08-22 11:25:39 -07:00
Dan Davison
be61273130 Compile delta from source in dockerfile 2021-08-20 10:19:55 -07:00
Dan Davison
362f75e5fb In the docker image: clone delta repo and install rust toolchain 2021-08-12 13:29:58 -07:00
Dan Davison
0541c5b3d8 Update Dockerfile 2021-08-12 11:47:59 -07:00
foamkeen
68296840fa
Fix bash completion to include local files/dirs (#540)
Co-authored-by: Maksim Fomkin <mfomkin@microsoft.com>
2021-03-15 09:50:41 -05:00
Dan Davison
306238e9f8 Update themes from bat v0.18.0 2021-03-10 21:38:06 -05:00
Dan Davison
baec6d3afe Fix reference to non-existent target in Makefile 2021-02-05 09:31:36 -05:00
Dan Davison
11b98d4a40 Update release Makefile 2020-12-30 19:58:15 -05:00
Dan Davison
25a0dfcd6b Install less in Dockerfile 2020-12-24 11:24:43 +00:00
Dan Davison
59dae1f6f2 Dockerfile to install Delta under Ubuntu 2020-12-24 10:42:10 +00:00
Dan Davison
f501e23887
308 side by side tabs (#459)
* 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-23 13:03:34 +00:00
Dan Davison
4637403fc1 Delete public homebrew Makefile targets for release 2020-12-13 15:12:11 +00:00
Dan Davison
1a5959a6d3 Commit test examples 2020-12-05 23:24:39 +00:00
Marco Ieni
0ddd064819
delete travis ci (#418)
Signed-off-by: MarcoIeni <11428655+MarcoIeni@users.noreply.github.com>

Co-authored-by: Dan Davison <dandavison7@gmail.com>
2020-12-03 16:19:09 -05:00
Marco Ieni
2cfc0aafa4
add cd (#417)
Signed-off-by: MarcoIeni <11428655+MarcoIeni@users.noreply.github.com>
2020-12-02 09:40:17 -05:00
Marco Ieni
2289337b0a
ci: verify code is well formatted (#393)
Signed-off-by: MarcoIeni <11428655+MarcoIeni@users.noreply.github.com>
2020-11-22 11:26:21 -05:00
Michał Kiełbowicz
06e08b538b
Add gruvbox light support (#369)
* Add gruvbox light support

* Update binary assets from bat v0.16.0

Co-authored-by: Dan Davison <dandavison7@gmail.com>
2020-10-28 18:17:07 -04:00
chris48s
9d89e4a92f
debian packaging fixes (#301)
* 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-27 09:46:03 -04:00
Dan Davison
37522b4abd Fix Makefile 2020-08-08 14:11:04 -04:00
Dan Davison
18bae27ff3 Add unicode characters test to diagnostics script 2020-08-08 12:33:21 -04:00
Dan Davison
b075d32f25 Improve target name in Makefile 2020-08-08 12:26:42 -04:00
Dan Davison
aa1bb5c424 Shell scripts 2020-08-08 11:53:57 -04:00
Gavin Beatty
c9480cb7fe
Add TARGET=aarch64-unknown-linux-gnu cross-compile (#279)
* 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-08 11:53:40 -04:00
Dan Davison
4b690dc35e Pass --no-gitconfig in diagnostics script 2020-08-05 16:52:17 -04:00
Dan Davison
cfd6ed0e07 Reorganize 2020-08-05 16:37:09 -04:00