diff options
author | Junio C Hamano <gitster@pobox.com> | 2019-05-08 17:37:27 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-05-08 17:37:27 +0200 |
commit | caa227ff458f34155ef4e974ba9e57c857c02c01 (patch) | |
tree | d5710ac6b84f68bfbbdca6dc0501e96e943fe7e0 /builtin.h | |
parent | Merge branch 'dr/ref-filter-push-track-fix' (diff) | |
parent | Turn `git serve` into a test helper (diff) | |
download | git-caa227ff458f34155ef4e974ba9e57c857c02c01.tar.xz git-caa227ff458f34155ef4e974ba9e57c857c02c01.zip |
Merge branch 'js/misc-doc-fixes'
"make check-docs", "git help -a", etc. did not account for cases
where a particular build may deliberately omit some subcommands,
which has been corrected.
* js/misc-doc-fixes:
Turn `git serve` into a test helper
test-tool: handle the `-C <directory>` option just like `git`
check-docs: do not bother checking for legacy scripts' documentation
docs: exclude documentation for commands that have been excluded
check-docs: allow command-list.txt to contain excluded commands
help -a: do not list commands that are excluded from the build
Makefile: drop the NO_INSTALL variable
remote-testgit: move it into the support directory for t5801
Diffstat (limited to 'builtin.h')
-rw-r--r-- | builtin.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -219,7 +219,6 @@ extern int cmd_rev_parse(int argc, const char **argv, const char *prefix); extern int cmd_revert(int argc, const char **argv, const char *prefix); extern int cmd_rm(int argc, const char **argv, const char *prefix); extern int cmd_send_pack(int argc, const char **argv, const char *prefix); -extern int cmd_serve(int argc, const char **argv, const char *prefix); extern int cmd_shortlog(int argc, const char **argv, const char *prefix); extern int cmd_show(int argc, const char **argv, const char *prefix); extern int cmd_show_branch(int argc, const char **argv, const char *prefix); |