<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/lib, branch gitgui-0.13.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.13.0</id>
<link rel='self' href='https://git.shady.money/git/atom?h=gitgui-0.13.0'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2010-08-12T20:37:32Z</updated>
<entry>
<title>git-gui: handle textconv filter on Windows and in development</title>
<updated>2010-08-12T20:37:32Z</updated>
<author>
<name>Pat Thoyts</name>
<email>patthoyts@users.sourceforge.net</email>
</author>
<published>2010-08-07T19:32:13Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=d5257fb3c1decc1eff296a0ae2afbcaee28d0f2c'/>
<id>urn:sha1:d5257fb3c1decc1eff296a0ae2afbcaee28d0f2c</id>
<content type='text'>
When developing/testing we run git-gui.sh directly and the makefile
configured variables are not properly set. Configure the new shellpath
accessor to handle this case.

On Windows we may not find the shell so in this case revert to simply
executing the filter command without the shell intermediate.

Signed-off-by: Pat Thoyts &lt;patthoyts@users.sourceforge.net&gt;
</content>
</entry>
<entry>
<title>git-gui: use shell to launch textconv filter in "blame"</title>
<updated>2010-08-12T20:35:09Z</updated>
<author>
<name>Matthieu Moy</name>
<email>Matthieu.Moy@imag.fr</email>
</author>
<published>2010-08-05T10:05:22Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=62f9a632c819bd53a5b7dbe40409ab086a4bce10'/>
<id>urn:sha1:62f9a632c819bd53a5b7dbe40409ab086a4bce10</id>
<content type='text'>
The textconv filters may include multiple arguments and may make use
of unix shell features. To maintain compatibility with 'git blame'
ensure these commands are passed through bash.

Reported-by: Kirill Smelkov &lt;kirr@landau.phys.spbu.ru&gt;
Signed-off-by: Matthieu Moy &lt;Matthieu.Moy@imag.fr&gt;
Signed-off-by: Pat Thoyts &lt;patthoyts@users.sourceforge.net&gt;
</content>
</entry>
<entry>
<title>git-gui: use textconv filter for diff and blame</title>
<updated>2010-07-30T09:05:27Z</updated>
<author>
<name>Clément Poulain</name>
<email>clement.poulain@ensimag.imag.fr</email>
</author>
<published>2010-07-30T08:11:02Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=1fbaccad4dd8d6a9a893843c73f3e47c4ba8b717'/>
<id>urn:sha1:1fbaccad4dd8d6a9a893843c73f3e47c4ba8b717</id>
<content type='text'>
Create a checkbox "Use Textconv For Diffs and Blame" in git-gui options.
If checked and if the driver for the concerned file exists, git-gui calls diff
and blame with --textconv option

Signed-off-by: Clément Poulain &lt;clement.poulain@ensimag.imag.fr&gt;
Signed-off-by: Diane Gasselin &lt;diane.gasselin@ensimag.imag.fr&gt;
Signed-off-by: Axel Bonnet &lt;axel.bonnet@ensimag.imag.fr&gt;
Signed-off-by: Matthieu Moy &lt;Matthieu.Moy@imag.fr&gt;
Signed-off-by: Pat Thoyts &lt;patthoyts@users.sourceforge.net&gt;
</content>
</entry>
<entry>
<title>git-gui: Avoid using the &lt;&lt;Copy&gt;&gt; binding as a menu accelerator on win32</title>
<updated>2010-07-30T09:05:27Z</updated>
<author>
<name>Pat Thoyts</name>
<email>patthoyts@users.sourceforge.net</email>
</author>
<published>2010-03-08T12:43:27Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=85123549f005ebdfb55a5cbd738c3237aaed6eff'/>
<id>urn:sha1:85123549f005ebdfb55a5cbd738c3237aaed6eff</id>
<content type='text'>
On Windows the Control-C binding is used to copy and is mapped to the Tk
virtual event &lt;&lt;Copy&gt;&gt;. In the initial git-gui dialog this is also bound
as an accelerator for the Clone menu item. The effect is that both bindings
run, copying the text but resetting the clone page or switching to the clone
page when the user tries to copy text from one of the entry fields.
This patch avoids this by using Control-L instead for Windows only.

Signed-off-by: Pat Thoyts &lt;patthoyts@users.sourceforge.net&gt;
</content>
</entry>
<entry>
<title>git-gui: fix shortcut creation on cygwin</title>
<updated>2010-07-30T09:05:26Z</updated>
<author>
<name>Heiko Voigt</name>
<email>hvoigt@hvoigt.net</email>
</author>
<published>2010-02-27T20:48:48Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=fc17e5e5bdb5b4a36c10c2948b8b8db8a12a4b35'/>
<id>urn:sha1:fc17e5e5bdb5b4a36c10c2948b8b8db8a12a4b35</id>
<content type='text'>
When the user tried to create a desktop icon with git gui on cygwin
wscript was complaining about an unknown option and displaying the
non-native path as such.

Signed-off-by: Heiko Voigt &lt;hvoigt@hvoigt.net&gt;
Signed-off-by: Johannes Schindelin &lt;johannes.schindelin@gmx.de&gt;
Signed-off-by: Pat Thoyts &lt;patthoyts@users.sourceforge.net&gt;
</content>
</entry>
<entry>
<title>git-gui: fix usage of _gitworktree when creating shortcut for windows</title>
<updated>2010-07-30T08:57:26Z</updated>
<author>
<name>Heiko Voigt</name>
<email>hvoigt@hvoigt.net</email>
</author>
<published>2010-02-27T20:45:51Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=a197b1e89a1c779e69c5ce8746f13b48158030ac'/>
<id>urn:sha1:a197b1e89a1c779e69c5ce8746f13b48158030ac</id>
<content type='text'>
This fixes msysGit issue 425.

Signed-off-by: Heiko Voigt &lt;heiko.voigt@mahr.de&gt;
Signed-off-by: Johannes Schindelin &lt;johannes.schindelin@gmx.de&gt;
Signed-off-by: Pat Thoyts &lt;patthoyts@users.sourceforge.net&gt;
</content>
</entry>
<entry>
<title>git-gui: fix usage of themed widgets variable</title>
<updated>2010-07-10T22:41:54Z</updated>
<author>
<name>Heiko Voigt</name>
<email>hvoigt@hvoigt.net</email>
</author>
<published>2010-02-20T13:38:38Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=b963d11827c79fbd14f5b4438cca8298145192be'/>
<id>urn:sha1:b963d11827c79fbd14f5b4438cca8298145192be</id>
<content type='text'>
There was one forgotten global so NS was not visible to the method
which resulted in an error.

Signed-off-by: Heiko Voigt &lt;hvoigt@hvoigt.net&gt;
</content>
</entry>
<entry>
<title>git-gui: use themed tk widgets with Tk 8.5</title>
<updated>2010-01-28T01:13:52Z</updated>
<author>
<name>Pat Thoyts</name>
<email>patthoyts@users.sourceforge.net</email>
</author>
<published>2010-01-26T00:05:31Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=c80d7be5e1e0d110ea77cd41f658aabe5bcad0d8'/>
<id>urn:sha1:c80d7be5e1e0d110ea77cd41f658aabe5bcad0d8</id>
<content type='text'>
This patch enables the use of themed Tk widgets with Tk 8.5 and above.
These make a significant difference on Windows in making the
application appear native. On Windows and MacOSX ttk defaults to the
native look as much as possible. On X11 the user may select a theme
using the TkTheme XRDB resource class by adding an line to the
.Xresources file. The set of installed theme names is available using
the Tk command 'ttk::themes'. The default on X11 is similar to the current
un-themed style - a kind of thin bordered motif look.

A new git config variable 'gui.usettk' may be set to disable this if
the user prefers the classic Tk look. Using Tk 8.4 will also avoid the
use of themed widgets as these are only available since 8.5.

Some support is included for Tk 8.6 features (themed spinbox and native
font chooser for MacOSX and Windows).

Signed-off-by: Pat Thoyts &lt;patthoyts@users.sourceforge.net&gt;
Signed-off-by: Shawn O. Pearce &lt;spearce@spearce.org&gt;
</content>
</entry>
<entry>
<title>git-gui: update shortcut tools to use _gitworktree</title>
<updated>2010-01-23T23:15:55Z</updated>
<author>
<name>Giuseppe Bilotta</name>
<email>giuseppe.bilotta@gmail.com</email>
</author>
<published>2010-01-23T10:03:38Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=3748b03d92c3dcefcc65739f73ae0a1382a7da20'/>
<id>urn:sha1:3748b03d92c3dcefcc65739f73ae0a1382a7da20</id>
<content type='text'>
Signed-off-by: Giuseppe Bilotta &lt;giuseppe.bilotta@gmail.com&gt;
Signed-off-by: Shawn O. Pearce &lt;spearce@spearce.org&gt;
</content>
</entry>
<entry>
<title>git-gui: Support applying a range of changes at once</title>
<updated>2010-01-23T23:14:15Z</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@unpythonic.net</email>
</author>
<published>2009-12-08T00:22:43Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=ff07c3b6210fbebf07ce2820b5a9a95f0583ad8d'/>
<id>urn:sha1:ff07c3b6210fbebf07ce2820b5a9a95f0583ad8d</id>
<content type='text'>
Multiple lines can be selected in the diff viewer and applied all
at once, rather than selecting "Stage Line For Commit" on each
individual line.

Signed-off-by: Jeff Epler &lt;jepler@unpythonic.net&gt;
Signed-off-by: Shawn O. Pearce &lt;spearce@spearce.org&gt;
</content>
</entry>
</feed>
