Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-06-27 02:07:48 +0400
committerJunio C Hamano <gitster@pobox.com>2013-06-27 02:07:48 +0400
commit2ddc898bc0d0c3f03b4aeeb34c33f652d95f2807 (patch)
treef465d150b6bef7a8e4e9553ba5d69936ab0307e1 /builtin/help.c
parent9a17e9ad15f77b739a33da703f695ad924cd825a (diff)
parent09b7e2204a8e41307192c800162e438ec09ddd2c (diff)
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 062957f629a..f1e236b9124 100644
--- a/builtin/help.c
+++ b/builtin/help.c
@@ -1,6 +1,4 @@
/*
- * builtin-help.c
- *
* Builtin help command
*/
#include "cache.h"