summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalf Thielow <ralf.thielow@gmail.com>2013-07-29 04:24:43 (GMT)
committerJunio C Hamano <gitster@pobox.com>2013-07-29 17:32:03 (GMT)
commitac1998deddbb5b59c80f2a3d902e18b31fe9cc50 (patch)
treed6132dce283f69e415365dcafc2e54a23d2eb53d
parent96e2b99ed56c8433cc4aa03f32d2ef2a22748fc0 (diff)
downloadgit-ac1998deddbb5b59c80f2a3d902e18b31fe9cc50.zip
git-ac1998deddbb5b59c80f2a3d902e18b31fe9cc50.tar.gz
git-ac1998deddbb5b59c80f2a3d902e18b31fe9cc50.tar.bz2
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 2d5c2bd..a28209d 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