Git’s manpages can be exported as an info manual called gitman
.
Magit’s own info manual links to nodes in that manual instead of the
actual manpages, simply because Info doesn’t support linking to
manpages.
Unfortunately some distributions do not install the gitman
manual by
default and you would have to install a separate documentation package
to get it.
Magit patches info, adding the ability to visit links to the gitman
info manual, by instead viewing the respective manpage. If you prefer
that approach, then set the value of magit-view-git-manual-method
to
one of the supported Emacs packages man
or woman
, e.g.:
(setq magit-view-git-manual-method 'man)