diff options
author | Junio C Hamano <gitster@pobox.com> | 2007-12-14 22:08:25 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-12-14 22:08:25 -0800 |
commit | fa4701601a62664a9246a211c5d26f238820737e (patch) | |
tree | b1716cc95157bcdb4cc376a7edebb99e10ff33ec /command-list.txt | |
parent | 5b4617c7490921f3ea871231f71d6baa2288bf93 (diff) | |
download | git-fa4701601a62664a9246a211c5d26f238820737e.tar.gz |
Retire git-runstatus for real.
The command was removed from the builtin command list and there was no
way to invoke it, but the code was still there.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'command-list.txt')
-rw-r--r-- | command-list.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/command-list.txt b/command-list.txt index 28342da959..6c2b1d830d 100644 --- a/command-list.txt +++ b/command-list.txt @@ -98,7 +98,6 @@ git-revert mainporcelain git-rev-list plumbinginterrogators git-rev-parse ancillaryinterrogators git-rm mainporcelain common -git-runstatus ancillaryinterrogators git-send-email foreignscminterface git-send-pack synchingrepositories git-shell synchelpers |