diff options
author | Junio C Hamano <gitster@pobox.com> | 2007-12-15 07:08:25 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-12-15 07:08:25 +0100 |
commit | fa4701601a62664a9246a211c5d26f238820737e (patch) | |
tree | b1716cc95157bcdb4cc376a7edebb99e10ff33ec /command-list.txt | |
parent | Rename git-browse-help helper to git-browse--help (diff) | |
download | git-fa4701601a62664a9246a211c5d26f238820737e.tar.xz git-fa4701601a62664a9246a211c5d26f238820737e.zip |
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 '')
-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 |