<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git, branch v1.8.3-rc2</title>
<subtitle>Fork of git SCM with my patches.</subtitle>
<id>http://git.kilabit.info/git/atom?h=v1.8.3-rc2</id>
<link rel='self' href='http://git.kilabit.info/git/atom?h=v1.8.3-rc2'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/'/>
<updated>2013-05-13T18:09:42Z</updated>
<entry>
<title>Git 1.8.3-rc2</title>
<updated>2013-05-13T18:09:42Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2013-05-13T18:09:42Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=ab84621754e9c6f05279b42e51b445baac28a8ea'/>
<id>urn:sha1:ab84621754e9c6f05279b42e51b445baac28a8ea</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge git://ozlabs.org/~paulus/gitk</title>
<updated>2013-05-13T14:51:41Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2013-05-13T14:51:41Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=f74455ab216bdc4f21a733f75ddd6974634c5df1'/>
<id>urn:sha1:f74455ab216bdc4f21a733f75ddd6974634c5df1</id>
<content type='text'>
* git://ozlabs.org/~paulus/gitk:
  gitk: On OSX, bring the gitk window to front
  gitk: Add support for -G'regex' pickaxe variant
  gitk: Add menu item for reverting commits
  gitk: Simplify file filtering
  gitk: Display the date of a tag in a human-friendly way
  gitk: Improve behaviour of drop-down lists
  gitk: Move hard-coded colors to .gitk
</content>
</entry>
<entry>
<title>gitk: On OSX, bring the gitk window to front</title>
<updated>2013-05-13T11:29:43Z</updated>
<author>
<name>Tair Sabirgaliev</name>
<email>tair.sabirgaliev@bee.kz</email>
</author>
<published>2013-04-24T09:48:27Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=76bf6ff93e1766b8813f0cdbe9089080010ba646'/>
<id>urn:sha1:76bf6ff93e1766b8813f0cdbe9089080010ba646</id>
<content type='text'>
On OSX, Tcl/Tk application windows are created behind all
the applications down the stack of windows.  This is very
annoying, because once a gitk window appears, it's the
downmost window and switching to it is pain.

The patch is: if we are on OSX, use osascript to
bring the current Wish process window to front.

Signed-off-by: Tair Sabirgaliev &lt;tair.sabirgaliev@gmail.com&gt;
Thanks-to: Stefan Haller &lt;lists@haller-berlin.de&gt;
Signed-off-by: Paul Mackerras &lt;paulus@samba.org&gt;
</content>
</entry>
<entry>
<title>gitk: Add support for -G'regex' pickaxe variant</title>
<updated>2013-05-13T11:29:40Z</updated>
<author>
<name>Martin Langhoff</name>
<email>martin@laptop.org</email>
</author>
<published>2012-06-14T18:34:11Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=c33cb9083ecad2ec7e23b00722096a94e62b17e1'/>
<id>urn:sha1:c33cb9083ecad2ec7e23b00722096a94e62b17e1</id>
<content type='text'>
git log -G'regex' is a very useful alternative to the classic
pickaxe.  Minimal patch to make it usable from gitk.

[zj: reword message]
[paulus@samba.org: reword droplist item]
Signed-off-by: Zbigniew Jędrzejewski-Szmek &lt;zbyszek@in.waw.pl&gt;
Signed-off-by: Paul Mackerras &lt;paulus@samba.org&gt;
</content>
</entry>
<entry>
<title>test-bzr: do not use unportable sed '\+'</title>
<updated>2013-05-11T19:51:19Z</updated>
<author>
<name>Torsten Bögershausen</name>
<email>tboegi@web.de</email>
</author>
<published>2013-05-11T13:25:52Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=8d97506e4b972f11ab918bfaaebe036111b249dc'/>
<id>urn:sha1:8d97506e4b972f11ab918bfaaebe036111b249dc</id>
<content type='text'>
Using sed -e '/[0-9]\+//' to find "one or more digits" is not
portable.

Use the Basic Regular Expression '/[0-9][0-9]*//' instead.

Signed-off-by: Torsten Bögershausen &lt;tboegi@web.de&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge git://git.bogomips.org/git-svn</title>
<updated>2013-05-11T18:09:00Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2013-05-11T18:09:00Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=9249175291a00f4984f87107119a3e11e0a092a6'/>
<id>urn:sha1:9249175291a00f4984f87107119a3e11e0a092a6</id>
<content type='text'>
* git://git.bogomips.org/git-svn:
  git-svn: added an --include-path flag
  Git::SVN::*: add missing "NAME" section to perldoc
  git-svn: avoid self-referencing mergeinfo
</content>
</entry>
<entry>
<title>gitk: Add menu item for reverting commits</title>
<updated>2013-05-11T08:31:50Z</updated>
<author>
<name>Knut Franke</name>
<email>Knut.Franke@gmx.de</email>
</author>
<published>2013-04-27T14:36:13Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=8f3ff9339fd0bdb797e072a1843bc5e9f766e4c6'/>
<id>urn:sha1:8f3ff9339fd0bdb797e072a1843bc5e9f766e4c6</id>
<content type='text'>
Sometimes it's helpful (at least psychologically) to have this feature
easily accessible.  Code borrows heavily from cherrypick.

Signed-off-by: Knut Franke &lt;Knut.Franke@gmx.de&gt;
Signed-off-by: Paul Mackerras &lt;paulus@samba.org&gt;
</content>
</entry>
<entry>
<title>gitk: Simplify file filtering</title>
<updated>2013-05-11T07:37:08Z</updated>
<author>
<name>Felipe Contreras</name>
<email>felipe.contreras@gmail.com</email>
</author>
<published>2013-04-27T22:01:39Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=2c8cd905d14e910de2a820178edf99b61f34a0c5'/>
<id>urn:sha1:2c8cd905d14e910de2a820178edf99b61f34a0c5</id>
<content type='text'>
git diff is perfectly able to do this with '-- files', no need for
manual filtering.  This makes gettreediffs consistent with getblobdiffs.

Signed-off-by: Felipe Contreras &lt;felipe.contreras@gmail.com&gt;
Signed-off-by: Paul Mackerras &lt;paulus@samba.org&gt;
</content>
</entry>
<entry>
<title>gitk: Display the date of a tag in a human-friendly way</title>
<updated>2013-05-11T07:09:27Z</updated>
<author>
<name>Anand Kumria</name>
<email>wildfire@progsoc.org</email>
</author>
<published>2013-04-29T05:20:48Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=685316c419caf4f4ec2e81e607d3e3ab089e329c'/>
<id>urn:sha1:685316c419caf4f4ec2e81e607d3e3ab089e329c</id>
<content type='text'>
By selecting a tag within gitk you can display information about it.
This information is output by using the command

 'git cat-file tag &lt;tagid&gt;'

This outputs the *raw* information from the tag, amongst which is the
time - in seconds since the epoch. As useful as that value is, I find it
a lot easier to read and process time which it is something like:

 "Mon Dec 31 14:26:11 2012 -0800"

This change will modify the display of tags in gitk like so:

  @@ -1,7 +1,7 @@
   object 5d417842efeafb6e109db7574196901c4e95d273
   type commit
   tag v1.8.1
  -tagger Junio C Hamano &lt;gitster@pobox.com&gt; 1356992771 -0800
  +tagger Junio C Hamano &lt;gitster@pobox.com&gt; Mon Dec 31 14:26:11 2012 -0800

   Git 1.8.1
   -----BEGIN PGP SIGNATURE-----

Signed-off-by: Anand Kumria &lt;wildfire@progsoc.org&gt;
Signed-off-by: Paul Mackerras &lt;paulus@samba.org&gt;
</content>
</entry>
<entry>
<title>gitk: Improve behaviour of drop-down lists</title>
<updated>2013-05-11T07:08:41Z</updated>
<author>
<name>Paul Mackerras</name>
<email>paulus@samba.org</email>
</author>
<published>2013-05-11T07:08:41Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=39c126914b4b7365251f32d34926506c229f090e'/>
<id>urn:sha1:39c126914b4b7365251f32d34926506c229f090e</id>
<content type='text'>
The drop-down lists used for things like the criteria for finding
commits (containing/touching paths/etc.) use a combobox if we are
using the ttk widgets.  By default the combobox exports its value
as the selection when it is changed, which is unnecessary, and sometimes
the combobox wouldn't release the selection, which is annoying.

To fix this, we make these comboboxes not export their selection,
and also clear their selection whenever they are changed.  This makes
them more like a simple selection of alternatives, improving the look
and feel of gitk.

Signed-off-by: Paul Mackerras &lt;paulus@samba.org&gt;
</content>
</entry>
</feed>
