git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v7 00/12] Improvements to cherry-pick
@ 2014-04-24  2:44 Felipe Contreras
  2014-04-24  2:44 ` [PATCH v7 01/12] cherry-pick: don't barf when there's nothing to do Felipe Contreras
                   ` (11 more replies)
  0 siblings, 12 replies; 23+ messages in thread
From: Felipe Contreras @ 2014-04-24  2:44 UTC (permalink / raw)
  To: git
  Cc: Ramkumar Ramachandra, Jonathan Nieder, Martin von Zweigbergk,
	Felipe Contreras

Hi,

In the process of revamping 'git rebase' I found many areas of improvments in
`git cherry-pick`, here are the patches to improve the situation.

These were prettuch sent before already, but this time I dropped the second
part of the series to improve 'git rebase'.


Felipe Contreras (12):
  cherry-pick: don't barf when there's nothing to do
  cherry-pick: add --skip-empty option
  revert/cherry-pick: add --quiet option
  revert/cherry-pick: add --skip option
  cherry-pick: remember rerere-autoupdate
  builtin: add rewrite helper
  cherry-pick: store rewritten commits
  cherry-pick: don't store skipped commit
  builtin: move run_rewrite_hook() to rewrite.c
  builtin: rewrite: add copy_rewrite_notes()
  cherry-pick: add --action-name option
  cherry-pick: copy notes and run hooks

 Documentation/config.txt            |   9 ++-
 Documentation/git-cherry-pick.txt   |  10 ++-
 Documentation/git-revert.txt        |   7 ++-
 Documentation/githooks.txt          |   8 +--
 Documentation/sequencer.txt         |   3 +
 Makefile                            |   2 +
 builtin/commit.c                    |  46 ++------------
 builtin/revert.c                    |  11 ++++
 git-rebase--interactive.sh          |   4 +-
 rewrite.c                           | 121 ++++++++++++++++++++++++++++++++++++
 rewrite.h                           |  20 ++++++
 sequencer.c                         | 105 ++++++++++++++++++++++++++++---
 sequencer.h                         |   8 ++-
 t/t3504-cherry-pick-rerere.sh       |  39 ++++++++++++
 t/t3508-cherry-pick-many-commits.sh |  13 ++++
 t/t3510-cherry-pick-sequence.sh     |  14 ++++-
 t/t3512-revert-cherry-notes.sh      |  18 ++++++
 t/t5407-post-rewrite-hook.sh        |  16 +++++
 18 files changed, 392 insertions(+), 62 deletions(-)
 create mode 100644 rewrite.c
 create mode 100644 rewrite.h
 create mode 100755 t/t3512-revert-cherry-notes.sh

-- 
1.9.2+fc1.2.gfbaae8c

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

end of thread, other threads:[~2014-04-24 23:48 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-24  2:44 [PATCH v7 00/12] Improvements to cherry-pick Felipe Contreras
2014-04-24  2:44 ` [PATCH v7 01/12] cherry-pick: don't barf when there's nothing to do Felipe Contreras
2014-04-24  2:44 ` [PATCH v7 02/12] cherry-pick: add --skip-empty option Felipe Contreras
2014-04-24  2:44 ` [PATCH v7 03/12] revert/cherry-pick: add --quiet option Felipe Contreras
2014-04-24 22:48   ` Ramkumar Ramachandra
2014-04-24 23:33     ` Felipe Contreras
2014-04-24  2:44 ` [PATCH v7 04/12] revert/cherry-pick: add --skip option Felipe Contreras
2014-04-24 22:50   ` Ramkumar Ramachandra
2014-04-24  2:44 ` [PATCH v7 05/12] cherry-pick: remember rerere-autoupdate Felipe Contreras
2014-04-24  8:21   ` Eric Sunshine
2014-04-24  2:44 ` [PATCH v7 06/12] builtin: add rewrite helper Felipe Contreras
2014-04-24 22:57   ` Ramkumar Ramachandra
2014-04-24 23:34     ` Felipe Contreras
2014-04-24  2:44 ` [PATCH v7 07/12] cherry-pick: store rewritten commits Felipe Contreras
2014-04-24  2:44 ` [PATCH v7 08/12] cherry-pick: don't store skipped commit Felipe Contreras
2014-04-24  2:44 ` [PATCH v7 09/12] builtin: move run_rewrite_hook() to rewrite.c Felipe Contreras
2014-04-24  2:44 ` [PATCH v7 10/12] builtin: rewrite: add copy_rewrite_notes() Felipe Contreras
2014-04-24  2:44 ` [PATCH v7 11/12] cherry-pick: add --action-name option Felipe Contreras
2014-04-24  2:44 ` [PATCH v7 12/12] cherry-pick: copy notes and run hooks Felipe Contreras
2014-04-24 23:04   ` Ramkumar Ramachandra
2014-04-24 23:35     ` Felipe Contreras
2014-04-24 23:06   ` Ramkumar Ramachandra
2014-04-24 23:37     ` Felipe Contreras

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