author | Shawn O. Pearce <spearce@spearce.org> | |
Mon, 19 Feb 2007 00:06:09 +0000 (19:06 -0500) | ||
committer | Shawn O. Pearce <spearce@spearce.org> | |
Wed, 21 Feb 2007 05:11:01 +0000 (00:11 -0500) | ||
commit | ee40599330e75d9266672ed5031b3f75764fea3d | |
tree | 8aa2a28604a4a681f230506a287059f908f398ed | tree | snapshot |
parent | 372ef954a15c321a1065bf7e764449ce7767277f | commit | diff |
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>
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 | diff | blob | history |