projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a29f169
)
fix $git_root caching
author
Joey Hess
<joey@kitenet.net>
Mon, 4 Oct 2010 20:35:17 +0000
(16:35 -0400)
committer
Joey Hess
<joey@kitenet.net>
Mon, 4 Oct 2010 20:35:17 +0000
(16:35 -0400)
IkiWiki/Plugin/git.pm
patch
|
blob
|
history
diff --git
a/IkiWiki/Plugin/git.pm
b/IkiWiki/Plugin/git.pm
index 794afb74065ab919f942a88799a61db24eb1476d..5922494bce8859124b99dcd53613ca7c49320fe6 100644
(file)
--- a/
IkiWiki/Plugin/git.pm
+++ b/
IkiWiki/Plugin/git.pm
@@
-741,7
+741,7
@@
sub git_find_root {
}
}
- return $subdir;
+ return $
git_root=$
subdir;
}
}