<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git, branch gitgui-0.9.0</title>
<subtitle>Fork of git SCM with my patches.</subtitle>
<id>http://git.kilabit.info/git/atom?h=gitgui-0.9.0</id>
<link rel='self' href='http://git.kilabit.info/git/atom?h=gitgui-0.9.0'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/'/>
<updated>2007-11-21T07:10:03Z</updated>
<entry>
<title>git-gui 0.9.0</title>
<updated>2007-11-21T07:10:03Z</updated>
<author>
<name>Shawn O. Pearce</name>
<email>spearce@spearce.org</email>
</author>
<published>2007-11-21T07:10:03Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=41188dd1a837df08a959b63a2f56357971fa4549'/>
<id>urn:sha1:41188dd1a837df08a959b63a2f56357971fa4549</id>
<content type='text'>
Signed-off-by: Shawn O. Pearce &lt;spearce@spearce.org&gt;
</content>
</entry>
<entry>
<title>git-gui: Bind Meta-T for "Stage To Commit" menu action</title>
<updated>2007-11-08T07:22:21Z</updated>
<author>
<name>Shawn O. Pearce</name>
<email>spearce@spearce.org</email>
</author>
<published>2007-11-08T07:22:21Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=cd16a6c9298778265a044e5f9a39b006277b32f2'/>
<id>urn:sha1:cd16a6c9298778265a044e5f9a39b006277b32f2</id>
<content type='text'>
Aaron Digulla suggested we bind Ctrl-T or Cmd-T to "Stage To Commit"
menu action so it can be easily accessed from the keyboard.

Signed-off-by: Shawn O. Pearce &lt;spearce@spearce.org&gt;</content>
</entry>
<entry>
<title>git-gui: Allow users to set font weights to bold</title>
<updated>2007-11-01T04:31:36Z</updated>
<author>
<name>Shawn O. Pearce</name>
<email>spearce@spearce.org</email>
</author>
<published>2007-11-01T04:31:36Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=48b8d2b3792339d4dbd37802db8ec797361dd1fe'/>
<id>urn:sha1:48b8d2b3792339d4dbd37802db8ec797361dd1fe</id>
<content type='text'>
Previously we allowed users to tweak their font weight to be bold by
setting it manually in their ~/.gitconfig prior to starting git-gui.
This was broken in ae0754ac9a24afa2693246222fc078fe9c133b3a when
Simon set the font weight to normal by default, overridding whatever
we found from the ~/.gitconfig file.

Signed-off-by: Shawn O. Pearce &lt;spearce@spearce.org&gt;</content>
</entry>
<entry>
<title>git-gui: Update Japanese strings (part 2)</title>
<updated>2007-11-01T04:17:25Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2007-11-01T04:14:01Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=6ea10797deb7699c35a2b097938bf02aabc29e45'/>
<id>urn:sha1:6ea10797deb7699c35a2b097938bf02aabc29e45</id>
<content type='text'>
Resolve an earlier suggestion from Christian.

Signed-off-by: Shawn O. Pearce &lt;spearce@spearce.org&gt;
</content>
</entry>
<entry>
<title>git-gui: Update Japanese strings</title>
<updated>2007-11-01T04:06:43Z</updated>
<author>
<name>しらいしななこ</name>
<email>nanako3@bluebottle.com</email>
</author>
<published>2007-10-31T14:12:12Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=76d536b8af3a2cdf6fb86b2f05051a31b7096cbb'/>
<id>urn:sha1:76d536b8af3a2cdf6fb86b2f05051a31b7096cbb</id>
<content type='text'>
This updates the Japanese translation file.

Signed-off-by: しらいしななこ &lt;nanako3@bluebottle.com&gt;
Signed-off-by: Shawn O. Pearce &lt;spearce@spearce.org&gt;
</content>
</entry>
<entry>
<title>Updated russian translation of git-gui</title>
<updated>2007-11-01T04:05:06Z</updated>
<author>
<name>Alex Riesen</name>
<email>raa.lkml@gmail.com</email>
</author>
<published>2007-10-31T21:16:17Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=efb848666cd45be5bc213785bedc772969fb3da0'/>
<id>urn:sha1:efb848666cd45be5bc213785bedc772969fb3da0</id>
<content type='text'>
Fixed some spelling mistakes.

Signed-off-by: Shawn O. Pearce &lt;spearce@spearce.org&gt;
</content>
</entry>
<entry>
<title>po2msg: actually output statistics</title>
<updated>2007-11-01T04:03:24Z</updated>
<author>
<name>Johannes Schindelin</name>
<email>Johannes.Schindelin@gmx.de</email>
</author>
<published>2007-10-30T11:25:31Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=95a8b67c2642c576f848005e72126fb25d11286c'/>
<id>urn:sha1:95a8b67c2642c576f848005e72126fb25d11286c</id>
<content type='text'>
The "--statistics" option was ignored so far; no longer.  Now we have
a message similar to that of msgfmt.  (Untranslated, though ;-)

Signed-off-by: Johannes Schindelin &lt;johannes.schindelin@gmx.de&gt;
Signed-off-by: Shawn O. Pearce &lt;spearce@spearce.org&gt;
</content>
</entry>
<entry>
<title>po2msg: ignore untranslated messages</title>
<updated>2007-11-01T04:00:31Z</updated>
<author>
<name>Johannes Schindelin</name>
<email>Johannes.Schindelin@gmx.de</email>
</author>
<published>2007-10-30T11:24:53Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=9a25ae82dd635957e40e2d29ea5022d25fb6c2b0'/>
<id>urn:sha1:9a25ae82dd635957e40e2d29ea5022d25fb6c2b0</id>
<content type='text'>
Do not generate translations when the translated message is empty.

Signed-off-by: Johannes Schindelin &lt;johannes.schindelin@gmx.de&gt;
Signed-off-by: Shawn O. Pearce &lt;spearce@spearce.org&gt;
</content>
</entry>
<entry>
<title>po2msg: ignore entries marked with "fuzzy"</title>
<updated>2007-11-01T04:00:30Z</updated>
<author>
<name>Johannes Schindelin</name>
<email>Johannes.Schindelin@gmx.de</email>
</author>
<published>2007-10-30T11:24:37Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=f94872dfc18c2670c9eb4ed8528ba45943213f39'/>
<id>urn:sha1:f94872dfc18c2670c9eb4ed8528ba45943213f39</id>
<content type='text'>
As Christian Stimming pointed out, entries which are "fuzzy" need to
be checked by human translators, and cannot be used.

Signed-off-by: Johannes Schindelin &lt;johannes.schindelin@gmx.de&gt;
Signed-off-by: Shawn O. Pearce &lt;spearce@spearce.org&gt;
</content>
</entry>
<entry>
<title>git-gui: Protect against bad translation strings</title>
<updated>2007-10-26T07:08:37Z</updated>
<author>
<name>Shawn O. Pearce</name>
<email>spearce@spearce.org</email>
</author>
<published>2007-10-23T22:44:55Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=ab0d33c43852b047c2a3e5ae960df9a146363e7c'/>
<id>urn:sha1:ab0d33c43852b047c2a3e5ae960df9a146363e7c</id>
<content type='text'>
If a translation string uses a format character we don't have an
argument for then it may throw an error when we attempt to format
the translation.  In this case switch back to the default format
that comes with the program (aka the English translation).

Signed-off-by: Shawn O. Pearce &lt;spearce@spearce.org&gt;
</content>
</entry>
</feed>
