summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Ralf Thielow <ralf.thielow@gmail.com>2013-07-29 06:24:43 +0200
committerLibravatar Junio C Hamano <gitster@pobox.com>2013-07-29 10:32:03 -0700
commitac1998deddbb5b59c80f2a3d902e18b31fe9cc50 (patch)
treed6132dce283f69e415365dcafc2e54a23d2eb53d
parentrebase: finish_rebase() in noop rebase (diff)
downloadtgif-ac1998deddbb5b59c80f2a3d902e18b31fe9cc50.tar.xz
git-rebase: fix typo
Signed-off-by: Ralf Thielow <ralf.thielow@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rwxr-xr-xgit-rebase.sh2
1 files changed, 1 insertions, 1 deletions
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