]> git.ipfire.org Git - thirdparty/git.git/commit
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)
commitcf258a9e4ef389277dfc2ddb0ec91fd13cead55f
tree151f76bf0c79164785db4173cee4554cf07d5df8
parent225f892685e18b917d9827bb42e9533545a98b8e
parent76fb807faacc38661ddb1c561ed80930699146ec
Merge branch 'kh/column-reject-negative-padding'

"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