Bad Man Page URLs
From: David E. Wheeler <hidden>
Date: 2016-06-15 22:53:28
Hello, I noticed this in 1.7.7.3, but just rebuilt 1.7.9.6 from source on OS X Lion and am still seeing it. These are the links at the end of `man git`:
NOTES
1. Everyday Git
file:///home/junio/share/doc/git-doc/everyday.html
2. Git User's Manual
file:///home/junio/share/doc/git-doc/user-manual.html
3. git concepts chapter of the user-manual
file:///home/junio/share/doc/git-doc/user-manual.html#git-concepts
4. howto
file:///home/junio/share/doc/git-doc/howto-index.html
5. GIT API documentation
file:///home/junio/share/doc/git-doc/technical/api-index.html
6. git@vger.kernel.org
mailto:git@vger.kernel.orgThose URLs are sadly not useful. :-( FYI, here’s the script I use to build Git: https://github.com/theory/my-cap/blob/master/bin/git.sh Note that the man pages are installed with these two lines: curl -O http://git-core.googlecode.com/files/git-manpages-$VERSION.tar.gz sudo tar xzv -C /usr/local/share/man -f git-manpages-$VERSION.tar.gz Is there a bug reporting system I should report this to? Thanks, David