Git development
 help / color / mirror / Atom feed
* git-rev-list --date-order ?
@ 2006-02-16  2:40 Paul Mackerras
  2006-02-16  3:11 ` Junio C Hamano
  2006-02-16  6:18 ` [PATCH] topo-order: make --date-order optional Junio C Hamano
  0 siblings, 2 replies; 3+ messages in thread
From: Paul Mackerras @ 2006-02-16  2:40 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: git

Junio,

Gitk has a -d option that tells it to reorder the commits in
decreasing order of their commit time, subject to the constraint that
parents come after all of their children.  Currently it uses
git-rev-list --header --topo-order --parents and then reorders the
commits internally.

How hard would it be to add a --date-order flag to git-rev-list to
make it order the commits in decreasing commit time order, subject to
the constraint that parents come after their children?

If we had that then I could remove another chunk of code from gitk and
make it a bit faster.

Thanks,
Paul.

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

end of thread, other threads:[~2006-02-16  6:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-16  2:40 git-rev-list --date-order ? Paul Mackerras
2006-02-16  3:11 ` Junio C Hamano
2006-02-16  6:18 ` [PATCH] topo-order: make --date-order optional Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox