From: Junio C Hamano Date: Tue, 8 May 2018 06:59:33 +0000 (+0900) Subject: Merge branch 'jc/parseopt-expiry-errors' X-Git-Tag: v2.18.0-rc0~77 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/3915f9a4fa2ae48b282a71f72113ca8629b27618 Merge branch 'jc/parseopt-expiry-errors' "git gc --prune=nonsense" spent long time repacking and then silently failed when underlying "git prune --expire=nonsense" failed to parse its command line. This has been corrected. * jc/parseopt-expiry-errors: parseopt: handle malformed --expire arguments more nicely gc: do not upcase error message shown with die() --- 3915f9a4fa2ae48b282a71f72113ca8629b27618