Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-04-26 20:52:33 +0400
committerJunio C Hamano <gitster@pobox.com>2012-04-26 20:52:33 +0400
commitaba5f57c8fbb04abc5d286310969c1f767793930 (patch)
tree46f957c1a1cc146f7ed0d53876d9e963079ec77e /bundle.c
parentb1bcfbe34439ff6d1a04d0bddb01eebe4df418a5 (diff)
parent8258858493ad3504630c3bfa7dfde61df811994a (diff)
Sync with 1.7.7.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 6c4695eb91..0d22f23dd7 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);