From: Michael Witten <mfwitten@gmail.com>
To: git@vger.kernel.org
Subject: Patching bad commits
Date: Mon, 28 Jun 2010 22:03:38 +0000 [thread overview]
Message-ID: <4c291e41.4f1ee30a.3484.fffff729@mx.google.com> (raw)
Sometimes bisecting is less than useful because a number of commits
fail to build.
How about implementing something SIMILAR to "git notes" (perhaps
even using "git notes") to store and apply patches for such bad
commits?
For instance, bisecting could transparently apply any patches that
are necessary to make a bad commit actually buildable; such patches
could be distributed as usual for the benefit of others.
I'm thinking that a "patch note" could have 2 forms:
* A plain patch file (or maybe a git tree of patches).
* A reference to another commit that should be checked
out instead.
Is this a worthwhile idea?
Sincerely,
Michael Witten
next reply other threads:[~2010-06-28 22:12 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-06-28 22:03 Michael Witten [this message]
2010-06-28 22:23 ` Patching bad commits Avery Pennarun
2010-07-05 8:37 ` Antriksh Pany
2010-06-28 22:24 ` Sverre Rabbelier
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=4c291e41.4f1ee30a.3484.fffff729@mx.google.com \
--to=mfwitten@gmail.com \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.