<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/lib, branch gitgui-0.18.0</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://www.git.shady.money/git/atom?h=gitgui-0.18.0</id>
<link rel='self' href='https://www.git.shady.money/git/atom?h=gitgui-0.18.0'/>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/'/>
<updated>2013-06-15T22:36:27Z</updated>
<entry>
<title>git-gui: avoid an error message when removing the last remote</title>
<updated>2013-06-15T22:36:27Z</updated>
<author>
<name>Pat Thoyts</name>
<email>patthoyts@users.sourceforge.net</email>
</author>
<published>2013-06-15T22:36:27Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=5c37033edf7963616038ff8b980047d5671e168e'/>
<id>urn:sha1:5c37033edf7963616038ff8b980047d5671e168e</id>
<content type='text'>
When the last remote is removed on a system that has tearoff menu items
the code that adjusts the fetch and prune menus may raise an error when
probing the menu entry for a non-existing -label option.
Check the entry type to avoid this fault.

Reported-by: Vedran Miletić &lt;rivanvx@gmail.com&gt;
Signed-off-by: Pat Thoyts &lt;patthoyts@users.sourceforge.net&gt;
</content>
</entry>
<entry>
<title>git-gui: change dialog button positions for Windows to suit platform.</title>
<updated>2013-05-17T09:51:01Z</updated>
<author>
<name>Pat Thoyts</name>
<email>patthoyts@users.sourceforge.net</email>
</author>
<published>2013-05-17T09:51:01Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=ed05e9f6c027a23ce45bcdbac4196058ed5d0e07'/>
<id>urn:sha1:ed05e9f6c027a23ce45bcdbac4196058ed5d0e07</id>
<content type='text'>
On windows it is more common to have cancel furthest on the right.

Signed-off-by: Pat Thoyts &lt;patthoyts@users.sourceforge.net&gt;
</content>
</entry>
<entry>
<title>git-gui: allow "\ No newline at end of file" for linewise staging</title>
<updated>2013-05-16T22:40:59Z</updated>
<author>
<name>Heiko Voigt</name>
<email>hvoigt@hvoigt.net</email>
</author>
<published>2013-05-09T16:30:02Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=1fcd24d04358ea10c296a414e2b93f3714adca4b'/>
<id>urn:sha1:1fcd24d04358ea10c296a414e2b93f3714adca4b</id>
<content type='text'>
Counting of lines did not skip this line when generating the hunk
header.

Acked-by: Tobias Preuss &lt;tobias.preuss@googlemail.com&gt;
Signed-off-by: Heiko Voigt &lt;hvoigt@hvoigt.net&gt;
Signed-off-by: Pat Thoyts &lt;patthoyts@users.sourceforge.net&gt;
</content>
</entry>
<entry>
<title>git-gui: fix the mergetool launcher for the Beyond Compare tool.</title>
<updated>2013-02-22T20:13:21Z</updated>
<author>
<name>Pat Thoyts</name>
<email>patthoyts@users.sourceforge.net</email>
</author>
<published>2013-02-22T20:13:21Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=60468d6c893a6ad8795869d979a601e47cb90732'/>
<id>urn:sha1:60468d6c893a6ad8795869d979a601e47cb90732</id>
<content type='text'>
When using Beyond Compare as the mergetool it fails to save the merged
result correctly due to a quoting problem when executing the tool.
This patch solves the quoting problem.

Signed-off-by: Warren Falk &lt;warren@warrenfalk.com&gt;
Signed-off-by: Pat Thoyts &lt;patthoyts@users.sourceforge.net&gt;
</content>
</entry>
<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://www.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://www.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://www.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://www.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://www.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://www.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>
</feed>
