<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git, branch gitgui-0.9.1</title>
<subtitle>Fork of git SCM with my patches.</subtitle>
<id>http://git.kilabit.info/git/atom?h=gitgui-0.9.1</id>
<link rel='self' href='http://git.kilabit.info/git/atom?h=gitgui-0.9.1'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/'/>
<updated>2007-12-30T02:03:55Z</updated>
<entry>
<title>git-gui: Make commit log messages end with a newline</title>
<updated>2007-12-30T02:03:55Z</updated>
<author>
<name>Bernt Hansen</name>
<email>bernt@alumni.uwaterloo.ca</email>
</author>
<published>2007-12-28T02:15:56Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=a6d5888fa1bb24ef34ce36f0e684d13a58eba908'/>
<id>urn:sha1:a6d5888fa1bb24ef34ce36f0e684d13a58eba908</id>
<content type='text'>
Concatenating commit log messages from multiple commits works better
when all of the commits end with a clean line break.

Its good to be strict in what you create, and lenient in what you
accept, and since we're creating here, we should always try to
Do The Right Thing(tm).

Signed-off-by: Bernt Hansen &lt;bernt@alumni.uwaterloo.ca&gt;
Signed-off-by: Shawn O. Pearce &lt;spearce@spearce.org&gt;
</content>
</entry>
<entry>
<title>Added Swedish translation.</title>
<updated>2007-12-30T02:00:14Z</updated>
<author>
<name>Peter Karlsson</name>
<email>peter@softwolves.pp.se</email>
</author>
<published>2007-12-27T12:34:31Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=f0e8692a091195c8642923fd410553c293895d75'/>
<id>urn:sha1:f0e8692a091195c8642923fd410553c293895d75</id>
<content type='text'>
</content>
</entry>
<entry>
<title>git-gui: Unconditionally use absolute paths with Cygwin</title>
<updated>2007-12-14T06:51:37Z</updated>
<author>
<name>Mark Levedahl</name>
<email>mdl123@verizon.net</email>
</author>
<published>2007-12-13T14:02:26Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=9fe98116a2c7231503e7f5156417c1af84d4a59e'/>
<id>urn:sha1:9fe98116a2c7231503e7f5156417c1af84d4a59e</id>
<content type='text'>
The mapping of Windows vs Cygwin/Posix paths is arbitrary and not knowable
from the Posix side, so logic to determine whether to use relative paths
to locate the git-gui library just does not work on Cygwin. Fix this to
unconditionally use absolute path on Cygwin. (This fixes a regression
from 1.5.4).

Signed-off-by: Mark Levedahl &lt;mdl123@verizon.net&gt;
Signed-off-by: Shawn O. Pearce &lt;spearce@spearce.org&gt;
</content>
</entry>
<entry>
<title>git-gui: Handle file mode changes (644-&gt;755) in diff viewer</title>
<updated>2007-12-14T06:51:22Z</updated>
<author>
<name>Shawn O. Pearce</name>
<email>spearce@spearce.org</email>
</author>
<published>2007-12-14T06:51:22Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=a4750dd26671427009cc2c7a6a303f7ad8c39e8a'/>
<id>urn:sha1:a4750dd26671427009cc2c7a6a303f7ad8c39e8a</id>
<content type='text'>
Johannes Sixt pointed out the diff headers "old mode ..." and
"new mode ..." were not being parsed properly by git-gui.  We
now include them in the diff viewer for a file.

Signed-off-by: Shawn O. Pearce &lt;spearce@spearce.org&gt;</content>
</entry>
<entry>
<title>git-gui: Move frequently used commands to the top of the context menu.</title>
<updated>2007-12-14T06:30:20Z</updated>
<author>
<name>Johannes Sixt</name>
<email>johannes.sixt@telecom.at</email>
</author>
<published>2007-12-13T14:39:21Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=fba6072ed83bfc3c0e1eb56f11476b06a3b0dfb7'/>
<id>urn:sha1:fba6072ed83bfc3c0e1eb56f11476b06a3b0dfb7</id>
<content type='text'>
"Stage/Unstage Hunk" is probably the most frequently used command of the
patch context menu *and* it is not available in some other form than
the context menu. Therefore, it should go to the top. "Less Context" and
"More Context" entries are also not easily available otherwise, and are
therefore, moved second. The other entries are available via key strokes
(Copy, Paste, Refresh) or rarly used (Font Size, Options) and can go last.

Signed-off-by: Johannes Sixt &lt;johannes.sixt@telecom.at&gt;
Signed-off-by: Shawn O. Pearce &lt;spearce@spearce.org&gt;
</content>
</entry>
<entry>
<title>Update Hungarian translation. 100% completed.</title>
<updated>2007-12-05T23:55:25Z</updated>
<author>
<name>Miklos Vajna</name>
<email>vmiklos@frugalware.org</email>
</author>
<published>2007-12-04T00:28:42Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=cfb5e104423b51aefb4d0e21a093bd9373b0af0b'/>
<id>urn:sha1:cfb5e104423b51aefb4d0e21a093bd9373b0af0b</id>
<content type='text'>
Signed-off-by: Miklos Vajna &lt;vmiklos@frugalware.org&gt;
Signed-off-by: Shawn O. Pearce &lt;spearce@spearce.org&gt;
</content>
</entry>
<entry>
<title>Update ja.po for git-gui</title>
<updated>2007-12-05T23:54:10Z</updated>
<author>
<name>しらいしななこ</name>
<email>nanako3@bluebottle.com</email>
</author>
<published>2007-12-05T09:24:26Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=e360bebf713b6b03768c62de8b94ddf9350b0953'/>
<id>urn:sha1:e360bebf713b6b03768c62de8b94ddf9350b0953</id>
<content type='text'>
Signed-off-by: Shawn O. Pearce &lt;spearce@spearce.org&gt;
</content>
</entry>
<entry>
<title>git-gui: Improve the application icon on Windows.</title>
<updated>2007-12-03T04:05:10Z</updated>
<author>
<name>Johannes Sixt</name>
<email>johannes.sixt@telecom.at</email>
</author>
<published>2007-11-27T15:25:24Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=cbd9ac9a713d678a8409f70434ed3d326d7c5235'/>
<id>urn:sha1:cbd9ac9a713d678a8409f70434ed3d326d7c5235</id>
<content type='text'>
Previusly, there was only a 16x16 image, which looked very distorted.
Here we add a 32x32 version, and also make the image sharper.

Signed-off-by: Johannes Sixt &lt;johannes.sixt@telecom.at&gt;
Signed-off-by: Shawn O. Pearce &lt;spearce@spearce.org&gt;
</content>
</entry>
<entry>
<title>git-gui: install-sh from automake does not like -m755</title>
<updated>2007-12-03T04:04:02Z</updated>
<author>
<name>Robert Schiele</name>
<email>rschiele@gmail.com</email>
</author>
<published>2007-12-01T17:05:40Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=74521eee4c9d4c3812b83839d0d98dff72209837'/>
<id>urn:sha1:74521eee4c9d4c3812b83839d0d98dff72209837</id>
<content type='text'>
The install-sh script as shipped with automake requires a space between
the -m switch and its argument.  Since this is also the regular way of
doing it with other install implementations this change inserts the
missing space.

Signed-off-by: Robert Schiele &lt;rschiele@gmail.com&gt;
Signed-off-by: Shawn O. Pearce &lt;spearce@spearce.org&gt;
</content>
</entry>
<entry>
<title>git-gui: Reorder msgfmt command-line arguments</title>
<updated>2007-12-03T03:49:36Z</updated>
<author>
<name>brian m. carlson</name>
<email>sandals@crustytoothpaste.ath.cx</email>
</author>
<published>2007-12-03T01:26:33Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=54051102004addb6021a527be17b124c00d1482a'/>
<id>urn:sha1:54051102004addb6021a527be17b124c00d1482a</id>
<content type='text'>
Any program using getopt or getopt_long will stop processing options
once a non-option argument has been encountered, if POSIXLY_CORRECT is
set.  Therefore, reorder the command-line arguments to put options
first, so that the msgfmt call works in this scenario.

Signed-off-by: brian m. carlson &lt;sandals@crustytoothpaste.ath.cx&gt;
Signed-off-by: Shawn O. Pearce &lt;spearce@spearce.org&gt;
</content>
</entry>
</feed>
