X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=doc%2Fman1%2Fnotmuch-git.rst;h=ac1908b6103f17be1aa2e995f4dffbf163ab0f87;hb=fe3db23684c9de5b879733b7c7e3f7bbffbee026;hp=59d02fb4d11702ed513778a9878f7dd42d50165c;hpb=6219e7380ae34cc0c8142f4174bee3cde9bf9662;p=notmuch diff --git a/doc/man1/notmuch-git.rst b/doc/man1/notmuch-git.rst index 59d02fb4..ac1908b6 100644 --- a/doc/man1/notmuch-git.rst +++ b/doc/man1/notmuch-git.rst @@ -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'.