All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] pull: Change tab to spaces in error mesage
@ 2009-08-08 18:51 Matt Kraai
  0 siblings, 0 replies; only message in thread
From: Matt Kraai @ 2009-08-08 18:51 UTC (permalink / raw)
  To: git, gitster; +Cc: Matt Kraai

Signed-off-by: Matt Kraai <kraai@ftbfs.org>
---
 git-pull.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/git-pull.sh b/git-pull.sh
index 0f24182..9ad3662 100755
--- a/git-pull.sh
+++ b/git-pull.sh
@@ -99,7 +99,7 @@ error_on_no_merge_candidates () {
 	else
 		echo "You asked me to pull without telling me which branch you"
 		echo "want to merge with, and 'branch.${curr_branch}.merge' in"
-		echo "your configuration file does not tell me either.	Please"
+		echo "your configuration file does not tell me either.  Please"
 		echo "specify which branch you want to merge on the command line and"
 		echo "try again (e.g. 'git pull <repository> <refspec>')."
 		echo "See git-pull(1) for details."
-- 
1.6.3.3

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2009-08-08 19:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-08-08 18:51 [PATCH] pull: Change tab to spaces in error mesage Matt Kraai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.