]> git.ipfire.org Git - thirdparty/git.git/commit - t/t9119-git-svn-info.sh
t9119: do not compare "Text Last Updated" line from "svn info"
authorJunio C Hamano <gitster@pobox.com>
Tue, 7 Dec 2010 00:00:02 +0000 (16:00 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 7 Dec 2010 00:30:42 +0000 (16:30 -0800)
commited7158b42475e3b13ac90c52d9ce0bbc855e18c2
tree7fffa3a8891ea9380653797d35fde3115a9dd6ed
parent87b50542a08ac6caa083ddc376e674424e37940a
t9119: do not compare "Text Last Updated" line from "svn info"

On the "Text Last Updated" line, "git svn info <file>" does not give the
timestamp of the commit that touched the path most recently, unlike "svn
info <file>".  Do not expect the output from two commands to match on
these lines.

There was a "ptouch" attempt to transplant the timestamp from svn working
tree files to corresponding git working tree files, which mostly hid this
difference, but is made pointless now with this change.  Remove the helper
function and calls to it.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t9119-git-svn-info.sh