On Jul 22, 2008, at 2:58 AM, Eric Raible wrote:
Sorry, but I didn't have time to track this down,
and bisect was mostly useless because intermediate
states didn't even compile.
Are you on branch devel in msysgit (the superproject)?
/usr/git [next] % git remote show origin
* remote origin
URL: http://repo.or.cz/r/git/mingw/4msysgit.git/
Remote branch merged with 'git pull' while on branch master
master
Remote branch merged with 'git pull' while on branch next
next
Tracked remote branches
cca/git.el daemon devel [snipped]
/usr/git [next] % git branch
eric-work
master
* next
pu
/usr/git [next] % git version
git version 1.5.6.3.1685.g218e7
/usr/git [next] % git help add
warning: failed to exec 'man': No such file or directory
fatal: no man viewer handled the request
/usr/git [next] %
On branch devel, /etc/gitconfig sets HTML as the default help format.
Steffen