]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'kh/column-reject-negative-padding'
authorJunio C Hamano <gitster@pobox.com>
Tue, 27 Feb 2024 02:10:25 +0000 (18:10 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 27 Feb 2024 02:10:25 +0000 (18:10 -0800)
"git column" has been taught to reject negative padding value, as
it would lead to nonsense behaviour including division by zero.

* kh/column-reject-negative-padding:
  column: guard against negative padding
  column: disallow negative padding


Trivial merge