<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git, branch gitgui-0.13.0</title>
<subtitle>Fork of git SCM with my patches.</subtitle>
<id>http://git.kilabit.info/git/atom?h=gitgui-0.13.0</id>
<link rel='self' href='http://git.kilabit.info/git/atom?h=gitgui-0.13.0'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/'/>
<updated>2010-09-14T21:42:37Z</updated>
<entry>
<title>git-gui 0.13</title>
<updated>2010-09-14T21:42:37Z</updated>
<author>
<name>Pat Thoyts</name>
<email>patthoyts@users.sourceforge.net</email>
</author>
<published>2010-09-14T21:42:37Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=00e9de72c8f9b7c048bb56a59be9567d69dc1e01'/>
<id>urn:sha1:00e9de72c8f9b7c048bb56a59be9567d69dc1e01</id>
<content type='text'>
Signed-off-by: Pat Thoyts &lt;patthoyts@users.sourceforge.net&gt;
</content>
</entry>
<entry>
<title>git-gui: avoid mis-encoding the copyright message on Windows.</title>
<updated>2010-09-13T19:41:42Z</updated>
<author>
<name>Pat Thoyts</name>
<email>patthoyts@users.sourceforge.net</email>
</author>
<published>2010-09-13T19:41:42Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=2473543caabe63a9787e7ac42765c8f7169d7197'/>
<id>urn:sha1:2473543caabe63a9787e7ac42765c8f7169d7197</id>
<content type='text'>
On Windows the tcl script file will use the system encoding and attempting
to convert the copyright mis-encodes the string. Instead, keep the message
as ASCII and substitute in the correct unicode character when running.

Signed-off-by: Pat Thoyts &lt;patthoyts@users.sourceforge.net&gt;
</content>
</entry>
<entry>
<title>git-gui: Update Swedish translation (521t).</title>
<updated>2010-09-13T18:25:55Z</updated>
<author>
<name>Peter Krefting</name>
<email>peter@softwolves.pp.se</email>
</author>
<published>2010-09-12T20:13:29Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=421a31e22dc7b130b7ce239f7fbc28e43c9556c3'/>
<id>urn:sha1:421a31e22dc7b130b7ce239f7fbc28e43c9556c3</id>
<content type='text'>
Signed-off-by: Peter Krefting &lt;peter@softwolves.pp.se&gt;
Signed-off-by: Pat Thoyts &lt;patthoyts@users.sourceforge.net&gt;
</content>
</entry>
<entry>
<title>git-gui: ensure correct application termination in git-gui--askpass</title>
<updated>2010-08-18T22:19:24Z</updated>
<author>
<name>Pat Thoyts</name>
<email>patthoyts@users.sourceforge.net</email>
</author>
<published>2010-08-18T22:19:24Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=aef0b48ef05b5980d2f3a1e4bc14b70d9688d59b'/>
<id>urn:sha1:aef0b48ef05b5980d2f3a1e4bc14b70d9688d59b</id>
<content type='text'>
With Tk 8.5 the askpass utility can hang waiting for the wish shell
implicit event loop to exit. This patch uses an explicit event loop
to ensure correct application termination.

Reported-by: Anders Kaseorg &lt;andersk@mit.edu&gt;
Tested-by: Jonathan Nieder &lt;jrnieder@gmail.com&gt;
Signed-off-by: Pat Thoyts &lt;patthoyts@users.sourceforge.net&gt;
</content>
</entry>
<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='http://git.kilabit.info/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='http://git.kilabit.info/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: display error launching blame as a message box.</title>
<updated>2010-08-07T23:07:43Z</updated>
<author>
<name>Pat Thoyts</name>
<email>patthoyts@users.sourceforge.net</email>
</author>
<published>2010-08-07T23:07:43Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=780777720a1ded770be7653cee0dc9777f14f07f'/>
<id>urn:sha1:780777720a1ded770be7653cee0dc9777f14f07f</id>
<content type='text'>
This does not appear to Windows users and can follow the form of the fatal
error messages near the top of the script file.

Signed-off-by: Pat Thoyts &lt;patthoyts@users.sourceforge.net&gt;
</content>
</entry>
<entry>
<title>git-gui: Make usage statement visible on Windows.</title>
<updated>2010-08-07T23:07:01Z</updated>
<author>
<name>Pat Thoyts</name>
<email>patthoyts@users.sourceforge.net</email>
</author>
<published>2010-08-07T23:07:01Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=ea47503d4dc80db54dbb8e568f7a7058ec25bacb'/>
<id>urn:sha1:ea47503d4dc80db54dbb8e568f7a7058ec25bacb</id>
<content type='text'>
On Windows stdout and stderr are not connected to anything so the usage
statement is never shown to the user when an error is made with a command
line like 'git gui browser'. Use a messagebox on windows.

Signed-off-by: Pat Thoyts &lt;patthoyts@users.sourceforge.net&gt;
</content>
</entry>
<entry>
<title>git-gui: fix size and position of window panes on startup</title>
<updated>2010-08-02T12:42:45Z</updated>
<author>
<name>Pat Thoyts</name>
<email>patthoyts@users.sourceforge.net</email>
</author>
<published>2010-08-02T12:42:45Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=2810a58dba6d06f4d1816fb06500c117feebd830'/>
<id>urn:sha1:2810a58dba6d06f4d1816fb06500c117feebd830</id>
<content type='text'>
The themed panedwindow needs to have the sash position set after the
widget has been mapped therefore apply this setting in the Map event
binding. To avoid visible redraws as the application is constructed
the main window should be withdrawn until all the widgets have been added

Signed-off-by: Pat Thoyts &lt;patthoyts@users.sourceforge.net&gt;
</content>
</entry>
<entry>
<title>git-gui: mc cannot be used before msgcat has been loaded</title>
<updated>2010-08-02T11:13:05Z</updated>
<author>
<name>Pat Thoyts</name>
<email>patthoyts@users.sourceforge.net</email>
</author>
<published>2010-08-02T11:13:05Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=9cb268c426ccb2bb836418caad669476b5dd1933'/>
<id>urn:sha1:9cb268c426ccb2bb836418caad669476b5dd1933</id>
<content type='text'>
If someone attempts to use an older version that Tk 8.4 the error was
masked by the lack of a mc command.

Signed-off-by: Pat Thoyts &lt;patthoyts@users.sourceforge.net&gt;
</content>
</entry>
</feed>
