From: Junio C Hamano Date: Fri, 9 Feb 2024 00:22:02 +0000 (-0800) Subject: Merge branch 'jc/revision-parse-int' into maint-2.43 X-Git-Tag: v2.43.1~42 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4b50f8614100a41c963a6a2d5e7424e0ff4e0863;p=thirdparty%2Fgit.git Merge branch 'jc/revision-parse-int' into maint-2.43 The command line parser for the "log" family of commands was too loose when parsing certain numbers, e.g., silently ignoring the extra 'q' in "git log -n 1q" without complaining, which has been tightened up. * jc/revision-parse-int: revision: parse integer arguments to --max-count, --skip, etc., more carefully --- 4b50f8614100a41c963a6a2d5e7424e0ff4e0863