Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

git help command broken in 1.7.11 #19

Closed
patthoyts opened this issue Jun 21, 2012 · 4 comments
Closed

git help command broken in 1.7.11 #19

patthoyts opened this issue Jun 21, 2012 · 4 comments

Comments

@patthoyts
Copy link
Member

The git help and git --help mechanism is broken in Git 1.7.11

C:\Program Files (x86)\Git\libexec>git help clone
warning: failed to exec 'man': No such file or directory
fatal: no man viewer handled the request

The underlying web-page launcher is ok - for some reason we are looking for 'man' instead of web--browse to show the help.

@patthoyts
Copy link
Member Author

Git for Windows uses a system config /help.format/ to specify that the default help viewer should be the web browser. git config --get help.format returns html as expected so something has changed in the git-help command. It looks like commit 1cc8af0 "help: use HTML as the default help format on Windows" is a likely candidate and has possibly broken the use of the config option.

@patthoyts
Copy link
Member Author

This can be fixed by setting a new value in the Makefile to set the compiled default to html for msys builds. A separate fix to go to upstream git will also restore the use of the help.format config variable.

patthoyts added a commit that referenced this issue Jun 21, 2012
This resolves issue #19 by setting the compiled default to html in msys
builds following the changes introduced by commit
1cc8af0 "help: use HTML as the default help format on Windows"

Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
@svick
Copy link

svick commented Jun 25, 2012

Thanks, 68b7ef2 fixed this for me.

@sschuberth
Copy link

The fix is included in version 1.7.11-preview20120704.

patthoyts added a commit that referenced this issue Oct 2, 2012
This resolves issue #19 by setting the compiled default to html in msys
builds following the changes introduced by commit
1cc8af0 "help: use HTML as the default help format on Windows"

Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
patthoyts added a commit that referenced this issue Oct 23, 2012
This resolves issue #19 by setting the compiled default to html in msys
builds following the changes introduced by commit
1cc8af0 "help: use HTML as the default help format on Windows"

Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
patthoyts added a commit that referenced this issue Dec 3, 2012
This resolves issue #19 by setting the compiled default to html in msys
builds following the changes introduced by commit
1cc8af0 "help: use HTML as the default help format on Windows"

Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
patthoyts added a commit that referenced this issue Jan 4, 2013
This resolves issue #19 by setting the compiled default to html in msys
builds following the changes introduced by commit
1cc8af0 "help: use HTML as the default help format on Windows"

Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
patthoyts added a commit that referenced this issue Jan 16, 2013
This resolves issue #19 by setting the compiled default to html in msys
builds following the changes introduced by commit
1cc8af0 "help: use HTML as the default help format on Windows"

Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
patthoyts added a commit that referenced this issue Feb 1, 2013
This resolves issue #19 by setting the compiled default to html in msys
builds following the changes introduced by commit
1cc8af0 "help: use HTML as the default help format on Windows"

Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
patthoyts added a commit that referenced this issue May 26, 2013
This resolves issue #19 by setting the compiled default to html in msys
builds following the changes introduced by commit
1cc8af0 "help: use HTML as the default help format on Windows"

Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
patthoyts added a commit that referenced this issue May 29, 2013
This resolves issue #19 by setting the compiled default to html in msys
builds following the changes introduced by commit
1cc8af0 "help: use HTML as the default help format on Windows"

Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
patthoyts added a commit that referenced this issue Jun 7, 2013
This resolves issue #19 by setting the compiled default to html in msys
builds following the changes introduced by commit
1cc8af0 "help: use HTML as the default help format on Windows"

Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants