Re: [PATCH 2/2] Add --ignore-notfound option to exit with zero status when no files are removed.
From: Jeff King <hidden> Date: 2016-06-15 22:43:04
On Mon, Apr 16, 2007 at 12:59:35AM -0700, Junio C Hamano wrote:
quoted
+\--ignore-notfound::
+ Exit with a zero status even if no files matched.
+
ls-files has --error-unmatch so we may want to make the name
consistent by saying --ignore-unmatch? I particularly do not
care about the minute naming issues _right_ _now_, but we might
regret it in the long run.
Isn't this quite similar to the '-k' option to git-mv?
-Peff