X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=doc%2Fman1%2Fnotmuch-git.rst;h=33a46f84058750ef19b910772089bbe07f7956ed;hb=1b878877d928a5279c3c0003d067d8b875f7e42a;hp=59d02fb4d11702ed513778a9878f7dd42d50165c;hpb=6219e7380ae34cc0c8142f4174bee3cde9bf9662;p=notmuch diff --git a/doc/man1/notmuch-git.rst b/doc/man1/notmuch-git.rst index 59d02fb4..33a46f84 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'. @@ -319,11 +325,11 @@ If it is unset, 'default' is assumed. .. envvar:: NOTMUCH_GIT_DIR - Default location of git repository. Overriden by :option:`--git-dir`. + Default location of git repository. Overridden by :option:`--git-dir`. .. envvar:: NOTMUCH_GIT_PREFIX - Default tag prefix (filter). Overriden by :option:`--tag-prefix`. + Default tag prefix (filter). Overridden by :option:`--tag-prefix`. SEE ALSO ========