From: Johannes Schindelin Date: Mon, 13 Aug 2018 11:33:28 +0000 (-0700) Subject: range-diff: left-pad patch numbers X-Git-Tag: v2.19.0-rc0~15^2~2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/d1f87a2d9c4877ada003c231b92de7560eab62ed?ds=sidebyside;hp=d1f87a2d9c4877ada003c231b92de7560eab62ed range-diff: left-pad patch numbers As pointed out by Elijah Newren, tbdiff has this neat little alignment trick where it outputs the commit pairs with patch numbers that are padded to the maximal patch number's width: 1: cafedead = 1: acefade first patch [...] 314: beefeada < 314: facecab up to PI! Let's do the same in range-diff, too. Signed-off-by: Johannes Schindelin Signed-off-by: Junio C Hamano ---