<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/git-gui.sh, branch gitgui-0.15.0</title>
<subtitle>Fork of git SCM with my patches.</subtitle>
<id>http://git.kilabit.info/git/atom?h=gitgui-0.15.0</id>
<link rel='self' href='http://git.kilabit.info/git/atom?h=gitgui-0.15.0'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/'/>
<updated>2011-10-19T12:35:30Z</updated>
<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='http://git.kilabit.info/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='http://git.kilabit.info/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='http://git.kilabit.info/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='http://git.kilabit.info/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='http://git.kilabit.info/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>
<entry>
<title>git-gui: warn when trying to commit on a detached head</title>
<updated>2011-05-20T21:49:15Z</updated>
<author>
<name>Heiko Voigt</name>
<email>hvoigt@hvoigt.net</email>
</author>
<published>2011-02-15T19:43:54Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=e34789cc8ba45d5491c007274b41849d3b0b84b7'/>
<id>urn:sha1:e34789cc8ba45d5491c007274b41849d3b0b84b7</id>
<content type='text'>
The commandline is already warning when checking out a detached head.
Since the only thing thats potentially dangerous is to create commits
on a detached head lets warn in case the user is about to do that.

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: detect the use of MUI langauge packs on Windows</title>
<updated>2011-03-25T08:26:31Z</updated>
<author>
<name>Pat Thoyts</name>
<email>patthoyts@users.sourceforge.net</email>
</author>
<published>2011-02-18T13:42:54Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=35b6f72feb998add040d95a9c89ff7ecd4d74901'/>
<id>urn:sha1:35b6f72feb998add040d95a9c89ff7ecd4d74901</id>
<content type='text'>
The Tcl msgcat package doesn't detect the use of a multi-lingual language
pack on Windows 7. This means that a user may have their display language
set to Japanese but the system installed langauge was English.
This patch reads the relevent registry key to fix this before loading in
the locale specific parts of git-gui.

Signed-off-by: Pat Thoyts &lt;patthoyts@users.sourceforge.net&gt;
</content>
</entry>
<entry>
<title>git-gui: always default to the last merged branch in remote delete</title>
<updated>2011-02-13T00:47:24Z</updated>
<author>
<name>Heiko Voigt</name>
<email>hvoigt@hvoigt.net</email>
</author>
<published>2011-02-12T16:44:58Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=9d04278a4d0fcd784e7b9998caa94cff6cbdca8a'/>
<id>urn:sha1:9d04278a4d0fcd784e7b9998caa94cff6cbdca8a</id>
<content type='text'>
This is useful if you are directly working together with other
developers pushing feature branches on a shared remote. You typically
push feature branches to the remote so others can review. Once they are
satisfied and the branch is merged into the main branch it needs to be
deleted on the server.

Since we did not yet have a preselected default branch in the remote
delete dialog lets use the last merged branch if it is found on the
server.

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: learn more type change states</title>
<updated>2011-01-28T00:16:50Z</updated>
<author>
<name>Bert Wesarg</name>
<email>bert.wesarg@googlemail.com</email>
</author>
<published>2010-12-09T20:46:23Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=7587f4d32f7479a9fa9ae1767708597702a0be5f'/>
<id>urn:sha1:7587f4d32f7479a9fa9ae1767708597702a0be5f</id>
<content type='text'>
Support the following states with type change in git-gui: AT, MT, TD, TM

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 typo in image data</title>
<updated>2011-01-28T00:16:42Z</updated>
<author>
<name>Bert Wesarg</name>
<email>bert.wesarg@googlemail.com</email>
</author>
<published>2010-12-09T20:46:21Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=bf5fe3f33c2296f2a092d8dce4e1dbec171fde02'/>
<id>urn:sha1:bf5fe3f33c2296f2a092d8dce4e1dbec171fde02</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>
