From: Pete Harlan <pgit@pcharlan.com>
To: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Cc: Ian Hilt <ian.hilt@gmx.com>,
sverre@rabbelier.nl, Git Mailing List <git@vger.kernel.org>
Subject: Re: git rev-list ordering
Date: Tue, 18 Nov 2008 12:28:27 -0800 [thread overview]
Message-ID: <4923256B.3000807@pcharlan.com> (raw)
In-Reply-To: <alpine.DEB.1.00.0811162215370.30769@pacific.mpi-cbg.de>
Johannes Schindelin wrote:
> Hi,
>
> On Sat, 15 Nov 2008, Ian Hilt wrote:
>
>> On Sat, 15 Nov 2008, Sverre Rabbelier wrote:
>>> The --reverse is applied after the --max-count, so you are seeing the
>>> reverse of one commit ;). For comparison, have a look at:
>>>
>>> $ git rev-list --reverse --max-count=2
>> Ah, I see. So if you didn't want the sorting to take a long time for
>> many commits, you would limit the output to n commits, then sort the
>> output. Is this the logic behind this design?
>
> Yes. It is by design, since the guy who wrote the initial --reverse
> support cannot think of an interesting situation where you need to list
> the oldest n commits.
I have a script that runs periodically where I need to know the email
address of who added $file to the system, for a handful of $files,
because I'm moving them somewhere else and want to let them know. The
most recent commits aren't interesting, it's the first commit that matters.
I use:
git rev-list --reverse --pretty=format:%ae HEAD -- $file
and the second line has the information I need.
Perhaps there's a more straightforward way to answer the question "who
first put this file here".
(One can imagine that may be no "first", because $file merged from
different paths, but in mine as in many real-world cases, it (a) won't
happen and (b) whatever happens will be fine if it does.)
I don't need this to work differently than it does, but perhaps it
constitutes an "interesting situation where you need to list the oldest
n commits"?
Thank you for your numerous contributions,
--Pete
next prev parent reply other threads:[~2008-11-18 20:29 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-11-16 0:44 git rev-list ordering Ian Hilt
2008-11-16 1:27 ` Sverre Rabbelier
2008-11-16 1:44 ` Ian Hilt
2008-11-16 21:16 ` Johannes Schindelin
2008-11-17 1:21 ` Ian Hilt
2008-11-17 1:35 ` Johannes Schindelin
2008-11-18 20:28 ` Pete Harlan [this message]
2008-11-19 8:26 ` Björn Steinbrink
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=4923256B.3000807@pcharlan.com \
--to=pgit@pcharlan.com \
--cc=Johannes.Schindelin@gmx.de \
--cc=git@vger.kernel.org \
--cc=ian.hilt@gmx.com \
--cc=sverre@rabbelier.nl \
/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