Re: [PATCH 1/8] cherry-pick, revert: add the --gpg-sign option

2013-11-03 Thread Nicolas Vigier
On Sun, 03 Nov 2013, brian m. carlson wrote: > On Sun, Nov 03, 2013 at 04:54:17PM +0100, Nicolas Vigier wrote: > > diff --git a/sequencer.h b/sequencer.h > > index 1fc22dcabe13..db43e9cf86dc 100644 > > --- a/sequencer.h > > +++ b/sequencer.h > > @@ -37,6 +37,8 @@ struct replay_opts { > > > >

Re: [PATCH 1/8] cherry-pick, revert: add the --gpg-sign option

2013-11-03 Thread brian m. carlson
On Sun, Nov 03, 2013 at 04:54:17PM +0100, Nicolas Vigier wrote: > diff --git a/sequencer.h b/sequencer.h > index 1fc22dcabe13..db43e9cf86dc 100644 > --- a/sequencer.h > +++ b/sequencer.h > @@ -37,6 +37,8 @@ struct replay_opts { > > int mainline; > > + const char *gpg_sign; > + >

[PATCH 1/8] cherry-pick, revert: add the --gpg-sign option

2013-11-03 Thread Nicolas Vigier
Signed-off-by: Nicolas Vigier --- Documentation/git-cherry-pick.txt | 7 ++- Documentation/git-revert.txt | 6 +- builtin/revert.c | 2 ++ sequencer.c | 7 +++ sequencer.h | 2 ++ 5 files changed, 22 insertions(+), 2 de