Code

Use standard -t option for touch.
authorSimon 'corecode' Schubert <corecode@fs.ei.tum.de>
Thu, 18 Jan 2007 10:18:51 +0000 (11:18 +0100)
committerJunio C Hamano <junkio@cox.net>
Thu, 18 Jan 2007 22:17:54 +0000 (14:17 -0800)
commit4700951298ec75283c71e3daa9b18007adc195a2
tree8f6c2d79344952b6798c7f047180b9cbf706a7ce
parentb18b00a6612a8da12cb14c232a6ab4184cd262dd
Use standard -t option for touch.

Non-GNU touch do not have the -d option to take free form
date strings.  The POSIX -t option should be more widespread.
For this to work, date needs to output YYYYMMDDHHMM.SS date strings.

Signed-off-by: Simon 'corecode' Schubert <corecode@fs.ei.tum.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
t/t4200-rerere.sh