summaryrefslogtreecommitdiff
path: root/builtin/help.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-06-26 22:07:48 (GMT)
committerJunio C Hamano <gitster@pobox.com>2013-06-26 22:07:48 (GMT)
commit2ddc898bc0d0c3f03b4aeeb34c33f652d95f2807 (patch)
treef465d150b6bef7a8e4e9553ba5d69936ab0307e1 /builtin/help.c
parent9a17e9ad15f77b739a33da703f695ad924cd825a (diff)
parent09b7e2204a8e41307192c800162e438ec09ddd2c (diff)
downloadgit-2ddc898bc0d0c3f03b4aeeb34c33f652d95f2807.zip
git-2ddc898bc0d0c3f03b4aeeb34c33f652d95f2807.tar.gz
git-2ddc898bc0d0c3f03b4aeeb34c33f652d95f2807.tar.bz2
Merge branch 'ph/builtin-srcs-are-in-subdir-these-days'
* ph/builtin-srcs-are-in-subdir-these-days: fix "builtin-*" references to be "builtin/*"
Diffstat (limited to 'builtin/help.c')
-rw-r--r--builtin/help.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/builtin/help.c b/builtin/help.c
index 062957f..f1e236b 100644
--- a/builtin/help.c
+++ b/builtin/help.c
@@ -1,6 +1,4 @@
/*
- * builtin-help.c
- *
* Builtin help command
*/
#include "cache.h"