Skip to content

Commit

Permalink
git: add less.exe bin
Browse files Browse the repository at this point in the history
`less` is relied upon by popular diff viewers such as [delta] or
[diff-so-fancy], so including it makes sense. Furthermore, less v551
bundled with Git fixes issues in older versions. For instance, v394
bundled with Gow has [problems with UTF-8] and [an update seems
unlikely], sadly.

[delta]: https://github.com/dandavison/delta
[diff-so-fancy]: https://github.com/so-fancy/diff-so-fancy
[problems with UTF-8]: dandavison/delta#271
[an update seems unlikely]: bmatzelle/gow#250
  • Loading branch information
daniel-liuzzi committed Oct 29, 2020
1 parent 0e14d46 commit 4259451
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bucket/git.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"cmd\\git.exe",
"cmd\\gitk.exe",
"cmd\\git-gui.exe",
"usr\\bin\\less.exe",
"usr\\bin\\tig.exe",
"git-bash.exe"
],
Expand Down

0 comments on commit 4259451

Please sign in to comment.