Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
i18n: git-add "did not match any files" message
[gitweb.git]
/
builtin
/
add.c
diff --git
a/builtin/add.c
b/builtin/add.c
index 21776ac52befa8e29b23de6176563fea3461fd7b..ffbd45986a85a596df0ac105751e670b84df9770 100644
(file)
--- a/
builtin/add.c
+++ b/
builtin/add.c
@@
-451,7
+451,7
@@
int cmd_add(int argc, const char **argv, const char *prefix)
if (excluded(&dir, pathspec[i], &dtype))
dir_add_ignored(&dir, pathspec[i], strlen(pathspec[i]));
} else
- die(
"pathspec '%s' did not match any files"
,
+ die(
_("pathspec '%s' did not match any files")
,
pathspec[i]);
}
}