diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-06-26 15:07:48 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-06-26 15:07:48 -0700 |
commit | 2ddc898bc0d0c3f03b4aeeb34c33f652d95f2807 (patch) | |
tree | f465d150b6bef7a8e4e9553ba5d69936ab0307e1 /builtin/help.c | |
parent | 9a17e9ad15f77b739a33da703f695ad924cd825a (diff) | |
parent | 09b7e2204a8e41307192c800162e438ec09ddd2c (diff) | |
download | git-2ddc898bc0d0c3f03b4aeeb34c33f652d95f2807.tar.gz |
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.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/builtin/help.c b/builtin/help.c index 062957f629..f1e236b912 100644 --- a/builtin/help.c +++ b/builtin/help.c @@ -1,6 +1,4 @@ /* - * builtin-help.c - * * Builtin help command */ #include "cache.h" |