summaryrefslogtreecommitdiff
path: root/builtin/help.c
diff options
context:
space:
mode:
authorPhil Hord <hordp@cisco.com>2013-06-18 17:44:58 (GMT)
committerJunio C Hamano <gitster@pobox.com>2013-06-18 18:05:51 (GMT)
commit09b7e2204a8e41307192c800162e438ec09ddd2c (patch)
tree664db8a93d2dd45b3ef8c66ec2622631917b96bb /builtin/help.c
parent04a74b6cfa5ef4870263f84ac94a488d9f2ef14a (diff)
downloadgit-09b7e2204a8e41307192c800162e438ec09ddd2c.zip
git-09b7e2204a8e41307192c800162e438ec09ddd2c.tar.gz
git-09b7e2204a8e41307192c800162e438ec09ddd2c.tar.bz2
fix "builtin-*" references to be "builtin/*"
Documentation and some comments still refer to files in builtin/ as 'builtin-*.[cho]'. Update these to show the correct location. Signed-off-by: Phil Hord <hordp@cisco.com> Reviewed-by: Jonathan Nieder <jrnieder@gmail.com> Assisted-by: Junio C Hamano <gitster@pobox.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
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 6067a61..7854f5a 100644
--- a/builtin/help.c
+++ b/builtin/help.c
@@ -1,6 +1,4 @@
/*
- * builtin-help.c
- *
* Builtin help command
*/
#include "cache.h"