Merge branch 'maint'
* maint: index-pack: fix trivial typo in usage string git-submodule.sh: properly initialize shell variablesmaint
commit
ddb27a5a6b
|
@ -11,7 +11,7 @@
|
||||||
#include "exec_cmd.h"
|
#include "exec_cmd.h"
|
||||||
|
|
||||||
static const char index_pack_usage[] =
|
static const char index_pack_usage[] =
|
||||||
"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>] }";
|
||||||
|
|
||||||
struct object_entry
|
struct object_entry
|
||||||
{
|
{
|
||||||
|
|
|
@ -21,6 +21,8 @@ command=
|
||||||
branch=
|
branch=
|
||||||
reference=
|
reference=
|
||||||
cached=
|
cached=
|
||||||
|
recursive=
|
||||||
|
init=
|
||||||
files=
|
files=
|
||||||
nofetch=
|
nofetch=
|
||||||
update=
|
update=
|
||||||
|
|
Loading…
Reference in New Issue