From: Jeff King Date: Tue, 10 Jun 2014 20:10:07 +0000 (-0400) Subject: repack: s/write_bitmap/&s/ in code X-Git-Tag: v2.0.2~9^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/d078d85bc3cd74bbe1f230feb26cbe28f29d6d25?hp=d078d85bc3cd74bbe1f230feb26cbe28f29d6d25 repack: s/write_bitmap/&s/ in code The config name is "writeBitmaps", so the internal variable missing the plural is unnecessarily confusing to write. Signed-off-by: Jeff King Signed-off-by: Junio C Hamano ---