Re: [PATCH 2/7] git-rebase--interactive.sh: extract function for adding "pick" line

2012-07-18 Thread Neil Horman
On Wed, Jul 18, 2012 at 12:27:30AM -0700, Martin von Zweigbergk wrote: > Extract the code that adds a possibly commented-out "pick" line to the > todo file. This lets us reuse it more easily later. > --- > git-rebase--interactive.sh | 21 - > 1 file changed, 12 insertions(+), 9

[PATCH 2/7] git-rebase--interactive.sh: extract function for adding "pick" line

2012-07-18 Thread Martin von Zweigbergk
Extract the code that adds a possibly commented-out "pick" line to the todo file. This lets us reuse it more easily later. --- git-rebase--interactive.sh | 21 - 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/git-rebase--interactive.sh b/git-rebase--interactive.