Skip to content

Commit

Permalink
Retire git-runstatus for real.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Junio C Hamano committed Dec 15, 2007
1 parent 5b4617c commit fa47016
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 108 deletions.
68 changes: 0 additions & 68 deletions Documentation/git-runstatus.txt

This file was deleted.

2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -933,7 +933,7 @@ git-http-push$X: revision.o http.o http-push.o $(GITLIBS)

$(LIB_OBJS) $(BUILTIN_OBJS): $(LIB_H)
$(patsubst git-%$X,%.o,$(PROGRAMS)): $(LIB_H) $(wildcard */*.h)
builtin-revert.o builtin-runstatus.o wt-status.o: wt-status.h
builtin-revert.o wt-status.o: wt-status.h

$(LIB_FILE): $(LIB_OBJS)
$(QUIET_AR)$(RM) $@ && $(AR) rcs $@ $(LIB_OBJS)
Expand Down
38 changes: 0 additions & 38 deletions builtin-runstatus.c

This file was deleted.

1 change: 0 additions & 1 deletion command-list.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fa47016

Please sign in to comment.