From: Alex Riesen Date: Thu, 30 Oct 2008 09:00:29 +0000 (+0100) Subject: Add --verbose|-v to test-chmtime X-Git-Tag: v1.6.0.4~27 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/0ea9ca07aa76bef80c066b1a70366cf90caa703d?hp=0ea9ca07aa76bef80c066b1a70366cf90caa703d Add --verbose|-v to test-chmtime This allows us replace perl when getting the mtime of a file because of time zone conversions, though at the moment only one platform which does this has been identified: Cygwin when used with ActiveState Perl (as usual). The output format is: TAB TAB ... which, if only mtime is needed can be parsed with cut(1): test-chmtime -v +0 filename1 | cut -f 1 Also, the change adds a description of programs features, with examples. Signed-off-by: Alex Riesen Signed-off-by: Junio C Hamano ---