projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2392967
)
bundle: reword missing prerequisite error message
author
Junio C Hamano
<junkio@cox.net>
Sat, 24 Feb 2007 09:16:58 +0000
(
01:16
-0800)
committer
Junio C Hamano
<junkio@cox.net>
Sat, 24 Feb 2007 09:16:58 +0000
(
01:16
-0800)
As suggested by Mark Levedahl.
Signed-off-by: Junio C Hamano <junkio@cox.net>
builtin-bundle.c
patch
|
blob
|
history
diff --git
a/builtin-bundle.c
b/builtin-bundle.c
index d74afaacd7b1ef30046e507927db219c27130f80..d41a413b58d139283315720d9ffba95ea595cc1d 100644
(file)
--- a/
builtin-bundle.c
+++ b/
builtin-bundle.c
@@
-172,7
+172,7
@@
static int verify_bundle(struct bundle_header *header)
struct object_array refs;
struct commit *commit;
int i, ret = 0, req_nr;
- const char *message = "
The bundle requires these lacking rev
s:";
+ const char *message = "
Repository lacks these prerequisite commit
s:";
init_revisions(&revs, NULL);
for (i = 0; i < p->nr; i++) {