git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Teach git-blame about renames
@ 2006-03-08 22:54 Fredrik Kuivinen
  2006-03-08 22:59 ` [PATCH 1/3] Make it possible to not clobber object.util in sort_in_topological_order Fredrik Kuivinen
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Fredrik Kuivinen @ 2006-03-08 22:54 UTC (permalink / raw)
  To: git; +Cc: junkio

Hi,

This patch series teaches git-blame about renames. To do this I have
changed the revision.h interface a bit. In particular, it is now
possible for the user of revision.h to specify a
try_to_simply_commit-like function. That function can then do the
rename tracking.

I have also made a small change to sort_in_topological_order to make
it possible to use the object.util field at the same time as a
topological sort is done. Previously the object.util field was
clobbered by the topological sort. In the new interface the auxiliary
data that the topological sort needs to store for each commit object
is stored with a setter function and retrieved by a getter. Pointers
to those functions are passed to sort_in_topological_order.

- Fredrik

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2006-03-09  7:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-08 22:54 [PATCH 0/3] Teach git-blame about renames Fredrik Kuivinen
2006-03-08 22:59 ` [PATCH 1/3] Make it possible to not clobber object.util in sort_in_topological_order Fredrik Kuivinen
2006-03-08 22:59 ` [PATCH 2/3] rev-lib: Make it easy to do rename tracking Fredrik Kuivinen
2006-03-08 23:00 ` [PATCH 3/3] blame: Rename detection Fredrik Kuivinen
2006-03-09  0:27 ` [PATCH 0/3] Teach git-blame about renames Junio C Hamano
2006-03-09  7:30   ` Fredrik Kuivinen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).