<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sven/git.git/gitk, branch v1.4.4.4</title>
<subtitle>Git
</subtitle>
<id>https://git.stealer.net/cgit.cgi/user/sven/git.git/atom?h=v1.4.4.4</id>
<link rel='self' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/atom?h=v1.4.4.4'/>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/'/>
<updated>2006-10-19T00:10:11Z</updated>
<entry>
<title>[PATCH] gitk: Fix nextfile() and add prevfile()</title>
<updated>2006-10-19T00:10:11Z</updated>
<author>
<name>OGAWA Hirofumi</name>
<email>hirofumi@mail.parknet.co.jp</email>
</author>
<published>2006-09-27T03:32:19Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=67c22874cf82edae9b5c5f0a47c432d08d7ad426'/>
<id>urn:sha1:67c22874cf82edae9b5c5f0a47c432d08d7ad426</id>
<content type='text'>
The current nextfile() jumps to last hunk, but I think this is not
intention, probably, it's forgetting to add "break;". And this
patch also adds prevfile(), it jumps to previous hunk.

Signed-off-by: OGAWA Hirofumi &lt;hirofumi@mail.parknet.co.jp&gt;
Signed-off-by: Paul Mackerras &lt;paulus@samba.org&gt;
</content>
</entry>
<entry>
<title>gitk: Fix some bugs in the new cherry-picking code</title>
<updated>2006-08-28T12:41:09Z</updated>
<author>
<name>Paul Mackerras</name>
<email>paulus@samba.org</email>
</author>
<published>2006-08-28T12:41:09Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=561d038ab8adb2bab5ba368b88e620be18c4811b'/>
<id>urn:sha1:561d038ab8adb2bab5ba368b88e620be18c4811b</id>
<content type='text'>
    
When inserting the new commit row for the cherry-picked commit, we weren't
advancing the selected line (if there is one), and we weren't updating
commitlisted properly.</content>
</entry>
<entry>
<title>gitk: Improve responsiveness while reading and layout out the graph</title>
<updated>2006-08-16T10:02:32Z</updated>
<author>
<name>Paul Mackerras</name>
<email>paulus@samba.org</email>
</author>
<published>2006-08-16T10:02:32Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=d1e46756d312f65613863a41c256d852fcde330c'/>
<id>urn:sha1:d1e46756d312f65613863a41c256d852fcde330c</id>
<content type='text'>
This restructures layoutmore so that it can take a time limit and do
limited amounts of graph layout and graph optimization, and return 1
if it exceeded the time limit before finishing everything it could do.
Also getcommitlines reads at most half a megabyte each time, to limit
the time it spends parsing the commits to about a tenth of a second.

Also got rid of the unused ncmupdate variable while I was at it.

Signed-off-by: Paul Mackerras &lt;paulus@samba.org&gt;
</content>
</entry>
<entry>
<title>gitk: Update preceding/following tag info when creating a tag</title>
<updated>2006-08-08T10:55:36Z</updated>
<author>
<name>Paul Mackerras</name>
<email>paulus@samba.org</email>
</author>
<published>2006-08-08T10:55:36Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=ceadfe90c64b293a653bcbbce83283d2665d7cf9'/>
<id>urn:sha1:ceadfe90c64b293a653bcbbce83283d2665d7cf9</id>
<content type='text'>
Signed-off-by: Paul Mackerras &lt;paulus@samba.org&gt;
</content>
</entry>
<entry>
<title>gitk: Add a menu item for cherry-picking commits</title>
<updated>2006-08-06T11:08:05Z</updated>
<author>
<name>Paul Mackerras</name>
<email>paulus@samba.org</email>
</author>
<published>2006-08-06T11:08:05Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=ca6d8f58a15b9db621dd2b905a04d06bdff44bf8'/>
<id>urn:sha1:ca6d8f58a15b9db621dd2b905a04d06bdff44bf8</id>
<content type='text'>
This does a git-cherry-pick -r to cherry-pick the commit that was
right-clicked on to the head of the current branch.  This would work
better with some minor changes to the git-cherry-pick script.

Along the way, this changes desc_heads to record the names of the
descendent heads rather than their IDs.

Signed-off-by: Paul Mackerras &lt;paulus@samba.org&gt;
</content>
</entry>
<entry>
<title>gitk: Fix a couple of buglets in the branch head menu items</title>
<updated>2006-08-02T09:43:34Z</updated>
<author>
<name>Paul Mackerras</name>
<email>paulus@samba.org</email>
</author>
<published>2006-08-02T09:43:34Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=53cda8d97e6ee53cc8defa8c7226f0b3093eb12a'/>
<id>urn:sha1:53cda8d97e6ee53cc8defa8c7226f0b3093eb12a</id>
<content type='text'>
This fixes a silly typo (an extra a) and fixes the condition for
asking for confirmation of removing a branch.

Signed-off-by: Paul Mackerras &lt;paulus@samba.org&gt;
</content>
</entry>
<entry>
<title>gitk: Add a context menu for heads</title>
<updated>2006-08-01T23:52:01Z</updated>
<author>
<name>Paul Mackerras</name>
<email>paulus@samba.org</email>
</author>
<published>2006-08-01T23:52:01Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=10299152ca10107a4570764286e129572ed2f3c3'/>
<id>urn:sha1:10299152ca10107a4570764286e129572ed2f3c3</id>
<content type='text'>
This menu allows you to check out a branch and to delete a branch.
If you ask to delete a branch that has commits that aren't on any
other branch, gitk will prompt for confirmation before doing the
deletion.

Signed-off-by: Paul Mackerras &lt;paulus@samba.org&gt;
</content>
</entry>
<entry>
<title>gitk: Add a row context-menu item for creating a new branch</title>
<updated>2006-08-01T23:41:04Z</updated>
<author>
<name>Paul Mackerras</name>
<email>paulus@samba.org</email>
</author>
<published>2006-08-01T23:41:04Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=d6ac1a86e932fdb48705b9b1b6e2849aaea9ad24'/>
<id>urn:sha1:d6ac1a86e932fdb48705b9b1b6e2849aaea9ad24</id>
<content type='text'>
Signed-off-by: Paul Mackerras &lt;paulus@samba.org&gt;
</content>
</entry>
<entry>
<title>gitk: Recompute ancestor/descendent heads/tags when rereading refs</title>
<updated>2006-08-01T23:38:10Z</updated>
<author>
<name>Paul Mackerras</name>
<email>paulus@samba.org</email>
</author>
<published>2006-08-01T23:38:10Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=cec7bece83a42918457819b526c49c7d55f795c5'/>
<id>urn:sha1:cec7bece83a42918457819b526c49c7d55f795c5</id>
<content type='text'>
We weren't updating the desc_heads, desc_tags and anc_tags arrays when
rereading the set of heads/tags/etc.  The tricky thing to get right
here is restarting the computation correctly when we are only half-way
through it.

Signed-off-by: Paul Mackerras &lt;paulus@samba.org&gt;
</content>
</entry>
<entry>
<title>gitk: Minor cleanups</title>
<updated>2006-07-17T15:52:14Z</updated>
<author>
<name>Paul Mackerras</name>
<email>paulus@samba.org</email>
</author>
<published>2006-07-17T15:52:14Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=e1a7c81f6a8c5a96a3d07632514f85d9470c3a82'/>
<id>urn:sha1:e1a7c81f6a8c5a96a3d07632514f85d9470c3a82</id>
<content type='text'>
Removed some unnecessary quotes and globals, updated copyright notice.

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