Re: [PATCH 5/4] rebase -i: suggest using --edit-todo to fix an unknown instruction

2012-09-19 Thread Junio C Hamano
Johannes Sixt writes: > From: Johannes Sixt > > We have now an explicit UI to edit the todo sheet and need not disclose > the name of the file. > > Signed-off-by: Johannes Sixt > --- > git-rebase--interactive.sh | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > diff --git a/git-

[PATCH 5/4] rebase -i: suggest using --edit-todo to fix an unknown instruction

2012-09-18 Thread Johannes Sixt
From: Johannes Sixt We have now an explicit UI to edit the todo sheet and need not disclose the name of the file. Signed-off-by: Johannes Sixt --- git-rebase--interactive.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/git-rebase--interactive.sh b/git-rebase--intera