* [PATCH] clone-pack: Typofix in the error message.
@ 2005-07-14 3:26 Junio C Hamano
0 siblings, 0 replies; only message in thread
From: Junio C Hamano @ 2005-07-14 3:26 UTC (permalink / raw)
To: Linus Torvalds; +Cc: git
Cleans a small cut-and-paste mistake.
Signed-off-by: Junio C Hamano <junkio@cox.net>
---
clone-pack.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
c8db6ce8de9b9fc8a5eab939704eaa1535a0d3f0
diff --git a/clone-pack.c b/clone-pack.c
--- a/clone-pack.c
+++ b/clone-pack.c
@@ -30,7 +30,7 @@ static struct ref *get_remote_refs(int f
if (line[len-1] == '\n')
line[--len] = 0;
if (len < 42 || get_sha1_hex(line, sha1))
- die("git-fetch-pack: protocol error - expected ref descriptor, got '%s、'", line);
+ die("git-clone-pack: protocol error - expected ref descriptor, got '%s、'", line);
refname = line+41;
len = len-40;
if (nr_match && !path_match(refname, nr_match, match))
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-07-14 3:27 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-14 3:26 [PATCH] clone-pack: Typofix in the error message 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