Commit Graph

6 Commits

Author SHA1 Message Date
Minijackson
91753acc4f
git-branchless: fix tests with Git > 2.44.0 2024-03-24 07:54:25 +01:00
Bryan Lai
d5a849cb0f git-branchless: install man pages
This fixes the failure of `git cmd --help` where `cmd` is some
git-branchless alias.

The error is due to a quirk of git: when supplied with the long form
`--help` flag, the git binary eats the flag and instead look for man
page of `cmd`. This errors out unless the man page for `cmd` is properly
installed. In the case of `git-branchless`, this can be achieved with
the command `git-branchless install-man-pages`, as implemented in this
patch.
2024-02-16 23:39:16 +08:00
Muhammad Falak R Wani
f48708863d git-branchless: 0.7.1 -> 0.8.0
Diff: https://github.com/arxanas/git-branchless/compare/v0.7.1...0.8.0
2023-08-29 09:36:29 +05:30
R. Ryantm
2d194c7262 git-branchless: 0.7.0 -> 0.7.1 2023-03-22 09:04:33 +00:00
R. Ryantm
253cdabfb6 git-branchless: 0.6.0 -> 0.7.0 2023-03-07 18:38:24 +08:00
AndersonTorres
d994dabace treewide: remove git-and-tools directory
We do not use a "plugin system" for Git addons anymore, and therefore this
directory is no longer useful. Indeed that directory is way more confusing,
given that it includes more than mere Git addons, going from Bitbucket server
command-line tools to complete rewrites of Git in exotic programming languages.

Also, without this directory, the mental load of decision-making reduces a lot.
When anyone is interested in including a new git-related tool, just put it into
pkgs/applications/version-management, without apologies.
2022-12-19 15:05:22 -03:00