Ticket #550 (closed enhancement: fixed)
Opened 4 years ago
Last modified 3 years ago
[git] is missing documentation
| Reported by: | diver | Owned by: | scottmc |
|---|---|---|---|
| Priority: | normal | Milestone: | Haiku Optional Packages |
| Component: | dev-vcs/git | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
E.g. git --help diff should show additional information about diff, but currently it just says that:
No manual entry for git diff
Change History
comment:1 Changed 4 years ago by diver
- Component changed from default to dev-vcs/git
comment:2 follow-up: ↓ 3 Changed 4 years ago by siarzhuk
comment:3 in reply to: ↑ 2 Changed 4 years ago by siarzhuk
Replying to siarzhuk:
FYI: r1795 introduced support for handling extended Git documentation.
Am 03.12.2011 22:32, Axel Dörfler wrote:
What about its HTML documentation? Since we don't even have a "man" command, that might be the better option :-)
And you can configure git to open a browser for a "git help" command.
By the way, Haiku has "Man" optional package. May be somebody create another GCI task about Git help HTML-izing for the "second wave" that come 16 December.
comment:4 Changed 3 years ago by augiedoggie
- Resolution set to fixed
- Status changed from new to closed
Documentation (including html) is being built from the gitdoc port. Perhaps it just needs to be added as a dependency for git in the haiku build system.

FYI: r1795 introduced support for handling extended Git documentation.