diff options
| author | Michael Forney <mforney@mforney.org> | 2016-12-29 23:29:07 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2016-12-29 23:29:07 -0800 |
| commit | 36c037effc0ce49beaa5e27caed0343e137013a6 (patch) | |
| tree | 9741abb4eb56e15e2f5b819271b082f7ff9c530b /build.ninja | |
| parent | 4a9f8e3cb82e9b04fc7a63146569b997dc01c1e1 (diff) | |
Allow using /.git as output repository
Diffstat (limited to 'build.ninja')
| -rw-r--r-- | build.ninja | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build.ninja b/build.ninja index 45790701..e4fbfa09 100644 --- a/build.ninja +++ b/build.ninja @@ -16,7 +16,8 @@ python = python yacc = yacc zic = zic -repo = root +repo = $builddir/root.git +repo_flags = --bare repo_tag = tree repo_branch = master |
