From: Paul Mackerras <paulus@samba.org>
To: Junio C Hamano <junkio@cox.net>
Cc: git@vger.kernel.org
Subject: git-rev-list --date-order ?
Date: Thu, 16 Feb 2006 13:40:46 +1100 [thread overview]
Message-ID: <17395.58926.26670.23572@cargo.ozlabs.ibm.com> (raw)
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.
next reply other threads:[~2006-02-16 2:41 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-02-16 2:40 Paul Mackerras [this message]
2006-02-16 3:11 ` git-rev-list --date-order ? Junio C Hamano
2006-02-16 6:18 ` [PATCH] topo-order: make --date-order optional Junio C Hamano
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=17395.58926.26670.23572@cargo.ozlabs.ibm.com \
--to=paulus@samba.org \
--cc=git@vger.kernel.org \
--cc=junkio@cox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox