Junio C Hamano wrote: > This removes tentative "git stat" and make it take over "git status". > > Signed-off-by: Junio C Hamano <gitster@xxxxxxxxx> > --- > > * This alone fails some tests; 9/9 will be squashed in in the final round. > > Documentation/git-status.txt | 79 ++++++++++++++++++++++++++++++++++++----- > builtin-commit.c | 29 ++------------- > builtin.h | 1 - > git.c | 1 - > 4 files changed, 73 insertions(+), 37 deletions(-) [...] > - { "stat", cmd_stat, RUN_SETUP | NEED_WORK_TREE }, > { "status", cmd_status, RUN_SETUP | NEED_WORK_TREE }, This lacks a corresponding update to the Makefile: diff --git i/Makefile w/Makefile index f384a52..8a7509c 100644 --- i/Makefile +++ w/Makefile @@ -383,7 +383,6 @@ BUILT_INS += git-init$X BUILT_INS += git-merge-subtree$X BUILT_INS += git-peek-remote$X BUILT_INS += git-repo-config$X -BUILT_INS += git-stat$X BUILT_INS += git-show$X BUILT_INS += git-stage$X BUILT_INS += git-status$X -- Thomas Rast trast@{inf,student}.ethz.ch -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html