From ac1998deddbb5b59c80f2a3d902e18b31fe9cc50 Mon Sep 17 00:00:00 2001 From: Ralf Thielow Date: Mon, 29 Jul 2013 06:24:43 +0200 Subject: [PATCH] git-rebase: fix typo Signed-off-by: Ralf Thielow Signed-off-by: Junio C Hamano --- git-rebase.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-rebase.sh b/git-rebase.sh index 2d5c2bd0fc..a28209daba 100755 --- a/git-rebase.sh +++ b/git-rebase.sh @@ -162,7 +162,7 @@ finish_rebase () { gettext 'Applying autostash resulted in conflicts. Your changes are safe in the stash. -You can run "git stash pop" or "git stash drop" it at any time. +You can run "git stash pop" or "git stash drop" at any time. ' fi fi -- 2.11.4.GIT