From: "Bryan Donlan" <bdonlan@gmail.com>
To: pascal@obry.net
Cc: "Jonathan Nieder" <jrnieder@uchicago.edu>,
"git list" <git@vger.kernel.org>
Subject: Re: Git tree/blob and corresponding commit
Date: Fri, 15 Aug 2008 15:39:14 -0400 [thread overview]
Message-ID: <3e8340490808151239u4572f5e4l11c16e0225509224@mail.gmail.com> (raw)
In-Reply-To: <48A43AEC.6000904@obry.net>
On Thu, Aug 14, 2008 at 10:02 AM, Pascal Obry <pascal@obry.net> wrote:
> Jonathan,
>
>> but I actually meant
>>
>> <http://thread.gmane.org/gmane.comp.version-control.git/44750/focus=44849>.
>> Anyway, the whole thread is interesting. Sorry for the noise.
>
> Thanks, I had a look. This is indeed giving some procedure... I was hopping
> for something faster (git rev-list takes some time!).
It's not really meant to be a common case; if the same file is created
under different names by different commits that aren't ancestors of
each other, then it's unclear which should be reported. As such,
there's no index or other such thing to quickly find the commits
corresponding to a blob, so you just have to walk the entire history.
prev parent reply other threads:[~2008-08-15 19:40 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-08-10 17:08 Git tree/blob and corresponding commit Pascal Obry
2008-08-10 20:38 ` Jonathan Nieder
2008-08-10 20:44 ` Jonathan Nieder
2008-08-14 14:02 ` Pascal Obry
2008-08-15 19:39 ` Bryan Donlan [this message]
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=3e8340490808151239u4572f5e4l11c16e0225509224@mail.gmail.com \
--to=bdonlan@gmail.com \
--cc=git@vger.kernel.org \
--cc=jrnieder@uchicago.edu \
--cc=pascal@obry.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;
as well as URLs for NNTP newsgroup(s).