git-gui: Use mixed path for docs on Cygwin.
commitee40599330e75d9266672ed5031b3f75764fea3d
authorShawn O. Pearce <spearce@spearce.org>
Mon, 19 Feb 2007 00:06:09 +0000 (18 19:06 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Wed, 21 Feb 2007 05:11:01 +0000 (21 00:11 -0500)
tree8aa2a28604a4a681f230506a287059f908f398ed
parent372ef954a15c321a1065bf7e764449ce7767277f
git-gui: Use mixed path for docs on Cygwin.

The Firefox browser requires that a URL use / to delimit directories.
This is instead of \, as \ gets escaped by the browser into its hex
escape code and then relative URLs are incorrectly resolved, Firefox
no longer sees the directories for what they are.  Since we are
handing the browser a true URL, we better use the standard / for
directories.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
git-gui.sh