Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
missing small substitution
author
Nicolas Pitre
<nico@cam.org>
Mon, 30 Oct 2006 02:33:22 +0000
(21:33 -0500)
committer
Junio C Hamano
<junkio@cox.net>
Mon, 30 Oct 2006 05:10:26 +0000
(21:10 -0800)
Signed-off-by: Nicolas Pitre <nico@cam.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
fetch-clone.c
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(from parent 1:
c7740a9
)
diff --git
a/fetch-clone.c
b/fetch-clone.c
index 96cdab43c9038b10ee3e7eba3e3db5efbfbef74b..f629d8dacc1e9c83819641fa30fb09219a260148 100644
(file)
--- a/
fetch-clone.c
+++ b/
fetch-clone.c
@@
-46,7
+46,7
@@
static int get_pack(int xd[2], const char *me, int sideband, const char **argv)
side_pid = setup_sideband(sideband, me, fd, xd);
pid = fork();
if (pid < 0)
- die("%s: unable to fork off
git-unpack-objects", me
);
+ die("%s: unable to fork off
%s", me, argv[0]
);
if (!pid) {
dup2(fd[0], 0);
close(fd[0]);