From: Junio C Hamano Date: Tue, 2 Jul 2013 04:49:09 +0000 (-0700) Subject: t1512: correct leftover constants from earlier edition X-Git-Tag: v1.8.3.4~20^2~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/2c57f7c9a2ae0190c0abe050197f2da6b56ef414?hp=2c57f7c9a2ae0190c0abe050197f2da6b56ef414 t1512: correct leftover constants from earlier edition The earliest iteration of this test script used a magic string 110282 as the common prefix for ambiguous object names, but the final edition switched the common prefix to 0000000000 (10 "0"s). Unfortunately, instances of the original prefix were left in the comments and a few tests. Replace them with the correct constants. Signed-off-by: Junio C Hamano ---