diff options
author | Junio C Hamano <gitster@pobox.com> | 2023-01-23 22:39:51 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2023-01-23 22:39:51 +0100 |
commit | cd37c45acf8170aa80a4d7bd44ea5fc8241047f2 (patch) | |
tree | 24139cf9885892dba1533bb5c74dd6473fd272f6 /git.c | |
parent | Merge branch 'kn/attr-from-tree' (diff) | |
parent | env-helper: move this built-in to "test-tool env-helper" (diff) | |
download | git-cd37c45acf8170aa80a4d7bd44ea5fc8241047f2.tar.xz git-cd37c45acf8170aa80a4d7bd44ea5fc8241047f2.zip |
Merge branch 'ab/test-env-helper'
Remove "git env--helper" and demote it to a test-tool subcommand.
* ab/test-env-helper:
env-helper: move this built-in to "test-tool env-helper"
Diffstat (limited to 'git.c')
-rw-r--r-- | git.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -507,7 +507,6 @@ static struct cmd_struct commands[] = { { "diff-index", cmd_diff_index, RUN_SETUP | NO_PARSEOPT }, { "diff-tree", cmd_diff_tree, RUN_SETUP | NO_PARSEOPT }, { "difftool", cmd_difftool, RUN_SETUP_GENTLY }, - { "env--helper", cmd_env__helper }, { "fast-export", cmd_fast_export, RUN_SETUP }, { "fast-import", cmd_fast_import, RUN_SETUP | NO_PARSEOPT }, { "fetch", cmd_fetch, RUN_SETUP }, |