From b63a2d5a69837da3ea59cbc451b4e152582ef2b5 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Mon, 18 Apr 2016 19:11:52 -0700 Subject: Add commit script to generate commit history This will make it easier for users to merge changes into their trees. --- gen.rc | 1 + 1 file changed, 1 insertion(+) (limited to 'gen.rc') 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' -- cgit v1.2.3