On Sat, Jul 06, 2024 at 09:53:18AM +0000, wonda-tea-coffee via GitGitGadget wrote: > From: wonda-tea-coffee <lagrange.resolvent@xxxxxxxxx> > > The number to be displayed is calculated by the > following defined in object.h. > > ``` > #define REV_SHIFT 2 > #define MAX_REVS (FLAG_BITS - REV_SHIFT) > ``` > > FLAG_BITS is currently 28, so 26 is the correct > number. > > Signed-off-by: Rikita Ishikawa <lagrange.resolvent@xxxxxxxxx> Thanks, this version looks good to me. As Junio noted, we'd generally want the "From" to match the Sign-off (where the former is coming from the author name in the commit). You can either re-send, or if you give the OK, he might just fix it up as he applies. -Peff