Browse Source

Merge branch 'maint'

* maint:
  index-pack: fix trivial typo in usage string
  git-submodule.sh: properly initialize shell variables
maint
Junio C Hamano 15 years ago
parent
commit
ddb27a5a6b
  1. 2
      builtin/index-pack.c
  2. 2
      git-submodule.sh

2
builtin/index-pack.c

@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@
#include "exec_cmd.h"

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
{

2
git-submodule.sh

@ -21,6 +21,8 @@ command= @@ -21,6 +21,8 @@ command=
branch=
reference=
cached=
recursive=
init=
files=
nofetch=
update=

Loading…
Cancel
Save