From: Alexandre Oliva Date: Thu, 21 Jan 1999 03:54:04 +0000 (+0000) Subject: handle locally added and removed files X-Git-Tag: ild-branchpoint~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6593e3f41e51204cbbb645b4c3e5688ea4db08a1;p=thirdparty%2Flibtool.git handle locally added and removed files --- diff --git a/commit b/commit index 9925ebe8b..467859faa 100755 --- a/commit +++ b/commit @@ -158,6 +158,8 @@ if cvs $cvsopt stat $statopt ${1+"$@"} 2>/dev/null | grep Status \ case "$rest" in "Up-to-date") :;; "Locally Modified") echo "M $file" >&2;; + "Locally Added") echo "A $file" >&2;; + "Locally Removed") echo "R $file" >&2;; *) echo "C $file"; echo "C $file" >&2;; esac done | grep . >/dev/null; then