git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* RFC: indicating diff strategy in format-patch message headers
@ 2024-06-05 18:01 Konstantin Ryabitsev
  2024-06-05 18:22 ` Junio C Hamano
  0 siblings, 1 reply; 6+ messages in thread
From: Konstantin Ryabitsev @ 2024-06-05 18:01 UTC (permalink / raw)
  To: git

Hello, all:

When developing tooling that attempts to map commits to patches, we often
don't have more than just the git-patch-id to go by. The problem is, there is
any number of ways to generate patches from commits:

- using a different strategy (--histogram, --patience, etc)
- using a different number of context lines (-U5)

Without knowing what options were used by the original author, we cannot be
certain that we'll create a patch with the same git-patch-id, even if it's
from the exact same commit.

Would it make sense to have git-format-patch (and friends) include an
additional header hinting at the options used to generate the patch? E.g.:

    X-git-diff-options: algo=myers; context=3;

It won't help for all cases where we need to make a match (e.g. when we match
from git commits to a patch query), but it will help matching the other way.

Any thoughts?

-K


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-06-16 23:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-05 18:01 RFC: indicating diff strategy in format-patch message headers Konstantin Ryabitsev
2024-06-05 18:22 ` Junio C Hamano
2024-06-05 18:46   ` Konstantin Ryabitsev
2024-06-05 22:26     ` Eric Wong
2024-06-07 19:53       ` Konstantin Ryabitsev
2024-06-16 23:47         ` Eric Wong

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).