summaryrefslogtreecommitdiff
path: root/builtin-init-db.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2008-09-16 01:24:58 -0700
committerJunio C Hamano <gitster@pobox.com>2008-09-16 01:24:58 -0700
commit97d7fee2cb068f215a593c6e5623b265db45d3bc (patch)
tree6179e15deb7b34d3d2c6236077e7ad8454457942 /builtin-init-db.c
parent132c6e443cb76d0baf9eece7b9424d25dc83a91d (diff)
parent1f5a892e5209be329dda316edb0341066d62e3eb (diff)
downloadgit-97d7fee2cb068f215a593c6e5623b265db45d3bc.tar.gz
Merge branch 'maint'
* maint: Cosmetical command name fix Start conforming code to "git subcmd" style part 3 t9700/test.pl: remove File::Temp requirement t9700/test.pl: avoid bareword 'STDERR' in 3-argument open()
Diffstat (limited to 'builtin-init-db.c')
-rw-r--r--builtin-init-db.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin-init-db.c b/builtin-init-db.c
index baf0d09ac4..8140c1299a 100644
--- a/builtin-init-db.c
+++ b/builtin-init-db.c
@@ -37,7 +37,7 @@ static void copy_templates_1(char *path, int baselen,
/* Note: if ".git/hooks" file exists in the repository being
* re-initialized, /etc/core-git/templates/hooks/update would
- * cause git-init to fail here. I think this is sane but
+ * cause "git init" to fail here. I think this is sane but
* it means that the set of templates we ship by default, along
* with the way the namespace under .git/ is organized, should
* be really carefully chosen.