[PATCH v2 0/6] Sequencer fixups mini-series
From: Ramkumar Ramachandra <hidden>
Date: 2016-06-15 22:52:18
Hi, This is the second iteration of series I first posted in $gmane/183157. The improvements can be summarized as follows: 1. Junio wrote some extra code to squash into the fourth part. It took me some time to resolve conflicts correctly while rebasing. 2. Jonathan and Tay (off-list) have helped improve all the commit messages. Thanks. Jonathan Nieder (1): revert: simplify communicating command-line arguments Ramkumar Ramachandra (5): revert: free msg in format_todo() revert: simplify getting commit subject in format_todo() revert: fix buffer overflow in insn sheet parser revert: make commit subjects in insn sheet optional revert: allow mixed pick and revert instructions builtin/revert.c | 219 +++++++++++++++++++-------------------- sequencer.h | 8 ++ t/t3510-cherry-pick-sequence.sh | 86 +++++++++++++++ 3 files changed, 202 insertions(+), 111 deletions(-) -- 1.7.6.351.gb35ac.dirty