X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/7e0cdc98b33f819285419c26da8e1cc2cbf3812d..99fce0af0d4e99bc81ef7847bfbe77662763e805:/doc/todo/git-rev-list_requires_relative_path___40__fixes_git_ctime__41__.mdwn diff --git a/doc/todo/git-rev-list_requires_relative_path___40__fixes_git_ctime__41__.mdwn b/doc/todo/git-rev-list_requires_relative_path___40__fixes_git_ctime__41__.mdwn index 9594cff4d..d811b8ea9 100644 --- a/doc/todo/git-rev-list_requires_relative_path___40__fixes_git_ctime__41__.mdwn +++ b/doc/todo/git-rev-list_requires_relative_path___40__fixes_git_ctime__41__.mdwn @@ -13,4 +13,12 @@ my ($sha1) = run_or_non('git-rev-list', '--max-count=1', 'HEAD', $file); if ($sha1) { -[[tag patch]] \ No newline at end of file +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 done]]