git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Kari Hameenaho <khaho@kolumbus.fi>
To: git@vger.kernel.org
Subject: Re: gitk-1.0 released
Date: Fri, 20 May 2005 21:18:59 +0300	[thread overview]
Message-ID: <d6l9l1$ttd$1@sea.gmane.org> (raw)
In-Reply-To: 17037.5109.556362.904185@cargo.ozlabs.ibm.com

Paul Mackerras wrote:

> 
> Yes, indeed.  I'll have to think about how to do it in a responsive
> fashion, since getting the necessary information involves reading all
> the commits and all the tree objects back to the beginning of time,
> AFAICS.  

Maybe its not necessary to go back all the way. It is possible to look only
commits between 2.6.12-rc4 and 2.6.12-rc3, like follows (needs just a few
fixes to gitk):

gitk -d $(commit-id v2.6.12-rc4) ^$(parent-id $(commit-id v2.6.12-rc3))

-- 
Kari Hämeenaho



  parent reply	other threads:[~2005-05-20 18:42 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-05-19 13:05 gitk-1.0 released Paul Mackerras
2005-05-19 13:24 ` Ingo Molnar
2005-05-19 13:30   ` Ingo Molnar
2005-05-19 22:32   ` Paul Mackerras
2005-05-20 11:22     ` Ingo Molnar
2005-05-20 11:33     ` Ingo Molnar
2005-05-20 18:18     ` Kari Hameenaho [this message]
2005-05-20 19:07       ` Linus Torvalds
2005-05-21  6:40         ` Jon Seymour
2005-05-21 16:35           ` Linus Torvalds
2005-05-19 23:13 ` Benjamin Herrenschmidt
2005-05-20  4:55   ` Frank Sorenson
2005-05-20  1:10 ` walt
2005-05-28 11:47 ` Ingo Molnar

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='d6l9l1$ttd$1@sea.gmane.org' \
    --to=khaho@kolumbus.fi \
    --cc=git@vger.kernel.org \
    /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).