summaryrefslogtreecommitdiff
path: root/gen.rc
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2016-04-18 19:11:52 -0700
committerMichael Forney <mforney@mforney.org>2016-04-23 16:51:19 -0700
commitb63a2d5a69837da3ea59cbc451b4e152582ef2b5 (patch)
treeca9aebce80bc950255000fe0955497393875f832 /gen.rc
parent32df789b099a8d6c34b423cd7b3ff892aaaddd4f (diff)
Add commit script to generate commit history
This will make it easier for users to merge changes into their trees.
Diffstat (limited to 'gen.rc')
-rw-r--r--gen.rc1
1 files changed, 1 insertions, 0 deletions
diff --git a/gen.rc b/gen.rc
index acb00e0b..373de29a 100644
--- a/gen.rc
+++ b/gen.rc
@@ -5,3 +5,4 @@ file .perms '$outdir'/root.perms 644
build '$builddir/$repo.stamp' gitinit
build '$builddir/$repo.git/refs/tags/$repo_tag' gittree '$outdir/root.tree' '|' '$builddir/$repo.stamp' ./scripts/tree.rc
build '$builddir/$repo.tar' gitarchive '|' '$builddir/$repo.git/refs/tags/$repo_tag'
+build '$builddir/$repo.git/refs/heads/master' gitcommit '|' '$builddir/$repo.git/refs/tags/$repo_tag'