<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/gitk, branch v1.4.2</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v1.4.2</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v1.4.2'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2006-08-13T01:32:17Z</updated>
<entry>
<title>Merge git://git.kernel.org/pub/scm/gitk/gitk</title>
<updated>2006-08-13T01:32:17Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2006-08-13T01:32:17Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=67e31d6234c0332334d7aedd70b2f101bc010cf9'/>
<id>urn:sha1:67e31d6234c0332334d7aedd70b2f101bc010cf9</id>
<content type='text'>
* git://git.kernel.org/pub/scm/gitk/gitk:
  gitk: Show the currently checked-out head in bold font
  gitk: Allow the user to set some colors
</content>
</entry>
<entry>
<title>fixed variable declaration in gitk</title>
<updated>2006-08-03T20:21:07Z</updated>
<author>
<name>Michael</name>
<email>barra_cuda@katamail.com</email>
</author>
<published>2006-08-03T15:42:44Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=47781bf7793205cfb7b8ce89b9c3627ecf5480fc'/>
<id>urn:sha1:47781bf7793205cfb7b8ce89b9c3627ecf5480fc</id>
<content type='text'>
Signed-off-by: Michael &lt;barra_cuda@katamail.com&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>gitk: Show the currently checked-out head in bold font</title>
<updated>2006-07-06T00:21:23Z</updated>
<author>
<name>Paul Mackerras</name>
<email>paulus@samba.org</email>
</author>
<published>2006-07-06T00:21:23Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=8a48571ce52e5182ea32ed168e298882f8c470b3'/>
<id>urn:sha1:8a48571ce52e5182ea32ed168e298882f8c470b3</id>
<content type='text'>
Signed-off-by: Paul Mackerras &lt;paulus@samba.org&gt;
</content>
</entry>
<entry>
<title>gitk: Allow the user to set some colors</title>
<updated>2006-07-05T12:56:37Z</updated>
<author>
<name>Paul Mackerras</name>
<email>paulus@samba.org</email>
</author>
<published>2006-07-05T12:56:37Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=f8a2c0d14f5326e157b12ec549b864ddb492621d'/>
<id>urn:sha1:f8a2c0d14f5326e157b12ec549b864ddb492621d</id>
<content type='text'>
This makes the colors for the diff old/new lines and hunk headers
configurable, as well as the background and foreground (text color)
of the various panes.  There is now a GUI in the edit-&gt;preferences
window to set them.

Signed-off-by: Paul Mackerras &lt;paulus@samba.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] gitk: rereadrefs needs listrefs</title>
<updated>2006-06-11T23:37:44Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2006-06-11T16:50:47Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=2e1ded44f709ddc95c5e8a87e0d98127979115fe'/>
<id>urn:sha1:2e1ded44f709ddc95c5e8a87e0d98127979115fe</id>
<content type='text'>
The listrefs procedure was inadvertently removed during the course of
development, but there is still a user of it, so resurrect it.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
Signed-off-by: Paul Mackerras &lt;paulus@samba.org&gt;
</content>
</entry>
<entry>
<title>gitk: Re-read the descendent/ancestor tag &amp; head info on update</title>
<updated>2006-06-06T23:19:45Z</updated>
<author>
<name>Paul Mackerras</name>
<email>paulus@samba.org</email>
</author>
<published>2006-06-06T23:19:45Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=2d71bcccc81e3569d97dd1314c3ca0f080f4a70f'/>
<id>urn:sha1:2d71bcccc81e3569d97dd1314c3ca0f080f4a70f</id>
<content type='text'>
Signed-off-by: Paul Mackerras &lt;paulus@samba.org&gt;
</content>
</entry>
<entry>
<title>gitk: Show branch name(s) as well, if "show nearby tags" is enabled</title>
<updated>2006-06-04T01:50:38Z</updated>
<author>
<name>Paul Mackerras</name>
<email>paulus@samba.org</email>
</author>
<published>2006-06-04T01:50:38Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=ef030b8547eaeea1ef992310536b0b637e0c9431'/>
<id>urn:sha1:ef030b8547eaeea1ef992310536b0b637e0c9431</id>
<content type='text'>
This is a small extension to the code that reads the complete commit
graph, to make it compute descendent heads as well as descendent tags.
We don't exclude descendent heads that are descendents of other
descendent heads as we do for tags, since it is useful to know all the
branches that a commit is on.

Signed-off-by: Paul Mackerras &lt;paulus@samba.org&gt;
</content>
</entry>
<entry>
<title>gitk: Show nearby tags</title>
<updated>2006-06-03T09:11:13Z</updated>
<author>
<name>Paul Mackerras</name>
<email>paulus@samba.org</email>
</author>
<published>2006-06-03T09:11:13Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=b8ab2e177a7dacc37af933ec382ef9ea929127ee'/>
<id>urn:sha1:b8ab2e177a7dacc37af933ec382ef9ea929127ee</id>
<content type='text'>
This adds a feature to the diff display window where it will show
the tags that this commit follows (is a descendent of) and precedes
(is an ancestor of).  Specifically, it will show the tags for all
tagged descendents that are not a descendent of another tagged
descendent of this commit, and the tags for all tagged ancestors
that are not ancestors of another tagged ancestor of this commit.

To do this, gitk reads the complete commit graph using git rev-list
and performs a couple of traversals of the tree.  This is done in
the background, but since it can be time-consuming, there is an option
to turn it off in the `edit preferences' window.

Signed-off-by: Paul Mackerras &lt;paulus@samba.org&gt;
</content>
</entry>
<entry>
<title>Merge branch 'master' into new</title>
<updated>2006-05-30T11:35:07Z</updated>
<author>
<name>Paul Mackerras</name>
<email>paulus@samba.org</email>
</author>
<published>2006-05-30T11:35:07Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=96535e615db869f096686b0ce8e79e30dec7ad25'/>
<id>urn:sha1:96535e615db869f096686b0ce8e79e30dec7ad25</id>
<content type='text'>
Conflicts:

	gitk
</content>
</entry>
<entry>
<title>gitk: Add a goto next/previous highlighted commit function</title>
<updated>2006-05-30T11:33:07Z</updated>
<author>
<name>Paul Mackerras</name>
<email>paulus@samba.org</email>
</author>
<published>2006-05-30T11:33:07Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=4e7d677949e8ee7617e42f10c1ddf5cd2adee3a1'/>
<id>urn:sha1:4e7d677949e8ee7617e42f10c1ddf5cd2adee3a1</id>
<content type='text'>
This is invoked by shift-down/shift-up.  It relies on a patch to
git-diff-tree that has recently gone into the git repository, commit
ID e0c97ca6 (without this it may just sit there doing waiting for
git-diff-tree when looking for the next/previous highlight).

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