<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/lib, branch gitgui-0.17.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.17.0</id>
<link rel='self' href='https://git.shady.money/git/atom?h=gitgui-0.17.0'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2012-09-17T10:59:05Z</updated>
<entry>
<title>git-gui: remove .git/CHERRY_PICK_HEAD after committing</title>
<updated>2012-09-17T10:59:05Z</updated>
<author>
<name>Beat Bolli</name>
<email>bbolli@ewanet.ch</email>
</author>
<published>2012-08-18T20:28:00Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=5a5e4d2599faf51240e5c8f29645eeb2aedff5c2'/>
<id>urn:sha1:5a5e4d2599faf51240e5c8f29645eeb2aedff5c2</id>
<content type='text'>
Adding _git_ps1() to one's bash prompt displays various repo status
info after each command. After committing a git cherry-pick -n using
git-gui, the prompt still contains the "|CHERRY-PICKING" flag.

Delete the file causing this flag when cleaning up.

Signed-off-by: Beat Bolli &lt;bbolli@ewanet.ch&gt;
Signed-off-by: Pat Thoyts &lt;patthoyts@users.sourceforge.net&gt;
</content>
</entry>
<entry>
<title>git-gui: Fix a loose/lose mistake</title>
<updated>2012-09-17T10:53:37Z</updated>
<author>
<name>Beat Bolli</name>
<email>bbolli@ewanet.ch</email>
</author>
<published>2012-08-18T20:24:00Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=9ef750875abd9cc41d733131a2851b5165fc2197'/>
<id>urn:sha1:9ef750875abd9cc41d733131a2851b5165fc2197</id>
<content type='text'>
Acked-by: Junio C Hamano &lt;gitster@pobox.com&gt;
Signed-off-by: Beat Bolli &lt;bbolli@ewanet.ch&gt;
Signed-off-by: Pat Thoyts &lt;patthoyts@users.sourceforge.net&gt;
</content>
</entry>
<entry>
<title>git-gui: fix git-gui crash due to uninitialized variable</title>
<updated>2012-01-22T23:16:03Z</updated>
<author>
<name>Clemens Buchacher</name>
<email>drizzd@aon.at</email>
</author>
<published>2012-01-21T17:57:28Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=ba5d445b653f874d9e4f2fd97fdd87438f45a70d'/>
<id>urn:sha1:ba5d445b653f874d9e4f2fd97fdd87438f45a70d</id>
<content type='text'>
Recently, a clone initiated via git gui on Windows crashed on me due to
an "unknown variable cdone". It turns out that there is a code path
where this variable is used uninitialized.

Signed-off-by: Clemens Buchacher &lt;drizzd@aon.at&gt;
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='https://git.shady.money/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: 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='https://git.shady.money/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='https://git.shady.money/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='https://git.shady.money/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='https://git.shady.money/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='https://git.shady.money/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>
<entry>
<title>git-gui: fix spelling error in sshkey.tcl</title>
<updated>2011-10-31T08:58:18Z</updated>
<author>
<name>Dejan Ribič</name>
<email>dejan.ribic@gmail.com</email>
</author>
<published>2011-10-30T17:18:44Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=4198579b0a35edfc17e77ba11be3f801e89205ab'/>
<id>urn:sha1:4198579b0a35edfc17e77ba11be3f801e89205ab</id>
<content type='text'>
Spelling error originally reported to Ubuntu as launchpad bug #879427.

Acked-by: Erik Faye-Lund &lt;kusmabite@gmail.com&gt;
Signed-off-by: Dejan Ribič &lt;dejan.ribic@gmail.com&gt;
Signed-off-by: Pat Thoyts &lt;patthoyts@users.sourceforge.net&gt;
</content>
</entry>
</feed>
