diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-04-26 10:31:43 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-04-26 10:31:43 -0700 |
commit | 50bf38ac23957c31ae6f24c537e89fc16f1f5e30 (patch) | |
tree | bb2b05baa612421f1b9310c5e54cb5e594a22baa /bundle.c | |
parent | Merge branch 'maint-1.7.9' into maint (diff) | |
parent | Git 1.7.9.7 (diff) | |
download | tgif-50bf38ac23957c31ae6f24c537e89fc16f1f5e30.tar.xz |
Sync with 1.7.9.7
Diffstat (limited to 'bundle.c')
-rw-r--r-- | bundle.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |