FS#77165 - [git] Add `man` to optional dependencies
Attached to Project:
Arch Linux
Opened by Ricardo (MithicSpirit) - Tuesday, 17 January 2023, 15:01 GMT
Last edited by Buggy McBugFace (bugbot) - Saturday, 25 November 2023, 20:25 GMT
Opened by Ricardo (MithicSpirit) - Tuesday, 17 January 2023, 15:01 GMT
Last edited by Buggy McBugFace (bugbot) - Saturday, 25 November 2023, 20:25 GMT
|
Details
`man` should be a git optdepend as `--help` on the git
subcommands (e.g. `git pull --help`) requires `man` to work
properly. Without it, we get the following output
``` $ git pull --help warning: failed to exec 'man': No such file or directory fatal: no man viewer handled the request ``` Everything else still seems to work fine, so I don't think that this should be a hard dependency. |
This task depends upon
Closed by Buggy McBugFace (bugbot)
Saturday, 25 November 2023, 20:25 GMT
Reason for closing: Moved
Additional comments about closing: https://gitlab.archlinux.org/archlinux/p ackaging/packages/git/issues/4
Saturday, 25 November 2023, 20:25 GMT
Reason for closing: Moved
Additional comments about closing: https://gitlab.archlinux.org/archlinux/p ackaging/packages/git/issues/4
[1] https://archlinux.org/packages/community/any/bash-language-server/
[2] https://archlinux.org/packages/core/x86_64/man-db/
I believe that making man an optdepend on every package that provides a manpage would definitely be excessive.