Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
bisect: use "git rev-parse --sq-quote" instead of a custom "sq" function
[gitweb.git]
/
builtin-receive-pack.c
diff --git
a/builtin-receive-pack.c
b/builtin-receive-pack.c
index 849f1fe6f9c703bd7717e54548300dfe6e495061..a970b39505b5dda0bfa32a1a9c14ad676d28ec92 100644
(file)
--- a/
builtin-receive-pack.c
+++ b/
builtin-receive-pack.c
@@
-675,7
+675,7
@@
int cmd_receive_pack(int argc, const char **argv, const char *prefix)
setup_path();
if (!enter_repo(dir, 0))
- die("'%s'
: unable to chdir or not a git archive
", dir);
+ die("'%s'
does not appear to be a git repository
", dir);
if (is_repository_shallow())
die("attempt to push into a shallow repository");