<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git, branch gitgui-0.16.0</title>
<subtitle>Fork of git SCM with my patches.</subtitle>
<id>http://git.kilabit.info/git/atom?h=gitgui-0.16.0</id>
<link rel='self' href='http://git.kilabit.info/git/atom?h=gitgui-0.16.0'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/'/>
<updated>2011-12-13T23:44:30Z</updated>
<entry>
<title>git-gui 0.16</title>
<updated>2011-12-13T23:44:30Z</updated>
<author>
<name>Pat Thoyts</name>
<email>patthoyts@users.sourceforge.net</email>
</author>
<published>2011-12-13T23:44:30Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=942e6baa92846e5628752c65a22bc4957d8de4d0'/>
<id>urn:sha1:942e6baa92846e5628752c65a22bc4957d8de4d0</id>
<content type='text'>
Signed-off-by: Pat Thoyts &lt;patthoyts@users.sourceforge.net&gt;
</content>
</entry>
<entry>
<title>git-gui: handle shell script text filters when loading for blame.</title>
<updated>2011-12-09T15:14:32Z</updated>
<author>
<name>Pat Thoyts</name>
<email>patthoyts@users.sourceforge.net</email>
</author>
<published>2011-12-09T15:14:32Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=7d076d56757c238aa1b90534cd0d2450528b3580'/>
<id>urn:sha1:7d076d56757c238aa1b90534cd0d2450528b3580</id>
<content type='text'>
When loading a file into the blame window git-gui does all the work and
must handle the text conversion filters if defined. On Windows it is
necessary to detect the need for a shell script explicitly.

Such filter commands are run using non-blocking I/O but this has the
unfortunate side effect of losing any error that might be reported when
the pipe is closed. Switching to blocking mode just before closing
enables reporting of errors in the filter scripts to the user.

Tested-by: Sebastian Schuberth &lt;sschuberth@gmail.com&gt;
Signed-off-by: Pat Thoyts &lt;patthoyts@users.sourceforge.net&gt;
</content>
</entry>
<entry>
<title>git-gui: Set both 16x16 and 32x32 icons on X to pacify Xming.</title>
<updated>2011-12-07T12:48:34Z</updated>
<author>
<name>Samuel Bronson</name>
<email>naesten@gmail.com</email>
</author>
<published>2011-12-07T12:48:04Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=215d4fdbaa9d32459cc199667970dc7f63d94982'/>
<id>urn:sha1:215d4fdbaa9d32459cc199667970dc7f63d94982</id>
<content type='text'>
It would be better if the 32x32 icon was equivalent to the one used on
Windows (in git-gui.ico), but I'm not sure how that would best be done,
so I copied this code from gitk instead.

Signed-off-by: Samuel Bronson &lt;naesten@gmail.com&gt;
Signed-off-by: Pat Thoyts &lt;patthoyts@users.sourceforge.net&gt;
</content>
</entry>
<entry>
<title>git-gui: added config gui.gcwarning to disable the gc hint message</title>
<updated>2011-11-30T14:37:26Z</updated>
<author>
<name>Pat Thoyts</name>
<email>patthoyts@users.sourceforge.net</email>
</author>
<published>2011-11-29T09:27:17Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=af867683345838f1adc606618e873ae4387a3c81'/>
<id>urn:sha1:af867683345838f1adc606618e873ae4387a3c81</id>
<content type='text'>
On startup in multicommit mode git-gui checks to see if the repository
has a lot of objects. If so it shows a dialog suggesting gc be run.
This adds 'gui.gcwarning' as a control config variable to allow this
to be disabled. The default is true (the warning is shown). Setting this
false will prevent the check being done.

Signed-off-by: Pat Thoyts &lt;patthoyts@users.sourceforge.net&gt;
</content>
</entry>
<entry>
<title>git-gui: set whitespace warnings appropriate to this project</title>
<updated>2011-11-30T11:35:28Z</updated>
<author>
<name>Pat Thoyts</name>
<email>patthoyts@users.sourceforge.net</email>
</author>
<published>2011-11-30T11:35:28Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=6f01e20e25f7a164cb27067c690aa49d4cb5178e'/>
<id>urn:sha1:6f01e20e25f7a164cb27067c690aa49d4cb5178e</id>
<content type='text'>
Signed-off-by: Pat Thoyts &lt;patthoyts@users.sourceforge.net&gt;
</content>
</entry>
<entry>
<title>git-gui: don't warn for detached head when rebasing</title>
<updated>2011-11-05T00:39:04Z</updated>
<author>
<name>Bert Wesarg</name>
<email>bert.wesarg@googlemail.com</email>
</author>
<published>2011-10-22T19:39:40Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=d8d166bf0950889743695174e55ea9201e9db9cd'/>
<id>urn:sha1:d8d166bf0950889743695174e55ea9201e9db9cd</id>
<content type='text'>
Signed-off-by: Bert Wesarg &lt;bert.wesarg@googlemail.com&gt;
Signed-off-by: Pat Thoyts &lt;patthoyts@users.sourceforge.net&gt;
</content>
</entry>
<entry>
<title>git-gui: make config gui.warndetachedcommit a boolean</title>
<updated>2011-11-05T00:39:03Z</updated>
<author>
<name>Bert Wesarg</name>
<email>bert.wesarg@googlemail.com</email>
</author>
<published>2011-10-22T19:39:39Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=f49517a862529f8f0898c414113a45f40cc54565'/>
<id>urn:sha1:f49517a862529f8f0898c414113a45f40cc54565</id>
<content type='text'>
Signed-off-by: Bert Wesarg &lt;bert.wesarg@googlemail.com&gt;
Signed-off-by: Pat Thoyts &lt;patthoyts@users.sourceforge.net&gt;
</content>
</entry>
<entry>
<title>git-gui: add config value gui.diffopts for passing additional diff options</title>
<updated>2011-11-05T00:38:01Z</updated>
<author>
<name>Tilman Vogel</name>
<email>tilman.vogel@web.de</email>
</author>
<published>2011-01-21T10:59:45Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=54531e7c7aeca965c23e60a6805059826a8de75a'/>
<id>urn:sha1:54531e7c7aeca965c23e60a6805059826a8de75a</id>
<content type='text'>
Signed-off-by: Tilman Vogel &lt;tilman.vogel@web.de&gt;
Signed-off-by: Pat Thoyts &lt;patthoyts@users.sourceforge.net&gt;
</content>
</entry>
<entry>
<title>git-gui: sort the numeric ansi codes</title>
<updated>2011-11-04T16:16:54Z</updated>
<author>
<name>Pat Thoyts</name>
<email>patthoyts@users.sourceforge.net</email>
</author>
<published>2010-11-19T22:22:20Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=3f2fb173ace1afa7040d31cd3239c6a9cac49006'/>
<id>urn:sha1:3f2fb173ace1afa7040d31cd3239c6a9cac49006</id>
<content type='text'>
This ensures that underline does not conflict with inverse colors.

Signed-off-by: Pat Thoyts &lt;patthoyts@users.sourceforge.net&gt;
</content>
</entry>
<entry>
<title>git-gui: support underline style when parsing diff output</title>
<updated>2011-11-04T16:16:52Z</updated>
<author>
<name>Pat Thoyts</name>
<email>patthoyts@users.sourceforge.net</email>
</author>
<published>2010-11-19T10:00:49Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=9af6413b96c85c9fcd9c34c015cd8fae0219ee04'/>
<id>urn:sha1:9af6413b96c85c9fcd9c34c015cd8fae0219ee04</id>
<content type='text'>
Suggested-by: Bert Wesarg &lt;bert.wesarg@googlemail.com&gt;
Signed-off-by: Pat Thoyts &lt;patthoyts@users.sourceforge.net&gt;
</content>
</entry>
</feed>
