From: "Guido Günther" <agx@sigxcpu.org>
To: git@vger.kernel.org
Subject: [PATCH v2 0/3] Allow to configure cherry-pick's record origin
Date: Tue, 18 Feb 2014 22:27:39 +0100 [thread overview]
Message-ID: <cover.1392758057.git.agx@sigxcpu.org> (raw)
In-Reply-To: <20140218192039.GC7855@google.com>
The main motivation is to be able to configure repos that are used for
maintaining backports/stable branches and not having to remember to use a
special invocation of git cherry-pick.
Changes from last version:
* add --no-record-origin so scripts can make sure they'll never record
a commit id
* add --record-origin for symmetry with config file option and
--no-record-origin
* Add docs to git-config as well
Guido Günther (3):
revert.c: Allow to specify -x via git-config
revert.c: Add --record-origin
revert.c Allow to override cherrypick.recordOrigin
Documentation/config.txt | 4 ++++
Documentation/git-cherry-pick.txt | 13 +++++++++++++
builtin/revert.c | 22 ++++++++++++++++++++--
3 files changed, 37 insertions(+), 2 deletions(-)
--
1.9.0.rc3
next prev parent reply other threads:[~2014-02-18 21:28 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-18 6:56 [PATCH] revert.c: Allow to specify -x via git-config Guido Günther
2014-02-18 9:11 ` John Keeping
2014-02-18 17:49 ` Jonathan Nieder
2014-02-18 18:38 ` brian m. carlson
2014-02-18 19:20 ` Jonathan Nieder
2014-02-18 21:27 ` Guido Günther [this message]
2014-02-18 21:27 ` [PATCH v2 1/3] " Guido Günther
2014-02-19 19:57 ` Junio C Hamano
2014-02-18 21:27 ` [PATCH v2 2/3] revert.c: Add --record-origin Guido Günther
2014-02-18 21:27 ` [PATCH v2 3/3] revert.c Allow to override cherrypick.recordOrigin Guido Günther
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=cover.1392758057.git.agx@sigxcpu.org \
--to=agx@sigxcpu.org \
--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.