Git development
 help / color / mirror / Atom feed
From: Marco Costalba <mcostalba@yahoo.it>
To: git@vger.kernel.org
Subject: Check for differents trees
Date: Sun, 6 Nov 2005 07:38:30 -0800 (PST)	[thread overview]
Message-ID: <20051106153830.18963.qmail@web26312.mail.ukl.yahoo.com> (raw)

Hi all,

   I need to check as fast as possible if two given trees (sha1 and sha2) have the same files.

What I use now is:

git-diff-tree -r --name-status sha1 sha2

An then I parse the output for 'A' or 'D' as first char of each line. When I found one of that two
chars I kwnow trees have different files set.

The problem is that if sha1 and sha2 correspond to very "distant" revision the output of
git-diff-tree can be very long and also usless as long as I stop searching at first match.

My question is if there is a better way, with the constrain of _not_ use a pipe of commands
like git-diff-tree....| grep something.

The constrain belong from Qt process class that is not very friendly with shells.

Thanks for any help
Marco
 




		
__________________________________ 
Yahoo! FareChase: Search multiple travel sites in one click.
http://farechase.yahoo.com

             reply	other threads:[~2005-11-06 15:38 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-11-06 15:38 Marco Costalba [this message]
2005-11-06 18:09 ` Check for differents trees Junio C Hamano
2005-11-06 18:24 ` Johannes Schindelin
  -- strict thread matches above, loose matches on Subject: below --
2005-11-06 19:02 Marco Costalba
2005-11-08 17:13 ` Junio C Hamano
2005-11-10  6:35 Marco Costalba
2005-11-10  6:57 Marco Costalba

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=20051106153830.18963.qmail@web26312.mail.ukl.yahoo.com \
    --to=mcostalba@yahoo.it \
    --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