We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c8c073c + ed215b1 commit ddb27a5Copy full SHA for ddb27a5
builtin/index-pack.c
@@ -11,7 +11,7 @@
11
#include "exec_cmd.h"
12
13
static const char index_pack_usage[] =
14
-"git index-pack [-v] [-o <index-file>] [{ ---keep | --keep=<msg> }] [--strict] { <pack-file> | --stdin [--fix-thin] [<pack-file>] }";
+"git index-pack [-v] [-o <index-file>] [{ --keep | --keep=<msg> }] [--strict] { <pack-file> | --stdin [--fix-thin] [<pack-file>] }";
15
16
struct object_entry
17
{
git-submodule.sh
@@ -21,6 +21,8 @@ command=
21
branch=
22
reference=
23
cached=
24
+recursive=
25
+init=
26
files=
27
nofetch=
28
update=
0 commit comments