nixpkgs/pkgs/applications/version-management/git-branchless
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
..
default.nix git-branchless: install man pages 2024-02-16 23:39:16 +08:00