git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] git-rebase: fix typo
@ 2013-07-29  4:24 Ralf Thielow
  2013-07-29 10:28 ` Ramkumar Ramachandra
  0 siblings, 1 reply; 3+ messages in thread
From: Ralf Thielow @ 2013-07-29  4:24 UTC (permalink / raw)
  To: git; +Cc: artagnon, Ralf Thielow

Signed-off-by: Ralf Thielow <ralf.thielow@gmail.com>
---
 git-rebase.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/git-rebase.sh b/git-rebase.sh
index 0039ecf..8d7659a 100755
--- a/git-rebase.sh
+++ b/git-rebase.sh
@@ -159,7 +159,7 @@ finish_rebase () {
 			die "$(eval_gettext "Cannot store \$stash_sha1")"
 			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
-- 
1.8.2.1873.gfc589a4

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-07-29 17:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-29  4:24 [PATCH] git-rebase: fix typo Ralf Thielow
2013-07-29 10:28 ` Ramkumar Ramachandra
2013-07-29 17:32   ` Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).