summaryrefslogtreecommitdiff
path: root/bundle.c
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2012-04-26 10:31:43 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2012-04-26 10:31:43 -0700
commit50bf38ac23957c31ae6f24c537e89fc16f1f5e30 (patch)
treebb2b05baa612421f1b9310c5e54cb5e594a22baa /bundle.c
parentMerge branch 'maint-1.7.9' into maint (diff)
parentGit 1.7.9.7 (diff)
downloadtgif-50bf38ac23957c31ae6f24c537e89fc16f1f5e30.tar.xz
Sync with 1.7.9.7
Diffstat (limited to 'bundle.c')
-rw-r--r--bundle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundle.c b/bundle.c
index d9cfd90534..27ab32e431 100644
--- a/bundle.c
+++ b/bundle.c
@@ -289,7 +289,7 @@ int create_bundle(struct bundle_header *header, const char *path,
argc = setup_revisions(argc, argv, &revs, NULL);
if (argc > 1)
- return error("unrecognized argument: %s'", argv[1]);
+ return error("unrecognized argument: %s", argv[1]);
object_array_remove_duplicates(&revs.pending);