From: Shawn O. Pearce Date: Fri, 23 Nov 2007 20:35:08 +0000 (-0500) Subject: Remove git-status from list of scripts as it is builtin X-Git-Tag: v1.5.4-rc0~78^2~7 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/e475fe16a9b7f36478ee4f304e53d6979e4f1710?hp=e475fe16a9b7f36478ee4f304e53d6979e4f1710 Remove git-status from list of scripts as it is builtin Now that git-status is builtin on Cygwin this compiles as git-status.exe. We cannot continue to include git-status as a Makefile target as it will never be built. Signed-off-by: Shawn O. Pearce Signed-off-by: Junio C Hamano ---