From: Linus Torvalds Date: Fri, 26 May 2006 05:41:02 +0000 (-0700) Subject: t1002: use -U0 instead of --unified=0 X-Git-Tag: v1.4.0-rc1~58 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/c928c67d67f73f6bf8c427a187bc92a6d77bc731?ds=inline;hp=c928c67d67f73f6bf8c427a187bc92a6d77bc731 t1002: use -U0 instead of --unified=0 Using "-U0" is definitely more portable than using "--unified=0", so we should do that regardless. Signed-off-by: Linus Torvalds Signed-off-by: Junio C Hamano ---