Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
git-svn: allow --log-window-size to be specified, default to 100
[gitweb.git]
/
t
/
lib-git-svn.sh
diff --git
a/t/lib-git-svn.sh
b/t/lib-git-svn.sh
index bb1d7b84bcdd3a413e900a0002baf268fa631f3f..27ad3b70f9d9c38defdcf632db0e79ce09c65f4e 100644
(file)
--- a/
t/lib-git-svn.sh
+++ b/
t/lib-git-svn.sh
@@
-42,6
+42,9
@@
then
exit
fi
+rawsvnrepo="$svnrepo"
svnrepo="file://$svnrepo"
-
+poke() {
+ perl -e '@x = stat($ARGV[0]); utime($x[8], $x[9] + 1, $ARGV[0])' "$1"
+}