]> git.eshelyaron.com Git - emacs.git/commitdiff
* admin/automerge (merge): Report no. of commits if too few.
authorGlenn Morris <rgm@gnu.org>
Thu, 22 Feb 2018 02:00:23 +0000 (21:00 -0500)
committerGlenn Morris <rgm@gnu.org>
Thu, 22 Feb 2018 02:00:23 +0000 (21:00 -0500)
admin/automerge

index 76c1596f3fa00ce1f5a3d795278566159ade6e3d..ba608d10904befaefb73c2e2bb6e7a2cf51b8296 100755 (executable)
@@ -161,10 +161,8 @@ merge ()
         return 0
 
     else
-        grep -qE "Nothing to merge|Number of missing commits" $tempfile && {
-            echo "Fewer than $nmin commits to merge"
+        grep -E "Nothing to merge|Number of missing commits" $tempfile && \
             exit 0
-        }
 
         cat "$tempfile" 1>&2