Skip to content

Commit

Permalink
Merge branch 'maint'
Browse files Browse the repository at this point in the history
* maint:
  index-pack: fix trivial typo in usage string
  git-submodule.sh: properly initialize shell variables
Junio C Hamano committed May 2, 2010
2 parents c8c073c + ed215b1 commit ddb27a5
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion builtin/index-pack.c
Original file line number Diff line number Diff line change
@@ -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 changes: 2 additions & 0 deletions git-submodule.sh
Original file line number Diff line number Diff line change
@@ -21,6 +21,8 @@ command=
branch=
reference=
cached=
recursive=
init=
files=
nofetch=
update=

0 comments on commit ddb27a5

Please sign in to comment.