Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
merge-recursive: Defer rename/rename(2to1) handling until process_entry
[gitweb.git]
/
builtin
/
clone.c
diff --git
a/builtin/clone.c
b/builtin/clone.c
index 8560cf8572a1e4786ae4593c21c0e9d3a5d9d6e8..f579794d9a93a0e55289921f20b8f68b85211ca1 100644
(file)
--- a/
builtin/clone.c
+++ b/
builtin/clone.c
@@
-417,7
+417,7
@@
int cmd_clone(int argc, const char **argv, const char *prefix)
if (path)
repo = xstrdup(absolute_path(repo_name));
else if (!strchr(repo_name, ':'))
- die(
"repository '%s' does not exist"
, repo_name);
+ die(
_("repository '%s' does not exist")
, repo_name);
else
repo = repo_name;
is_local = path && !is_bundle;