master
joey 2007-10-04 08:58:47 +00:00
parent 8a5ea081a2
commit 868d78293f
1 changed files with 9 additions and 1 deletions

View File

@ -13,4 +13,12 @@
my ($sha1) = run_or_non('git-rev-list', '--max-count=1', 'HEAD', $file); my ($sha1) = run_or_non('git-rev-list', '--max-count=1', 'HEAD', $file);
if ($sha1) { if ($sha1) {
I actually see a bug in this patch. :-) If srcdir = "foo" and the wiki
contains a "foo/bar" and a "bar", this will make it, in the non-ctime case,
get the sha1 of the wrong file, "bar", when "foo/bar" is asked for.
Better to strip the path out in getctime, I guess.
--[[Joey]]
[[tag patch]] [[tag patch]]