<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/git-gui.sh, branch gitgui-0.16.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.16.0</id>
<link rel='self' href='https://www.git.shady.money/git/atom?h=gitgui-0.16.0'/>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/'/>
<updated>2011-12-09T15:14:32Z</updated>
<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: 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='https://www.git.shady.money/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='https://www.git.shady.money/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: 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://www.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: 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://www.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>Merge branch 'bw/searching'</title>
<updated>2011-10-19T12:35:30Z</updated>
<author>
<name>Pat Thoyts</name>
<email>patthoyts@users.sourceforge.net</email>
</author>
<published>2011-10-19T12:35:30Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=ae6ec6124bb96157ca96bc90831b4874e8ad6789'/>
<id>urn:sha1:ae6ec6124bb96157ca96bc90831b4874e8ad6789</id>
<content type='text'>
</content>
</entry>
<entry>
<title>git-gui: new config to control staging of untracked files</title>
<updated>2011-10-18T08:44:10Z</updated>
<author>
<name>Bert Wesarg</name>
<email>bert.wesarg@googlemail.com</email>
</author>
<published>2011-10-14T19:25:21Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=bb196e2619652f02f3459ad9464a18ccdebe3ebf'/>
<id>urn:sha1:bb196e2619652f02f3459ad9464a18ccdebe3ebf</id>
<content type='text'>
The default is the current "ask".

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: handle config booleans without value</title>
<updated>2011-10-18T08:27:28Z</updated>
<author>
<name>Bert Wesarg</name>
<email>bert.wesarg@googlemail.com</email>
</author>
<published>2011-10-14T08:14:49Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=12b219f7f95f2d089e49140dcb1c2dd6259ff5cf'/>
<id>urn:sha1:12b219f7f95f2d089e49140dcb1c2dd6259ff5cf</id>
<content type='text'>
When git interprets a config variable without a value as bool it is considered
as true. But git-gui doesn't so until yet.

The value for boolean configs are also case-insensitive.

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: fix multi selected file operation</title>
<updated>2011-10-18T08:10:51Z</updated>
<author>
<name>Bert Wesarg</name>
<email>bert.wesarg@googlemail.com</email>
</author>
<published>2011-10-14T08:19:26Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=a8ca786991f7308ef12cb1d54ff5d28137c0feb1'/>
<id>urn:sha1:a8ca786991f7308ef12cb1d54ff5d28137c0feb1</id>
<content type='text'>
When staging a selection of files using Shift-Click to choose a range
of files then using Ctrl-T or the Stage To Commit menu item will stage
all the selected files. However if a non-sequential range is selected
using Ctrl-Click then all but the first name selected gets staged. This
commit fixes this to properly stage all selected files by explicitly
adding the path to the list before showing the diff.

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>Fix typo: existant-&gt;existent</title>
<updated>2011-07-11T10:26:47Z</updated>
<author>
<name>Dmitry Ivankov</name>
<email>divanorama@gmail.com</email>
</author>
<published>2011-06-16T12:22:39Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=c5c45e1a2ddc28101ad19615ef6f9e0e08822206'/>
<id>urn:sha1:c5c45e1a2ddc28101ad19615ef6f9e0e08822206</id>
<content type='text'>
This typo was discovered in core git sources.
Clean in it up in git-gui too.
There is just one occurence in a comment line.

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