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 /Makefile | |
parent | Rename git-browse-help helper to git-browse--help (diff) | |
download | tgif-fa4701601a62664a9246a211c5d26f238820737e.tar.xz |
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 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |