summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2018-01-04 19:37:50 +0100
committerGitHub <noreply@github.com>2018-01-04 19:37:50 +0100
commit5aeaacc31705ffc1a461f4c99eebf050974f028d (patch)
tree679bf35b216cc5d0ca2e4d60a0374817b579ac2e /doc
parentb60b5c89818eda8336459132919b6dc36f87cc34 (diff)
parent38f8de15bfdb876c1e7a162c0002fbd4584209a2 (diff)
Merge pull request #1190 from matthiasbeyer/imag-init/init
imag-init: initial import
Diffstat (limited to 'doc')
-rw-r--r--doc/src/04020-module-init.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/src/04020-module-init.md b/doc/src/04020-module-init.md
new file mode 100644
index 00000000..235a5f50
--- /dev/null
+++ b/doc/src/04020-module-init.md
@@ -0,0 +1,9 @@
+## Init {#sec:modules:init}
+
+This is the only `imag-*` command which does _not_ set up a runtime and check
+whether the store is available. This command can be used to set up a imag store.
+
+It also puts a default configuration in the right place and initializes a git
+repository, if there is a `git` command in `$PATH` (via calling git on the
+commandline, not via `libgit2` or some other library).
+