]> git.cworth.org Git - notmuch/blobdiff - doc/man1/notmuch-git.rst
CLI/git: add --format-version argument to init subcommand
[notmuch] / doc / man1 / notmuch-git.rst
index 59d02fb4d11702ed513778a9878f7dd42d50165c..ac1908b6103f17be1aa2e995f4dffbf163ab0f87 100644 (file)
@@ -125,13 +125,19 @@ Fetch changes from the remote repository.
 
 Show brief help for an `notmuch git` command.
 
-.. option:: init
+.. option:: init [--format-version=N]
 
 Create an empty `notmuch git` repository.
 
 This wraps 'git init' with a few extra steps to support subsequent
 status and commit commands.
 
+   .. describe:: --format-version=N
+
+   Create a repo in format version N. By default :any:`notmuch-git`
+   uses the highest supported version, which is the best choice for
+   most use-cases.
+
 .. option:: log [arg ...]
 
 A wrapper for 'git log'.