Re: [PATCH v7 03/12] revert/cherry-pick: add --quiet option

2014-04-24 Thread Felipe Contreras
Ramkumar Ramachandra wrote: > Felipe Contreras wrote: > > @@ -635,9 +637,10 @@ static int do_pick_commit(struct commit *commit, > > struct replay_opts *opts) > > } > > > > if (opts->skip_empty && is_index_unchanged() == 1) { > > - warning(_("skipping %s... %s"), > > -

Re: [PATCH v7 03/12] revert/cherry-pick: add --quiet option

2014-04-24 Thread Ramkumar Ramachandra
Felipe Contreras wrote: > @@ -635,9 +637,10 @@ static int do_pick_commit(struct commit *commit, struct > replay_opts *opts) > } > > if (opts->skip_empty && is_index_unchanged() == 1) { > - warning(_("skipping %s... %s"), > - find_unique_abbrev(co

[PATCH v7 03/12] revert/cherry-pick: add --quiet option

2014-04-23 Thread Felipe Contreras
Signed-off-by: Felipe Contreras --- Documentation/git-cherry-pick.txt | 6 +- Documentation/git-revert.txt | 6 +- builtin/revert.c | 1 + sequencer.c | 11 +++ sequencer.h | 1 + 5 files changed, 19 insertions(