Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalf Thielow <ralf.thielow@gmail.com>2013-07-29 08:24:43 +0400
committerJunio C Hamano <gitster@pobox.com>2013-07-29 21:32:03 +0400
commitac1998deddbb5b59c80f2a3d902e18b31fe9cc50 (patch)
treed6132dce283f69e415365dcafc2e54a23d2eb53d /git-rebase.sh
parent96e2b99ed56c8433cc4aa03f32d2ef2a22748fc0 (diff)
git-rebase: fix typo
Signed-off-by: Ralf Thielow <ralf.thielow@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'git-rebase.sh')
-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