diff options
| author | Junio C Hamano <gitster@pobox.com> | 2020-10-08 21:53:26 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2020-10-08 21:53:26 -0700 |
| commit | 86e1007abc58f8458ce90dc10a385239722cf08a (patch) | |
| tree | 8d7ae6caf3219ff0684ebefdb4df704649940836 /help.h | |
| parent | 08f06e542d3f36cf1044f32fd7f84576fa2f324b (diff) | |
| parent | 722fc374914d4f9b37d42a8eda603eecb790f64c (diff) | |
| download | git-86e1007abc58f8458ce90dc10a385239722cf08a.tar.xz | |
Merge branch 'js/no-builtins-on-disk-option'
Hotfix to breakage introduced in the topic in v2.29-rc0
* js/no-builtins-on-disk-option:
help: do not expect built-in commands to be hardlinked
Diffstat (limited to 'help.h')
| -rw-r--r-- | help.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -32,6 +32,7 @@ const char *help_unknown_cmd(const char *cmd); void load_command_list(const char *prefix, struct cmdnames *main_cmds, struct cmdnames *other_cmds); +void load_builtin_commands(const char *prefix, struct cmdnames *cmds); void add_cmdname(struct cmdnames *cmds, const char *name, int len); /* Here we require that excludes is a sorted list. */ void exclude_cmds(struct cmdnames *cmds, struct cmdnames *excludes); |
