Skip to content

Commit ddb27a5

Browse files
committed
Merge branch 'maint'
* maint: index-pack: fix trivial typo in usage string git-submodule.sh: properly initialize shell variables
2 parents c8c073c + ed215b1 commit ddb27a5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

builtin/index-pack.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#include "exec_cmd.h"
1212

1313
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>] }";
14+
"git index-pack [-v] [-o <index-file>] [{ --keep | --keep=<msg> }] [--strict] { <pack-file> | --stdin [--fix-thin] [<pack-file>] }";
1515

1616
struct object_entry
1717
{

git-submodule.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ command=
2121
branch=
2222
reference=
2323
cached=
24+
recursive=
25+
init=
2426
files=
2527
nofetch=
2628
update=

0 commit comments

Comments
 (0)