Hi,
Phil Hord wrote:
Documentation and some comments still refer to files in builtin/
as 'builtin-*.[cho]'. Update these to show the correct location.
Yeah, good call.
[...]
quoted hunk ↗ jump to hunk
--- a/builtin/help.c
+++ b/builtin/help.c
@@ -1,5 +1,5 @@
/*
- * builtin-help.c
+ * builtin/help.c
*
It would probably be better to remove the above two lines which are
redundant next to the filename. That can wait for a later patch if
you like, though.
With or without that change,
Reviewed-by: Jonathan Nieder <redacted>