aboutsummaryrefslogtreecommitdiff
path: root/source/01_raw/commits.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'source/01_raw/commits.xsl')
-rw-r--r--source/01_raw/commits.xsl7
1 files changed, 3 insertions, 4 deletions
diff --git a/source/01_raw/commits.xsl b/source/01_raw/commits.xsl
index c606030..b5fe201 100644
--- a/source/01_raw/commits.xsl
+++ b/source/01_raw/commits.xsl
@@ -9,16 +9,15 @@
<xsl:include href="[utility/datasource.xsl]"/>
<xsl:variable name="meta">
- <datasource type="main" mode="full" source="00_content/repositories.xml" target="repositories"/>
+ <datasource type="main" mode="full" source="00_content/repositories.xml" target="repositories"/>
+ <datasource type="support" mode="full" source="00_content/meta.xml" target="meta"/>
<target mode="plain" value="commits.xml"/>
</xsl:variable>
-<xsl:variable name="commit_count">20</xsl:variable>
-
<xsl:template match="repositories/entry">
<entry handle="{@handle}">
<xsl:copy-of select="InputXSLT:external-command(
- concat('./utility/git_log.sh ', path, ' ', $commit_count)
+ concat('./utility/git_log.sh ', path, ' ', $root/meta/commit_count)
)/self::command/commit"/>
</entry>
</xsl:template>