Basic content repo outline.

Code's here, no tooling to generate content packs yet, however.
This commit is contained in:
PJB3005
2017-08-04 14:24:01 +02:00
parent e6beee36c7
commit 02c67c851d
23 changed files with 653 additions and 78 deletions

View File

@@ -0,0 +1,5 @@
#!/bin/bash
# Just call post-checkout since it does the same thing.
gitroot=`git rev-parse --show-toplevel`
bash "$gitroot/.git/hooks/post-checkout"