From: Jeff King <peff@peff.net>
To: Junio C Hamano <gitster@pobox.com>
Cc: John Keeping <john@keeping.me.uk>,
git@vger.kernel.org, Kevin Bracey <kevin@bracey.fi>
Subject: Re: [RFC/PATCH] patch-ids: check modified paths before calculating diff
Date: Wed, 29 May 2013 14:36:58 -0400 [thread overview]
Message-ID: <20130529183658.GA15616@sigill.intra.peff.net> (raw)
In-Reply-To: <7vip21u09d.fsf@alter.siamese.dyndns.org>
On Wed, May 29, 2013 at 11:08:46AM -0700, Junio C Hamano wrote:
> This has rather interesting ramifications on cherry-pick and rebase,
> though. Both command can handle changes that come from an old tree
> before some paths were renamed, but strict patch-id would not spot
> equivalent changes we already have in our history if our change
> happened after a rename, i.e.
>
> Z
> /
> O---R---X---Y
>
> where Z updates path F, R moves F to G and X changes G the same way
> as Z changes F, and we are trying to cherry-pick Z on top of Y. The
> cherry-pick filter will see different patch-id for Z and X.
True. That is a problem with the current patch-id system, no? Though my
proposal would make it harder to change it in the future (as does
John's).
With mine, I wonder if you could use a different "loose" definition that
does not take the filenames into account. Using something like the
changes in file sizes would be unique, but would not properly map to
strict cases (a patch-id that adds 5 lines to the end of a 100-byte file
may match one that adds the same five lines to the end of a 200-byte
file).
-Peff
next prev parent reply other threads:[~2013-05-29 18:37 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-19 13:17 [RFC/PATCH] patch-ids: check modified paths before calculating diff John Keeping
2013-05-19 19:36 ` Jonathan Nieder
2013-05-19 22:02 ` John Keeping
2013-05-20 6:36 ` Jonathan Nieder
2013-05-20 8:16 ` John Keeping
2013-05-20 4:46 ` Junio C Hamano
2013-05-29 6:20 ` Jeff King
2013-05-29 7:22 ` Jeff King
2013-05-29 7:50 ` Jeff King
2013-05-29 18:08 ` Junio C Hamano
2013-05-29 18:36 ` Jeff King [this message]
2013-05-29 18:48 ` Junio C Hamano
2013-05-29 21:30 ` John Keeping
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=20130529183658.GA15616@sigill.intra.peff.net \
--to=peff@peff.net \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
--cc=john@keeping.me.uk \
--cc=kevin@bracey.fi \
/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).