alpine-docker / git

A useful simple git container running in alpine linux, especially for tiny linux distro, such as RancherOS, which don't have package manager.
Apache License 2.0
155 stars 86 forks source link

Manpages/Help are absent from git commands #24

Closed MalikKillian closed 4 years ago

MalikKillian commented 4 years ago

git help works fine but that is probably built into Git itself. Running a command like git help add will result in:

warning: failed to exec 'man': No such file or directory
fatal: no man viewer handled the request
ozbillwang commented 4 years ago

This is a toolbox container only and hope to keep it size smaller.