Re: [PATCH] Show number of commits being rebased interactively

2014-12-10 Thread Onno Kortmann
how number of TODO items for interactive rebase During 'rebase -i', one wrong edit in a long rebase session might inadvertently drop commits/items. This change shows the total number of TODO items in the comments after the list. After performing the rebase edit, total item counts can b

Re: [PATCH] Show number of commits being rebased interactively

2014-12-07 Thread Onno Kortmann
e edit, the number can be quickly compared to the line number of the last commit - by scrolling to the last entry in the rebase TODO list. This gives peace of mind that no commits have been lost in the edit. Signed-off-by: Onno Kortmann --- git-rebase--interactive.sh | 6 +- 1 file changed,

[PATCH] Show number of commits being rebased interactively

2014-11-10 Thread Onno Kortmann
comments below the commit list. After the rebase edit, the number can be quickly compared to the line number of the last commit - by scrolling to the last entry in the rebase TODO list. This gives peace of mind that no commits have been lost in the edit. Signed-off-by: Onno Kortmann

[PATCH] Show number of commits being rebased interactively

2014-11-09 Thread Onno Kortmann
ned-off-by: Onno Kortmann --- git-rebase--interactive.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/git-rebase--interactive.sh b/git-rebase--interactive.sh index b64dd28..b266dc0 100644 --- a/git-rebase--interactive.sh +++ b/git-rebase--interactive.sh @@ -1031,9 +1031,11