Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
dir.c: export excluded_1() and add_excludes_from_file_1()
[gitweb.git]
/
builtin-upload-archive.c
diff --git
a/builtin-upload-archive.c
b/builtin-upload-archive.c
index f6c4c0f149801c2d423f7ed1740a6fe9b03cf8df..c4cd1e1327f18ae27b74fac6dfd41938cd9dfe5d 100644
(file)
--- a/
builtin-upload-archive.c
+++ b/
builtin-upload-archive.c
@@
-35,7
+35,7
@@
static int run_upload_archive(int argc, const char **argv, const char *prefix)
strcpy(buf, argv[1]); /* enter-repo smudges its argument */
if (!enter_repo(buf, 0))
- die("
not a git archive"
);
+ die("
'%s' does not appear to be a git repository", buf
);
/* put received options in sent_argv[] */
sent_argc = 1;