Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'rd/init-typo'
author
Junio C Hamano
<gitster@pobox.com>
Fri, 1 Jun 2018 06:06:40 +0000
(15:06 +0900)
committer
Junio C Hamano
<gitster@pobox.com>
Fri, 1 Jun 2018 06:06:40 +0000
(15:06 +0900)
Message fix.
* rd/init-typo:
init: fix grammar in "templates not found" msg
builtin/init-db.c
patch
|
blob
|
history
raw
(from parent 1:
95dd4b2
)
diff --git
a/builtin/init-db.c
b/builtin/init-db.c
index 5a5844c153824b7d311a7ba6e878cfc320002d29..4ecf90936822e64998651e4d51d1be9c921dee60 100644
(file)
--- a/
builtin/init-db.c
+++ b/
builtin/init-db.c
@@
-117,7
+117,7
@@
static void copy_templates(const char *template_dir)
dir = opendir(template_path.buf);
if (!dir) {
- warning(_("templates not found %s"), template_dir);
+ warning(_("templates not found
in
%s"), template_dir);
goto free_return;
}