<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/windows, branch gitgui-0.12.0</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=gitgui-0.12.0</id>
<link rel='self' href='https://git.shady.money/git/atom?h=gitgui-0.12.0'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2008-07-30T05:43:37Z</updated>
<entry>
<title>git-gui (Windows): Change wrapper to execdir 'libexec/git-core'</title>
<updated>2008-07-30T05:43:37Z</updated>
<author>
<name>Steffen Prohaska</name>
<email>prohaska@zib.de</email>
</author>
<published>2008-07-27T16:49:43Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=5fc6edab76ea16c5fad7138389c2fcc2076534e7'/>
<id>urn:sha1:5fc6edab76ea16c5fad7138389c2fcc2076534e7</id>
<content type='text'>
git-gui needs bindir in PATH to be able to run 'git'.  bindir
however is not necessarily in PATH if started directly through a
Windows shortcut.  Therefore, we used to add the directory
git-gui is located in.  But with the new 'libexec/git-core'
layout this directory is no longer identical to bindir.

This commit modifies the wrapper script to discover the bindir
and add it to PATH.

Signed-off-by: Steffen Prohaska &lt;prohaska@zib.de&gt;
Signed-off-by: Shawn O. Pearce &lt;spearce@spearce.org&gt;
</content>
</entry>
<entry>
<title>git-gui: add mingw specific startup wrapper</title>
<updated>2007-10-10T07:50:01Z</updated>
<author>
<name>Steffen Prohaska</name>
<email>prohaska@zib.de</email>
</author>
<published>2007-10-10T06:58:59Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=99fe594d9677d55d773db3ab180310a3d3bf090b'/>
<id>urn:sha1:99fe594d9677d55d773db3ab180310a3d3bf090b</id>
<content type='text'>
The wrapper adds the directory it is installed in to PATH.
This is required for the git commands implemented in shell.
git-gui fails to launch them if PATH is not modified.

The wrapper script also accepts an optional command line
switch '--working-dir &lt;dir&gt;' and changes to &lt;dir&gt; before
launching the actual git-gui. This is required to implement
the "Git Gui Here" Explorer shell extension.

As a last step the original git-gui script is launched,
which is expected to be located in the same directory
under the name git-gui.tcl.

Signed-off-by: Steffen Prohaska &lt;prohaska@zib.de&gt;
Signed-off-by: Shawn O. Pearce &lt;spearce@spearce.org&gt;
</content>
</entry>
</feed>
