Browse Source

Merge branch 'sb/dashless'

* sb/dashless:
  Make usage strings dash-less
  t/: Use "test_must_fail git" instead of "! git"
  t/test-lib.sh: exit with small negagive int is ok with test_must_fail

Conflicts:
	builtin-blame.c
	builtin-mailinfo.c
	builtin-mailsplit.c
	builtin-shortlog.c
	git-am.sh
	t/t4150-am.sh
	t/t4200-rerere.sh
maint
Junio C Hamano 17 years ago
parent
commit
588c038ac6
  1. 2
      builtin-add.c
  2. 2
      builtin-apply.c
  3. 2
      builtin-archive.c
  4. 2
      builtin-blame.c
  5. 8
      builtin-branch.c
  6. 4
      builtin-cat-file.c
  7. 2
      builtin-check-attr.c
  8. 2
      builtin-checkout-index.c
  9. 2
      builtin-clean.c
  10. 2
      builtin-clone.c
  11. 4
      builtin-commit.c
  12. 2
      builtin-config.c
  13. 2
      builtin-count-objects.c
  14. 2
      builtin-describe.c
  15. 2
      builtin-diff-files.c
  16. 2
      builtin-diff-index.c
  17. 2
      builtin-diff-tree.c
  18. 2
      builtin-diff.c
  19. 2
      builtin-fast-export.c
  20. 2
      builtin-fetch-pack.c
  21. 2
      builtin-fetch.c
  22. 2
      builtin-fmt-merge-msg.c
  23. 2
      builtin-for-each-ref.c
  24. 2
      builtin-fsck.c
  25. 2
      builtin-gc.c
  26. 2
      builtin-grep.c
  27. 2
      builtin-init-db.c
  28. 2
      builtin-log.c
  29. 2
      builtin-ls-files.c
  30. 2
      builtin-ls-remote.c
  31. 2
      builtin-ls-tree.c
  32. 2
      builtin-mailinfo.c
  33. 2
      builtin-mailsplit.c
  34. 2
      builtin-merge-base.c
  35. 2
      builtin-mv.c
  36. 2
      builtin-name-rev.c
  37. 2
      builtin-pack-refs.c
  38. 2
      builtin-prune-packed.c
  39. 2
      builtin-prune.c
  40. 2
      builtin-push.c
  41. 6
      builtin-reflog.c
  42. 2
      builtin-rerere.c
  43. 4
      builtin-reset.c
  44. 2
      builtin-rev-list.c
  45. 2
      builtin-rev-parse.c
  46. 4
      builtin-revert.c
  47. 2
      builtin-rm.c
  48. 2
      builtin-send-pack.c
  49. 2
      builtin-shortlog.c
  50. 2
      builtin-show-branch.c
  51. 2
      builtin-symbolic-ref.c
  52. 8
      builtin-tag.c
  53. 2
      builtin-tar-tree.c
  54. 2
      builtin-update-index.c
  55. 4
      builtin-update-ref.c
  56. 6
      builtin-upload-archive.c
  57. 2
      builtin-verify-tag.c
  58. 2
      builtin-write-tree.c
  59. 4
      contrib/examples/git-merge.sh
  60. 2
      daemon.c
  61. 2
      fast-import.c
  62. 6
      git-am.sh
  63. 4
      git-archimport.perl
  64. 2
      git-cvsexportcommit.perl
  65. 2
      git-cvsimport.perl
  66. 2
      git-cvsserver.perl
  67. 2
      git-instaweb.sh
  68. 2
      git-pull.sh
  69. 2
      git-quiltimport.sh
  70. 2
      git-relink.perl
  71. 2
      git-repack.sh
  72. 2
      git-send-email.perl
  73. 7
      git-sh-setup.sh
  74. 2
      git-svn.perl
  75. 2
      hash-object.c
  76. 2
      help.c
  77. 2
      http-push.c
  78. 2
      index-pack.c
  79. 2
      pack-redundant.c
  80. 6
      t/t0000-basic.sh
  81. 8
      t/t0020-crlf.sh
  82. 2
      t/t0050-filesystem.sh
  83. 2
      t/t1200-tutorial.sh
  84. 19
      t/t1300-repo-config.sh
  85. 2
      t/t1302-repo-version.sh
  86. 4
      t/t1400-update-ref.sh
  87. 2
      t/t2000-checkout-cache-clash.sh
  88. 2
      t/t2100-update-cache-badpath.sh
  89. 2
      t/t3020-ls-files-error-unmatch.sh
  90. 8
      t/t3200-branch.sh
  91. 4
      t/t3210-pack-refs.sh
  92. 8
      t/t3403-rebase-skip.sh
  93. 12
      t/t3502-cherry-pick-merge.sh
  94. 26
      t/t3600-rm.sh
  95. 4
      t/t3700-add.sh
  96. 28
      t/t4015-diff-whitespace.sh
  97. 2
      t/t4018-diff-funcname.sh
  98. 16
      t/t4103-apply-binary.sh
  99. 4
      t/t4113-apply-ending.sh
  100. 8
      t/t4150-am.sh
  101. Some files were not shown because too many files have changed in this diff Show More

2
builtin-add.c

@ -16,7 +16,7 @@ @@ -16,7 +16,7 @@
#include "parse-options.h"

static const char * const builtin_add_usage[] = {
"git-add [options] [--] <filepattern>...",
"git add [options] [--] <filepattern>...",
NULL
};
static int patch_interactive = 0, add_interactive = 0;

2
builtin-apply.c

@ -46,7 +46,7 @@ static const char *fake_ancestor; @@ -46,7 +46,7 @@ static const char *fake_ancestor;
static int line_termination = '\n';
static unsigned long p_context = ULONG_MAX;
static const char apply_usage[] =
"git-apply [--stat] [--numstat] [--summary] [--check] [--index] [--cached] [--apply] [--no-add] [--index-info] [--allow-binary-replacement] [--reverse] [--reject] [--verbose] [-z] [-pNUM] [-CNUM] [--whitespace=<nowarn|warn|fix|error|error-all>] <patch>...";
"git apply [--stat] [--numstat] [--summary] [--check] [--index] [--cached] [--apply] [--no-add] [--index-info] [--allow-binary-replacement] [--reverse] [--reject] [--verbose] [-z] [-pNUM] [-CNUM] [--whitespace=<nowarn|warn|fix|error|error-all>] <patch>...";

static enum ws_error_action {
nowarn_ws_error,

2
builtin-archive.c

@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@
#include "attr.h"

static const char archive_usage[] = \
"git-archive --format=<fmt> [--prefix=<prefix>/] [--verbose] [<extra>] <tree-ish> [path...]";
"git archive --format=<fmt> [--prefix=<prefix>/] [--verbose] [<extra>] <tree-ish> [path...]";

#define USES_ZLIB_COMPRESSION 1


2
builtin-blame.c

@ -20,7 +20,7 @@ @@ -20,7 +20,7 @@
#include "mailmap.h"
#include "parse-options.h"

static char blame_usage[] = "git-blame [options] [rev-opts] [rev] [--] file";
static char blame_usage[] = "git blame [options] [rev-opts] [rev] [--] file";

static const char *blame_opt_usage[] = {
blame_usage,

8
builtin-branch.c

@ -15,10 +15,10 @@ @@ -15,10 +15,10 @@
#include "branch.h"

static const char * const builtin_branch_usage[] = {
"git-branch [options] [-r | -a] [--merged | --no-merged]",
"git-branch [options] [-l] [-f] <branchname> [<start-point>]",
"git-branch [options] [-r] (-d | -D) <branchname>",
"git-branch [options] (-m | -M) [<oldbranch>] <newbranch>",
"git branch [options] [-r | -a] [--merged | --no-merged]",
"git branch [options] [-l] [-f] <branchname> [<start-point>]",
"git branch [options] [-r] (-d | -D) <branchname>",
"git branch [options] (-m | -M) [<oldbranch>] <newbranch>",
NULL
};


4
builtin-cat-file.c

@ -202,8 +202,8 @@ static int batch_objects(int print_contents) @@ -202,8 +202,8 @@ static int batch_objects(int print_contents)
}

static const char * const cat_file_usage[] = {
"git-cat-file [-t|-s|-e|-p|<type>] <sha1>",
"git-cat-file [--batch|--batch-check] < <list_of_sha1s>",
"git cat-file [-t|-s|-e|-p|<type>] <sha1>",
"git cat-file [--batch|--batch-check] < <list_of_sha1s>",
NULL
};


2
builtin-check-attr.c

@ -4,7 +4,7 @@ @@ -4,7 +4,7 @@
#include "quote.h"

static const char check_attr_usage[] =
"git-check-attr attr... [--] pathname...";
"git check-attr attr... [--] pathname...";

int cmd_check_attr(int argc, const char **argv, const char *prefix)
{

2
builtin-checkout-index.c

@ -154,7 +154,7 @@ static void checkout_all(const char *prefix, int prefix_length) @@ -154,7 +154,7 @@ static void checkout_all(const char *prefix, int prefix_length)
}

static const char checkout_cache_usage[] =
"git-checkout-index [-u] [-q] [-a] [-f] [-n] [--stage=[123]|all] [--prefix=<string>] [--temp] [--] <file>...";
"git checkout-index [-u] [-q] [-a] [-f] [-n] [--stage=[123]|all] [--prefix=<string>] [--temp] [--] <file>...";

static struct lock_file lock_file;


2
builtin-clean.c

@ -15,7 +15,7 @@ @@ -15,7 +15,7 @@
static int force = -1; /* unset */

static const char *const builtin_clean_usage[] = {
"git-clean [-d] [-f] [-n] [-q] [-x | -X] [--] <paths>...",
"git clean [-d] [-f] [-n] [-q] [-x | -X] [--] <paths>...",
NULL
};


2
builtin-clone.c

@ -29,7 +29,7 @@ @@ -29,7 +29,7 @@
*
*/
static const char * const builtin_clone_usage[] = {
"git-clone [options] [--] <repo> [<dir>]",
"git clone [options] [--] <repo> [<dir>]",
NULL
};


4
builtin-commit.c

@ -26,12 +26,12 @@ @@ -26,12 +26,12 @@
#include "unpack-trees.h"

static const char * const builtin_commit_usage[] = {
"git-commit [options] [--] <filepattern>...",
"git commit [options] [--] <filepattern>...",
NULL
};

static const char * const builtin_status_usage[] = {
"git-status [options] [--] <filepattern>...",
"git status [options] [--] <filepattern>...",
NULL
};


2
builtin-config.c

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
#include "color.h"

static const char git_config_set_usage[] =
"git-config [ --global | --system | [ -f | --file ] config-file ] [ --bool | --int | --bool-or-int ] [ -z | --null ] [--get | --get-all | --get-regexp | --replace-all | --add | --unset | --unset-all] name [value [value_regex]] | --rename-section old_name new_name | --remove-section name | --list | --get-color var [default] | --get-colorbool name [stdout-is-tty]";
"git config [ --global | --system | [ -f | --file ] config-file ] [ --bool | --int | --bool-or-int ] [ -z | --null ] [--get | --get-all | --get-regexp | --replace-all | --add | --unset | --unset-all] name [value [value_regex]] | --rename-section old_name new_name | --remove-section name | --list | --get-color var [default] | --get-colorbool name [stdout-is-tty]";

static char *key;
static regex_t *key_regexp;

2
builtin-count-objects.c

@ -67,7 +67,7 @@ static void count_objects(DIR *d, char *path, int len, int verbose, @@ -67,7 +67,7 @@ static void count_objects(DIR *d, char *path, int len, int verbose,
}

static char const * const count_objects_usage[] = {
"git-count-objects [-v]",
"git count-objects [-v]",
NULL
};


2
builtin-describe.c

@ -10,7 +10,7 @@ @@ -10,7 +10,7 @@
#define MAX_TAGS (FLAG_BITS - 1)

static const char * const describe_usage[] = {
"git-describe [options] <committish>*",
"git describe [options] <committish>*",
NULL
};


2
builtin-diff-files.c

@ -10,7 +10,7 @@ @@ -10,7 +10,7 @@
#include "builtin.h"

static const char diff_files_usage[] =
"git-diff-files [-q] [-0/-1/2/3 |-c|--cc] [<common diff options>] [<path>...]"
"git diff-files [-q] [-0/-1/2/3 |-c|--cc] [<common diff options>] [<path>...]"
COMMON_DIFF_OPTIONS_HELP;

int cmd_diff_files(int argc, const char **argv, const char *prefix)

2
builtin-diff-index.c

@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
#include "builtin.h"

static const char diff_cache_usage[] =
"git-diff-index [-m] [--cached] "
"git diff-index [-m] [--cached] "
"[<common diff options>] <tree-ish> [<path>...]"
COMMON_DIFF_OPTIONS_HELP;


2
builtin-diff-tree.c

@ -53,7 +53,7 @@ static int diff_tree_stdin(char *line) @@ -53,7 +53,7 @@ static int diff_tree_stdin(char *line)
}

static const char diff_tree_usage[] =
"git-diff-tree [--stdin] [-m] [-c] [--cc] [-s] [-v] [--pretty] [-t] [-r] [--root] "
"git diff-tree [--stdin] [-m] [-c] [--cc] [-s] [-v] [--pretty] [-t] [-r] [--root] "
"[<common diff options>] <tree-ish> [<tree-ish>] [<path>...]\n"
" -r diff recursively\n"
" --root include the initial commit as diff against /dev/null\n"

2
builtin-diff.c

@ -21,7 +21,7 @@ struct blobinfo { @@ -21,7 +21,7 @@ struct blobinfo {
};

static const char builtin_diff_usage[] =
"git-diff <options> <rev>{0,2} -- <path>*";
"git diff <options> <rev>{0,2} -- <path>*";

static void stuff_change(struct diff_options *opt,
unsigned old_mode, unsigned new_mode,

2
builtin-fast-export.c

@ -18,7 +18,7 @@ @@ -18,7 +18,7 @@
#include "parse-options.h"

static const char *fast_export_usage[] = {
"git-fast-export [rev-list-opts]",
"git fast-export [rev-list-opts]",
NULL
};


2
builtin-fetch-pack.c

@ -18,7 +18,7 @@ static struct fetch_pack_args args = { @@ -18,7 +18,7 @@ static struct fetch_pack_args args = {
};

static const char fetch_pack_usage[] =
"git-fetch-pack [--all] [--quiet|-q] [--keep|-k] [--thin] [--include-tag] [--upload-pack=<git-upload-pack>] [--depth=<n>] [--no-progress] [-v] [<host>:]<directory> [<refs>...]";
"git fetch-pack [--all] [--quiet|-q] [--keep|-k] [--thin] [--include-tag] [--upload-pack=<git-upload-pack>] [--depth=<n>] [--no-progress] [-v] [<host>:]<directory> [<refs>...]";

#define COMPLETE (1U << 0)
#define COMMON (1U << 1)

2
builtin-fetch.c

@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@
#include "parse-options.h"

static const char * const builtin_fetch_usage[] = {
"git-fetch [options] [<repository> <refspec>...]",
"git fetch [options] [<repository> <refspec>...]",
NULL
};


2
builtin-fmt-merge-msg.c

@ -6,7 +6,7 @@ @@ -6,7 +6,7 @@
#include "tag.h"

static const char *fmt_merge_msg_usage =
"git-fmt-merge-msg [--log] [--no-log] [--file <file>]";
"git fmt-merge-msg [--log] [--no-log] [--file <file>]";

static int merge_summary;


2
builtin-for-each-ref.c

@ -831,7 +831,7 @@ int opt_parse_sort(const struct option *opt, const char *arg, int unset) @@ -831,7 +831,7 @@ int opt_parse_sort(const struct option *opt, const char *arg, int unset)
}

static char const * const for_each_ref_usage[] = {
"git-for-each-ref [options] [<pattern>]",
"git for-each-ref [options] [<pattern>]",
NULL
};


2
builtin-fsck.c

@ -539,7 +539,7 @@ static int fsck_cache_tree(struct cache_tree *it) @@ -539,7 +539,7 @@ static int fsck_cache_tree(struct cache_tree *it)
}

static char const * const fsck_usage[] = {
"git-fsck [options] [<object>...]",
"git fsck [options] [<object>...]",
NULL
};


2
builtin-gc.c

@ -18,7 +18,7 @@ @@ -18,7 +18,7 @@
#define FAILED_RUN "failed to run %s"

static const char * const builtin_gc_usage[] = {
"git-gc [options]",
"git gc [options]",
NULL
};


2
builtin-grep.c

@ -498,7 +498,7 @@ static int grep_object(struct grep_opt *opt, const char **paths, @@ -498,7 +498,7 @@ static int grep_object(struct grep_opt *opt, const char **paths,
}

static const char builtin_grep_usage[] =
"git-grep <option>* <rev>* [-e] <pattern> [<path>...]";
"git grep <option>* <rev>* [-e] <pattern> [<path>...]";

static const char emsg_invalid_context_len[] =
"%s: invalid context length argument";

2
builtin-init-db.c

@ -354,7 +354,7 @@ static int guess_repository_type(const char *git_dir) @@ -354,7 +354,7 @@ static int guess_repository_type(const char *git_dir)
}

static const char init_db_usage[] =
"git-init [-q | --quiet] [--bare] [--template=<template-directory>] [--shared[=<permissions>]]";
"git init [-q | --quiet] [--bare] [--template=<template-directory>] [--shared[=<permissions>]]";

/*
* If you want to, you can share the DB area with any number of branches.

2
builtin-log.c

@ -1082,7 +1082,7 @@ static int add_pending_commit(const char *arg, struct rev_info *revs, int flags) @@ -1082,7 +1082,7 @@ static int add_pending_commit(const char *arg, struct rev_info *revs, int flags)
}

static const char cherry_usage[] =
"git-cherry [-v] <upstream> [<head>] [<limit>]";
"git cherry [-v] <upstream> [<head>] [<limit>]";
int cmd_cherry(int argc, const char **argv, const char *prefix)
{
struct rev_info revs;

2
builtin-ls-files.c

@ -423,7 +423,7 @@ int report_path_error(const char *ps_matched, const char **pathspec, int prefix_ @@ -423,7 +423,7 @@ int report_path_error(const char *ps_matched, const char **pathspec, int prefix_
}

static const char ls_files_usage[] =
"git-ls-files [-z] [-t] [-v] (--[cached|deleted|others|stage|unmerged|killed|modified])* "
"git ls-files [-z] [-t] [-v] (--[cached|deleted|others|stage|unmerged|killed|modified])* "
"[ --ignored ] [--exclude=<pattern>] [--exclude-from=<file>] "
"[ --exclude-per-directory=<filename> ] [--exclude-standard] "
"[--full-name] [--abbrev] [--] [<file>]*";

2
builtin-ls-remote.c

@ -4,7 +4,7 @@ @@ -4,7 +4,7 @@
#include "remote.h"

static const char ls_remote_usage[] =
"git-ls-remote [--upload-pack=<git-upload-pack>] [<host>:]<directory>";
"git ls-remote [--upload-pack=<git-upload-pack>] [<host>:]<directory>";

/*
* Is there one among the list of patterns that match the tail part

2
builtin-ls-tree.c

@ -23,7 +23,7 @@ static int chomp_prefix; @@ -23,7 +23,7 @@ static int chomp_prefix;
static const char *ls_tree_prefix;

static const char ls_tree_usage[] =
"git-ls-tree [-d] [-r] [-t] [-l] [-z] [--name-only] [--name-status] [--full-name] [--abbrev[=<n>]] <tree-ish> [path...]";
"git ls-tree [-d] [-r] [-t] [-l] [-z] [--name-only] [--name-status] [--full-name] [--abbrev[=<n>]] <tree-ish> [path...]";

static int show_recursive(const char *base, int baselen, const char *pathname)
{

2
builtin-mailinfo.c

@ -962,7 +962,7 @@ static int mailinfo(FILE *in, FILE *out, int ks, const char *encoding, @@ -962,7 +962,7 @@ static int mailinfo(FILE *in, FILE *out, int ks, const char *encoding,
}

static const char mailinfo_usage[] =
"git-mailinfo [-k] [-u | --encoding=<encoding> | -n] msg patch <mail >info";
"git mailinfo [-k] [-u | --encoding=<encoding> | -n] msg patch <mail >info";

int cmd_mailinfo(int argc, const char **argv, const char *prefix)
{

2
builtin-mailsplit.c

@ -9,7 +9,7 @@ @@ -9,7 +9,7 @@
#include "path-list.h"

static const char git_mailsplit_usage[] =
"git-mailsplit [-d<prec>] [-f<n>] [-b] -o<directory> [<mbox>|<Maildir>...]";
"git mailsplit [-d<prec>] [-f<n>] [-b] -o<directory> [<mbox>|<Maildir>...]";

static int is_from_line(const char *line, int len)
{

2
builtin-merge-base.c

@ -20,7 +20,7 @@ static int show_merge_base(struct commit *rev1, struct commit *rev2, int show_al @@ -20,7 +20,7 @@ static int show_merge_base(struct commit *rev1, struct commit *rev2, int show_al
}

static const char merge_base_usage[] =
"git-merge-base [--all] <commit-id> <commit-id>";
"git merge-base [--all] <commit-id> <commit-id>";

int cmd_merge_base(int argc, const char **argv, const char *prefix)
{

2
builtin-mv.c

@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@
#include "parse-options.h"

static const char * const builtin_mv_usage[] = {
"git-mv [options] <source>... <destination>",
"git mv [options] <source>... <destination>",
NULL
};


2
builtin-name-rev.c

@ -172,7 +172,7 @@ static void show_name(const struct object *obj, @@ -172,7 +172,7 @@ static void show_name(const struct object *obj,
}

static char const * const name_rev_usage[] = {
"git-name-rev [options] ( --all | --stdin | <commit>... )",
"git name-rev [options] ( --all | --stdin | <commit>... )",
NULL
};


2
builtin-pack-refs.c

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
#include "pack-refs.h"

static char const * const pack_refs_usage[] = {
"git-pack-refs [options]",
"git pack-refs [options]",
NULL
};


2
builtin-prune-packed.c

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
#include "progress.h"

static const char prune_packed_usage[] =
"git-prune-packed [-n] [-q]";
"git prune-packed [-n] [-q]";

#define DRY_RUN 01
#define VERBOSE 02

2
builtin-prune.c

@ -7,7 +7,7 @@ @@ -7,7 +7,7 @@
#include "parse-options.h"

static const char * const prune_usage[] = {
"git-prune [-n] [--expire <time>] [--] [<head>...]",
"git prune [-n] [--expire <time>] [--] [<head>...]",
NULL
};
static int show_only;

2
builtin-push.c

@ -10,7 +10,7 @@ @@ -10,7 +10,7 @@
#include "parse-options.h"

static const char * const push_usage[] = {
"git-push [--all | --mirror] [--dry-run] [--tags] [--receive-pack=<git-receive-pack>] [--repo=all] [-f | --force] [-v] [<repository> <refspec>...]",
"git push [--all | --mirror] [--dry-run] [--tags] [--receive-pack=<git-receive-pack>] [--repo=all] [-f | --force] [-v] [<repository> <refspec>...]",
NULL,
};


6
builtin-reflog.c

@ -13,9 +13,9 @@ @@ -13,9 +13,9 @@
*/

static const char reflog_expire_usage[] =
"git-reflog (show|expire) [--verbose] [--dry-run] [--stale-fix] [--expire=<time>] [--expire-unreachable=<time>] [--all] <refs>...";
"git reflog (show|expire) [--verbose] [--dry-run] [--stale-fix] [--expire=<time>] [--expire-unreachable=<time>] [--all] <refs>...";
static const char reflog_delete_usage[] =
"git-reflog delete [--verbose] [--dry-run] [--rewrite] [--updateref] <refs>...";
"git reflog delete [--verbose] [--dry-run] [--rewrite] [--updateref] <refs>...";

static unsigned long default_reflog_expire;
static unsigned long default_reflog_expire_unreachable;
@ -630,7 +630,7 @@ static int cmd_reflog_delete(int argc, const char **argv, const char *prefix) @@ -630,7 +630,7 @@ static int cmd_reflog_delete(int argc, const char **argv, const char *prefix)
*/

static const char reflog_usage[] =
"git-reflog (expire | ...)";
"git reflog (expire | ...)";

int cmd_reflog(int argc, const char **argv, const char *prefix)
{

2
builtin-rerere.c

@ -6,7 +6,7 @@ @@ -6,7 +6,7 @@
#include "xdiff-interface.h"

static const char git_rerere_usage[] =
"git-rerere [clear | status | diff | gc]";
"git rerere [clear | status | diff | gc]";

/* these values are days */
static int cutoff_noresolve = 15;

4
builtin-reset.c

@ -20,8 +20,8 @@ @@ -20,8 +20,8 @@
#include "parse-options.h"

static const char * const git_reset_usage[] = {
"git-reset [--mixed | --soft | --hard] [-q] [<commit>]",
"git-reset [--mixed] <commit> [--] <paths>...",
"git reset [--mixed | --soft | --hard] [-q] [<commit>]",
"git reset [--mixed] <commit> [--] <paths>...",
NULL
};


2
builtin-rev-list.c

@ -17,7 +17,7 @@ @@ -17,7 +17,7 @@
#define COUNTED (1u<<16)

static const char rev_list_usage[] =
"git-rev-list [OPTION] <commit-id>... [ -- paths... ]\n"
"git rev-list [OPTION] <commit-id>... [ -- paths... ]\n"
" limiting output:\n"
" --max-count=nr\n"
" --max-age=epoch\n"

2
builtin-rev-parse.c

@ -268,7 +268,7 @@ static int cmd_parseopt(int argc, const char **argv, const char *prefix) @@ -268,7 +268,7 @@ static int cmd_parseopt(int argc, const char **argv, const char *prefix)
{
static int keep_dashdash = 0;
static char const * const parseopt_usage[] = {
"git-rev-parse --parseopt [options] -- [<args>...]",
"git rev-parse --parseopt [options] -- [<args>...]",
NULL
};
static struct option parseopt_opts[] = {

4
builtin-revert.c

@ -24,12 +24,12 @@ @@ -24,12 +24,12 @@
*/

static const char * const revert_usage[] = {
"git-revert [options] <commit-ish>",
"git revert [options] <commit-ish>",
NULL
};

static const char * const cherry_pick_usage[] = {
"git-cherry-pick [options] <commit-ish>",
"git cherry-pick [options] <commit-ish>",
NULL
};


2
builtin-rm.c

@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@
#include "parse-options.h"

static const char * const builtin_rm_usage[] = {
"git-rm [options] [--] <file>...",
"git rm [options] [--] <file>...",
NULL
};


2
builtin-send-pack.c

@ -8,7 +8,7 @@ @@ -8,7 +8,7 @@
#include "send-pack.h"

static const char send_pack_usage[] =
"git-send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=<git-receive-pack>] [--verbose] [--thin] [<host>:]<directory> [<ref>...]\n"
"git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=<git-receive-pack>] [--verbose] [--thin] [<host>:]<directory> [<ref>...]\n"
" --all and explicit <ref> specification are mutually exclusive.";

static struct send_pack_args args = {

2
builtin-shortlog.c

@ -10,7 +10,7 @@ @@ -10,7 +10,7 @@
#include "parse-options.h"

static char const * const shortlog_usage[] = {
"git-shortlog [-n] [-s] [-e] [-w] [rev-opts] [--] [<commit-id>... ]",
"git shortlog [-n] [-s] [-e] [-w] [rev-opts] [--] [<commit-id>... ]",
"",
"[rev-opts] are documented in git-rev-list(1)",
NULL

2
builtin-show-branch.c

@ -4,7 +4,7 @@ @@ -4,7 +4,7 @@
#include "builtin.h"

static const char show_branch_usage[] =
"git-show-branch [--sparse] [--current] [--all] [--remotes] [--topo-order] [--more=count | --list | --independent | --merge-base ] [--topics] [<refs>...] | --reflog[=n[,b]] <branch>";
"git show-branch [--sparse] [--current] [--all] [--remotes] [--topo-order] [--more=count | --list | --independent | --merge-base ] [--topics] [<refs>...] | --reflog[=n[,b]] <branch>";
static const char show_branch_usage_reflog[] =
"--reflog is incompatible with --all, --remotes, --independent or --merge-base";


2
builtin-symbolic-ref.c

@ -4,7 +4,7 @@ @@ -4,7 +4,7 @@
#include "parse-options.h"

static const char * const git_symbolic_ref_usage[] = {
"git-symbolic-ref [options] name [ref]",
"git symbolic-ref [options] name [ref]",
NULL
};


8
builtin-tag.c

@ -14,10 +14,10 @@ @@ -14,10 +14,10 @@
#include "parse-options.h"

static const char * const git_tag_usage[] = {
"git-tag [-a|-s|-u <key-id>] [-f] [-m <msg>|-F <file>] <tagname> [<head>]",
"git-tag -d <tagname>...",
"git-tag -l [-n[<num>]] [<pattern>]",
"git-tag -v <tagname>...",
"git tag [-a|-s|-u <key-id>] [-f] [-m <msg>|-F <file>] <tagname> [<head>]",
"git tag -d <tagname>...",
"git tag -l [-n[<num>]] [<pattern>]",
"git tag -v <tagname>...",
NULL
};


2
builtin-tar-tree.c

@ -8,7 +8,7 @@ @@ -8,7 +8,7 @@
#include "quote.h"

static const char tar_tree_usage[] =
"git-tar-tree [--remote=<repo>] <tree-ish> [basedir]\n"
"git tar-tree [--remote=<repo>] <tree-ish> [basedir]\n"
"*** Note that this command is now deprecated; use git-archive instead.";

int cmd_tar_tree(int argc, const char **argv, const char *prefix)

2
builtin-update-index.c

@ -387,7 +387,7 @@ static void read_index_info(int line_termination) @@ -387,7 +387,7 @@ static void read_index_info(int line_termination)
}

static const char update_index_usage[] =
"git-update-index [-q] [--add] [--replace] [--remove] [--unmerged] [--refresh] [--really-refresh] [--cacheinfo] [--chmod=(+|-)x] [--assume-unchanged] [--info-only] [--force-remove] [--stdin] [--index-info] [--unresolve] [--again | -g] [--ignore-missing] [-z] [--verbose] [--] <file>...";
"git update-index [-q] [--add] [--replace] [--remove] [--unmerged] [--refresh] [--really-refresh] [--cacheinfo] [--chmod=(+|-)x] [--assume-unchanged] [--info-only] [--force-remove] [--stdin] [--index-info] [--unresolve] [--again | -g] [--ignore-missing] [-z] [--verbose] [--] <file>...";

static unsigned char head_sha1[20];
static unsigned char merge_head_sha1[20];

4
builtin-update-ref.c

@ -4,8 +4,8 @@ @@ -4,8 +4,8 @@
#include "parse-options.h"

static const char * const git_update_ref_usage[] = {
"git-update-ref [options] -d <refname> [<oldval>]",
"git-update-ref [options] <refname> <newval> [<oldval>]",
"git update-ref [options] -d <refname> [<oldval>]",
"git update-ref [options] <refname> <newval> [<oldval>]",
NULL
};


6
builtin-upload-archive.c

@ -8,13 +8,13 @@ @@ -8,13 +8,13 @@
#include "sideband.h"

static const char upload_archive_usage[] =
"git-upload-archive <repo>";
"git upload-archive <repo>";

static const char deadchild[] =
"git-upload-archive: archiver died with error";
"git upload-archive: archiver died with error";

static const char lostchild[] =
"git-upload-archive: archiver process was lost";
"git upload-archive: archiver process was lost";


static int run_upload_archive(int argc, const char **argv, const char *prefix)

2
builtin-verify-tag.c

@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@
#include <signal.h>

static const char builtin_verify_tag_usage[] =
"git-verify-tag [-v|--verbose] <tag>...";
"git verify-tag [-v|--verbose] <tag>...";

#define PGP_SIGNATURE "-----BEGIN PGP SIGNATURE-----"


2
builtin-write-tree.c

@ -9,7 +9,7 @@ @@ -9,7 +9,7 @@
#include "cache-tree.h"

static const char write_tree_usage[] =
"git-write-tree [--missing-ok] [--prefix=<prefix>/]";
"git write-tree [--missing-ok] [--prefix=<prefix>/]";

int cmd_write_tree(int argc, const char **argv, const char *unused_prefix)
{

4
contrib/examples/git-merge.sh

@ -5,8 +5,8 @@ @@ -5,8 +5,8 @@

OPTIONS_KEEPDASHDASH=
OPTIONS_SPEC="\
git-merge [options] <remote>...
git-merge [options] <msg> HEAD <remote>
git merge [options] <remote>...
git merge [options] <msg> HEAD <remote>
--
stat show a diffstat at the end of the merge
n don't show a diffstat at the end of the merge

2
daemon.c

@ -18,7 +18,7 @@ static int verbose; @@ -18,7 +18,7 @@ static int verbose;
static int reuseaddr;

static const char daemon_usage[] =
"git-daemon [--verbose] [--syslog] [--export-all]\n"
"git daemon [--verbose] [--syslog] [--export-all]\n"
" [--timeout=n] [--init-timeout=n] [--strict-paths]\n"
" [--base-path=path] [--base-path-relaxed]\n"
" [--user-path | --user-path=path]\n"

2
fast-import.c

@ -2374,7 +2374,7 @@ static int git_pack_config(const char *k, const char *v, void *cb) @@ -2374,7 +2374,7 @@ static int git_pack_config(const char *k, const char *v, void *cb)
}

static const char fast_import_usage[] =
"git-fast-import [--date-format=f] [--max-pack-size=n] [--depth=n] [--active-branches=n] [--export-marks=marks.file]";
"git fast-import [--date-format=f] [--max-pack-size=n] [--depth=n] [--active-branches=n] [--export-marks=marks.file]";

int main(int argc, const char **argv)
{

6
git-am.sh

@ -5,9 +5,9 @@ @@ -5,9 +5,9 @@
SUBDIRECTORY_OK=Yes
OPTIONS_KEEPDASHDASH=
OPTIONS_SPEC="\
git-am [options] [<mbox>|<Maildir>...]
git-am [options] --resolved
git-am [options] --skip
git am [options] [<mbox>|<Maildir>...]
git am [options] --resolved
git am [options] --skip
--
d,dotest= (removed -- do not use)
i,interactive run interactively

4
git-archimport.perl

@ -9,7 +9,7 @@ @@ -9,7 +9,7 @@

=head1 Invocation

git-archimport [ -h ] [ -v ] [ -o ] [ -a ] [ -f ] [ -T ]
git archimport [ -h ] [ -v ] [ -o ] [ -a ] [ -f ] [ -T ]
[ -D depth] [ -t tempdir ] <archive>/<branch> [ <archive>/<branch> ]

Imports a project from one or more Arch repositories. It will follow branches
@ -74,7 +74,7 @@ our($opt_h,$opt_f,$opt_v,$opt_T,$opt_t,$opt_D,$opt_a,$opt_o); @@ -74,7 +74,7 @@ our($opt_h,$opt_f,$opt_v,$opt_T,$opt_t,$opt_D,$opt_a,$opt_o);

sub usage() {
print STDERR <<END;
Usage: ${\basename $0} # fetch/update GIT from Arch
Usage: git archimport # fetch/update GIT from Arch
[ -h ] [ -v ] [ -o ] [ -a ] [ -f ] [ -T ] [ -D depth ] [ -t tempdir ]
repository/arch-branch [ repository/arch-branch] ...
END

2
git-cvsexportcommit.perl

@ -370,7 +370,7 @@ sleep(1); @@ -370,7 +370,7 @@ sleep(1);

sub usage {
print STDERR <<END;
Usage: GIT_DIR=/path/to/.git ${\basename $0} [-h] [-p] [-v] [-c] [-f] [-u] [-w cvsworkdir] [-m msgprefix] [ parent ] commit
Usage: GIT_DIR=/path/to/.git git cvsexportcommit [-h] [-p] [-v] [-c] [-f] [-u] [-w cvsworkdir] [-m msgprefix] [ parent ] commit
END
exit(1);
}

2
git-cvsimport.perl

@ -36,7 +36,7 @@ sub usage(;$) { @@ -36,7 +36,7 @@ sub usage(;$) {
my $msg = shift;
print(STDERR "Error: $msg\n") if $msg;
print STDERR <<END;
Usage: ${\basename $0} # fetch/update GIT from CVS
Usage: git cvsimport # fetch/update GIT from CVS
[-o branch-for-HEAD] [-h] [-v] [-d CVSROOT] [-A author-conv-file]
[-p opts-for-cvsps] [-P file] [-C GIT_repository] [-z fuzz] [-i] [-k]
[-u] [-s subst] [-a] [-m] [-M regex] [-S regex] [-L commitlimit]

2
git-cvsserver.perl

@ -101,7 +101,7 @@ my $work = @@ -101,7 +101,7 @@ my $work =
$log->info("--------------- STARTING -----------------");

my $usage =
"Usage: git-cvsserver [options] [pserver|server] [<directory> ...]\n".
"Usage: git cvsserver [options] [pserver|server] [<directory> ...]\n".
" --base-path <path> : Prepend to requested CVSROOT\n".
" --strict-paths : Don't allow recursing into subdirectories\n".
" --export-all : Don't check for gitcvs.enabled in config\n".

2
git-instaweb.sh

@ -6,7 +6,7 @@ @@ -6,7 +6,7 @@
PERL='@@PERL@@'
OPTIONS_KEEPDASHDASH=
OPTIONS_SPEC="\
git-instaweb [options] (--start | --stop | --restart)
git instaweb [options] (--start | --stop | --restart)
--
l,local only bind on 127.0.0.1
p,port= the port to bind to

2
git-pull.sh

@ -121,7 +121,7 @@ test true = "$rebase" && { @@ -121,7 +121,7 @@ test true = "$rebase" && {
"refs/remotes/$origin/$reflist" 2>/dev/null)"
}
orig_head=$(git rev-parse --verify HEAD 2>/dev/null)
git-fetch --update-head-ok "$@" || exit 1
git fetch --update-head-ok "$@" || exit 1

curr_head=$(git rev-parse --verify HEAD 2>/dev/null)
if test "$curr_head" != "$orig_head"

2
git-quiltimport.sh

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
#!/bin/sh
OPTIONS_KEEPDASHDASH=
OPTIONS_SPEC="\
git-quiltimport [options]
git quiltimport [options]
--
n,dry-run dry run
author= author name and email address for patches without any

2
git-relink.perl

@ -163,7 +163,7 @@ sub link_two_files($$) { @@ -163,7 +163,7 @@ sub link_two_files($$) {


sub usage() {
print("Usage: $0 [--safe] <dir> [<dir> ...] <master_dir> \n");
print("Usage: git relink [--safe] <dir> [<dir> ...] <master_dir> \n");
print("All directories should contain a .git/objects/ subdirectory.\n");
print("Options\n");
print("\t--safe\t" .

2
git-repack.sh

@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@

OPTIONS_KEEPDASHDASH=
OPTIONS_SPEC="\
git-repack [options]
git repack [options]
--
a pack everything in a single pack
A same as -a, and turn unreachable objects loose

2
git-send-email.perl

@ -38,7 +38,7 @@ package main; @@ -38,7 +38,7 @@ package main;

sub usage {
print <<EOT;
git-send-email [options] <file | directory>...
git send-email [options] <file | directory>...
Options:
--from Specify the "From:" line of the email to be sent.


7
git-sh-setup.sh

@ -32,15 +32,16 @@ if test -n "$OPTIONS_SPEC"; then @@ -32,15 +32,16 @@ if test -n "$OPTIONS_SPEC"; then
echo exit $?
)"
else
dashless=$(basename "$0" | sed -e 's/-/ /')
usage() {
die "Usage: $0 $USAGE"
die "Usage: $dashless $USAGE"
}

if [ -z "$LONG_USAGE" ]
then
LONG_USAGE="Usage: $0 $USAGE"
LONG_USAGE="Usage: $dashless $USAGE"
else
LONG_USAGE="Usage: $0 $USAGE
LONG_USAGE="Usage: $dashless $USAGE

$LONG_USAGE"
fi

2
git-svn.perl

@ -261,7 +261,7 @@ sub usage { @@ -261,7 +261,7 @@ sub usage {
my $fd = $exit ? \*STDERR : \*STDOUT;
print $fd <<"";
git-svn - bidirectional operations between a single Subversion tree and git
Usage: $0 <command> [options] [arguments]\n
Usage: git svn <command> [options] [arguments]\n

print $fd "Available commands:\n" unless $cmd;


2
hash-object.c

@ -52,7 +52,7 @@ static void hash_stdin_paths(const char *type, int write_objects) @@ -52,7 +52,7 @@ static void hash_stdin_paths(const char *type, int write_objects)
}

static const char hash_object_usage[] =
"git-hash-object [ [-t <type>] [-w] [--stdin] <file>... | --stdin-paths < <list-of-paths> ]";
"git hash-object [ [-t <type>] [-w] [--stdin] <file>... | --stdin-paths < <list-of-paths> ]";

int main(int argc, char **argv)
{

2
help.c

@ -40,7 +40,7 @@ static struct option builtin_help_options[] = { @@ -40,7 +40,7 @@ static struct option builtin_help_options[] = {
};

static const char * const builtin_help_usage[] = {
"git-help [--all] [--man|--web|--info] [command]",
"git help [--all] [--man|--web|--info] [command]",
NULL
};


2
http-push.c

@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@
#include <expat.h>

static const char http_push_usage[] =
"git-http-push [--all] [--dry-run] [--force] [--verbose] <remote> [<head>...]\n";
"git http-push [--all] [--dry-run] [--force] [--verbose] <remote> [<head>...]\n";

#ifndef XML_STATUS_OK
enum XML_Status {

2
index-pack.c

@ -10,7 +10,7 @@ @@ -10,7 +10,7 @@
#include "fsck.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
pack-redundant.c

@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@
#define BLKSIZE 512

static const char pack_redundant_usage[] =
"git-pack-redundant [ --verbose ] [ --alt-odb ] < --all | <.pack filename> ...>";
"git pack-redundant [ --verbose ] [ --alt-odb ] < --all | <.pack filename> ...>";

static int load_all_packs, verbose, alt_odb;


6
t/t0000-basic.sh

@ -63,7 +63,7 @@ test_expect_failure 'pretend we have fixed a known breakage' ' @@ -63,7 +63,7 @@ test_expect_failure 'pretend we have fixed a known breakage' '

# updating a new file without --add should fail.
test_expect_success 'git update-index without --add should fail adding.' '
! git update-index should-be-empty
test_must_fail git update-index should-be-empty
'

# and with --add it should succeed, even if it is empty (it used to fail).
@ -83,7 +83,7 @@ test_expect_success \ @@ -83,7 +83,7 @@ test_expect_success \
# Removing paths.
rm -f should-be-empty full-of-directories
test_expect_success 'git update-index without --remove should fail removing.' '
! git update-index should-be-empty
test_must_fail git update-index should-be-empty
'

test_expect_success \
@ -217,7 +217,7 @@ test_expect_success \ @@ -217,7 +217,7 @@ test_expect_success \
'git update-index --index-info < badobjects'

test_expect_success 'writing this tree without --missing-ok.' '
! git write-tree
test_must_fail git write-tree
'

test_expect_success \

8
t/t0020-crlf.sh

@ -52,7 +52,7 @@ test_expect_success 'safecrlf: autocrlf=input, all CRLF' ' @@ -52,7 +52,7 @@ test_expect_success 'safecrlf: autocrlf=input, all CRLF' '
git config core.safecrlf true &&

for w in I am all CRLF; do echo $w; done | append_cr >allcrlf &&
! git add allcrlf
test_must_fail git add allcrlf
'

test_expect_success 'safecrlf: autocrlf=input, mixed LF/CRLF' '
@ -61,7 +61,7 @@ test_expect_success 'safecrlf: autocrlf=input, mixed LF/CRLF' ' @@ -61,7 +61,7 @@ test_expect_success 'safecrlf: autocrlf=input, mixed LF/CRLF' '
git config core.safecrlf true &&

for w in Oh here is CRLFQ in text; do echo $w; done | q_to_cr >mixed &&
! git add mixed
test_must_fail git add mixed
'

test_expect_success 'safecrlf: autocrlf=true, all LF' '
@ -70,7 +70,7 @@ test_expect_success 'safecrlf: autocrlf=true, all LF' ' @@ -70,7 +70,7 @@ test_expect_success 'safecrlf: autocrlf=true, all LF' '
git config core.safecrlf true &&

for w in I am all LF; do echo $w; done >alllf &&
! git add alllf
test_must_fail git add alllf
'

test_expect_success 'safecrlf: autocrlf=true mixed LF/CRLF' '
@ -79,7 +79,7 @@ test_expect_success 'safecrlf: autocrlf=true mixed LF/CRLF' ' @@ -79,7 +79,7 @@ test_expect_success 'safecrlf: autocrlf=true mixed LF/CRLF' '
git config core.safecrlf true &&

for w in Oh here is CRLFQ in text; do echo $w; done | q_to_cr >mixed &&
! git add mixed
test_must_fail git add mixed
'

test_expect_success 'safecrlf: print warning only once' '

2
t/t0050-filesystem.sh

@ -43,7 +43,7 @@ test_expect_success "detection of case insensitive filesystem during repo init" @@ -43,7 +43,7 @@ test_expect_success "detection of case insensitive filesystem during repo init"
else
test_expect_success "detection of case insensitive filesystem during repo init" '

! git config --bool core.ignorecase >/dev/null ||
test_must_fail git config --bool core.ignorecase >/dev/null ||
test $(git config --bool core.ignorecase) = false
'
fi

2
t/t1200-tutorial.sh

@ -102,7 +102,7 @@ echo "Lots of fun" >>example @@ -102,7 +102,7 @@ echo "Lots of fun" >>example
git commit -m 'Some fun.' -i hello example

test_expect_success 'git resolve now fails' '
! git merge -m "Merge work in mybranch" mybranch
test_must_fail git merge -m "Merge work in mybranch" mybranch
'

cat > hello << EOF

19
t/t1300-repo-config.sh

@ -201,7 +201,7 @@ test_expect_success 'non-match value' \ @@ -201,7 +201,7 @@ test_expect_success 'non-match value' \
'test wow = $(git config --get nextsection.nonewline !for)'

test_expect_success 'ambiguous get' '
! git config --get nextsection.nonewline
test_must_fail git config --get nextsection.nonewline
'

test_expect_success 'get multivar' \
@ -223,15 +223,15 @@ EOF @@ -223,15 +223,15 @@ EOF
test_expect_success 'multivar replace' 'cmp .git/config expect'

test_expect_success 'ambiguous value' '
! git config nextsection.nonewline
test_must_fail git config nextsection.nonewline
'

test_expect_success 'ambiguous unset' '
! git config --unset nextsection.nonewline
test_must_fail git config --unset nextsection.nonewline
'

test_expect_success 'invalid unset' '
! git config --unset somesection.nonewline
test_must_fail git config --unset somesection.nonewline
'

git config --unset nextsection.nonewline "wow3$"
@ -248,7 +248,7 @@ EOF @@ -248,7 +248,7 @@ EOF

test_expect_success 'multivar unset' 'cmp .git/config expect'

test_expect_success 'invalid key' '! git config inval.2key blabla'
test_expect_success 'invalid key' 'test_must_fail git config inval.2key blabla'

test_expect_success 'correct key' 'git config 123456.a123 987'

@ -430,7 +430,8 @@ EOF @@ -430,7 +430,8 @@ EOF
test_expect_success "rename succeeded" "test_cmp expect .git/config"

test_expect_success "rename non-existing section" '
! git config --rename-section branch."world domination" branch.drei
test_must_fail git config --rename-section \
branch."world domination" branch.drei
'

test_expect_success "rename succeeded" "test_cmp expect .git/config"
@ -545,11 +546,11 @@ test_expect_success bool ' @@ -545,11 +546,11 @@ test_expect_success bool '
test_expect_success 'invalid bool (--get)' '

git config bool.nobool foobar &&
! git config --bool --get bool.nobool'
test_must_fail git config --bool --get bool.nobool'

test_expect_success 'invalid bool (set)' '

! git config --bool bool.nobool foobar'
test_must_fail git config --bool bool.nobool foobar'

rm .git/config

@ -669,7 +670,7 @@ EOF @@ -669,7 +670,7 @@ EOF
test_expect_success 'quoting' 'cmp .git/config expect'

test_expect_success 'key with newline' '
! git config "key.with
test_must_fail git config "key.with
newline" 123'

test_expect_success 'value with newline' 'git config key.sub value.with\\\

2
t/t1302-repo-version.sh

@ -41,7 +41,7 @@ test_expect_success 'gitdir required mode on normal repos' ' @@ -41,7 +41,7 @@ test_expect_success 'gitdir required mode on normal repos' '
cd test && git apply --check --index ../test.patch)'

test_expect_success 'gitdir required mode on unsupported repo' '
(cd test2 && ! git apply --check --index ../test.patch)
(cd test2 && test_must_fail git apply --check --index ../test.patch)
'

test_done

4
t/t1400-update-ref.sh

@ -76,7 +76,7 @@ test_expect_success "delete $m (by HEAD)" ' @@ -76,7 +76,7 @@ test_expect_success "delete $m (by HEAD)" '
rm -f .git/$m

test_expect_success '(not) create HEAD with old sha1' "
! git update-ref HEAD $A $B
test_must_fail git update-ref HEAD $A $B
"
test_expect_success "(not) prior created .git/$m" "
! test -f .git/$m
@ -87,7 +87,7 @@ test_expect_success \ @@ -87,7 +87,7 @@ test_expect_success \
"create HEAD" \
"git update-ref HEAD $A"
test_expect_success '(not) change HEAD with wrong SHA1' "
! git update-ref HEAD $B $Z
test_must_fail git update-ref HEAD $B $Z
"
test_expect_success "(not) changed .git/$m" "
! test $B"' = $(cat .git/'"$m"')

2
t/t2000-checkout-cache-clash.sh

@ -38,7 +38,7 @@ date >path1 @@ -38,7 +38,7 @@ date >path1

test_expect_success \
'git checkout-index without -f should fail on conflicting work tree.' \
'! git checkout-index -a'
'test_must_fail git checkout-index -a'

test_expect_success \
'git checkout-index with -f should succeed.' \

2
t/t2100-update-cache-badpath.sh

@ -46,6 +46,6 @@ for p in path0/file0 path1/file1 path2 path3 @@ -46,6 +46,6 @@ for p in path0/file0 path1/file1 path2 path3
do
test_expect_success \
"git update-index to add conflicting path $p should fail." \
"! git update-index --add -- $p"
"test_must_fail git update-index --add -- $p"
done
test_done

2
t/t3020-ls-files-error-unmatch.sh

@ -17,7 +17,7 @@ git-commit -m "add foo bar" @@ -17,7 +17,7 @@ git-commit -m "add foo bar"

test_expect_success \
'git ls-files --error-unmatch should fail with unmatched path.' \
'! git ls-files --error-unmatch foo bar-does-not-match'
'test_must_fail git ls-files --error-unmatch foo bar-does-not-match'

test_expect_success \
'git ls-files --error-unmatch should succeed eith matched paths.' \

8
t/t3200-branch.sh

@ -78,13 +78,13 @@ test_expect_success \ @@ -78,13 +78,13 @@ test_expect_success \
test_expect_success 'git branch -m o/o o should fail when o/p exists' '
git branch o/o &&
git branch o/p &&
! git branch -m o/o o
test_must_fail git branch -m o/o o
'

test_expect_success 'git branch -m q r/q should fail when r exists' '
git branch q &&
git branch r &&
! git branch -m q r/q
test_must_fail git branch -m q r/q
'

mv .git/config .git/config-saved
@ -110,14 +110,14 @@ test_expect_success \ @@ -110,14 +110,14 @@ test_expect_success \

test_expect_success 'config information was renamed, too' \
"test $(git config branch.s.dummy) = Hello &&
! git config branch.s/s/dummy"
test_must_fail git config branch.s/s/dummy"

test_expect_success \
'git branch -m u v should fail when the reflog for u is a symlink' '
git branch -l u &&
mv .git/logs/refs/heads/u real-u &&
ln -s real-u .git/logs/refs/heads/u &&
! git branch -m u v
test_must_fail git branch -m u v
'

test_expect_success 'test tracking setup via --track' \

4
t/t3210-pack-refs.sh

@ -43,7 +43,7 @@ test_expect_success 'git branch c/d should barf if branch c exists' ' @@ -43,7 +43,7 @@ test_expect_success 'git branch c/d should barf if branch c exists' '
git branch c &&
git pack-refs --all &&
rm -f .git/refs/heads/c &&
! git branch c/d
test_must_fail git branch c/d
'

test_expect_success \
@ -72,7 +72,7 @@ test_expect_success \ @@ -72,7 +72,7 @@ test_expect_success \
test_expect_success 'git branch i/j/k should barf if branch i exists' '
git branch i &&
git pack-refs --all --prune &&
! git branch i/j/k
test_must_fail git branch i/j/k
'

test_expect_success \

8
t/t3403-rebase-skip.sh

@ -32,7 +32,7 @@ test_expect_success setup ' @@ -32,7 +32,7 @@ test_expect_success setup '
'

test_expect_success 'rebase with git am -3 (default)' '
! git rebase master
test_must_fail git rebase master
'

test_expect_success 'rebase --skip with am -3' '
@ -43,7 +43,7 @@ test_expect_success 'rebase moves back to skip-reference' ' @@ -43,7 +43,7 @@ test_expect_success 'rebase moves back to skip-reference' '
test refs/heads/skip-reference = $(git symbolic-ref HEAD) &&
git branch post-rebase &&
git reset --hard pre-rebase &&
! git rebase master &&
test_must_fail git rebase master &&
echo "hello" > hello &&
git add hello &&
git rebase --continue &&
@ -53,7 +53,9 @@ test_expect_success 'rebase moves back to skip-reference' ' @@ -53,7 +53,9 @@ test_expect_success 'rebase moves back to skip-reference' '

test_expect_success 'checkout skip-merge' 'git checkout -f skip-merge'

test_expect_success 'rebase with --merge' '! git rebase --merge master'
test_expect_success 'rebase with --merge' '
test_must_fail git rebase --merge master
'

test_expect_success 'rebase --skip with --merge' '
git rebase --skip

12
t/t3502-cherry-pick-merge.sh

@ -35,7 +35,7 @@ test_expect_success 'cherry-pick a non-merge with -m should fail' ' @@ -35,7 +35,7 @@ test_expect_success 'cherry-pick a non-merge with -m should fail' '

git reset --hard &&
git checkout a^0 &&
! git cherry-pick -m 1 b &&
test_must_fail git cherry-pick -m 1 b &&
git diff --exit-code a --

'
@ -44,7 +44,7 @@ test_expect_success 'cherry pick a merge without -m should fail' ' @@ -44,7 +44,7 @@ test_expect_success 'cherry pick a merge without -m should fail' '

git reset --hard &&
git checkout a^0 &&
! git cherry-pick c &&
test_must_fail git cherry-pick c &&
git diff --exit-code a --

'
@ -71,7 +71,7 @@ test_expect_success 'cherry pick a merge relative to nonexistent parent should f @@ -71,7 +71,7 @@ test_expect_success 'cherry pick a merge relative to nonexistent parent should f

git reset --hard &&
git checkout b^0 &&
! git cherry-pick -m 3 c
test_must_fail git cherry-pick -m 3 c

'

@ -79,7 +79,7 @@ test_expect_success 'revert a non-merge with -m should fail' ' @@ -79,7 +79,7 @@ test_expect_success 'revert a non-merge with -m should fail' '

git reset --hard &&
git checkout c^0 &&
! git revert -m 1 b &&
test_must_fail git revert -m 1 b &&
git diff --exit-code c

'
@ -88,7 +88,7 @@ test_expect_success 'revert a merge without -m should fail' ' @@ -88,7 +88,7 @@ test_expect_success 'revert a merge without -m should fail' '

git reset --hard &&
git checkout c^0 &&
! git revert c &&
test_must_fail git revert c &&
git diff --exit-code c

'
@ -115,7 +115,7 @@ test_expect_success 'revert a merge relative to nonexistent parent should fail' @@ -115,7 +115,7 @@ test_expect_success 'revert a merge relative to nonexistent parent should fail'

git reset --hard &&
git checkout c^0 &&
! git revert -m 3 c &&
test_must_fail git revert -m 3 c &&
git diff --exit-code c

'

26
t/t3600-rm.sh

@ -67,7 +67,7 @@ test_expect_success \ @@ -67,7 +67,7 @@ test_expect_success \
echo "other content" > foo
git add foo
echo "yet another content" > foo
! git rm --cached foo
test_must_fail git rm --cached foo
'

test_expect_success \
@ -82,7 +82,7 @@ test_expect_success \ @@ -82,7 +82,7 @@ test_expect_success \

test_expect_success \
'Post-check that foo exists but is not in index after git rm foo' \
'[ -f foo ] && ! git ls-files --error-unmatch foo'
'[ -f foo ] && test_must_fail git ls-files --error-unmatch foo'

test_expect_success \
'Pre-check that bar exists and is in index before "git rm bar"' \
@ -94,7 +94,7 @@ test_expect_success \ @@ -94,7 +94,7 @@ test_expect_success \

test_expect_success \
'Post-check that bar does not exist and is not in index after "git rm -f bar"' \
'! [ -f bar ] && ! git ls-files --error-unmatch bar'
'! [ -f bar ] && test_must_fail git ls-files --error-unmatch bar'

test_expect_success \
'Test that "git rm -- -q" succeeds (remove a file that looks like an option)' \
@ -109,7 +109,7 @@ if test "$test_failed_remove" = y; then @@ -109,7 +109,7 @@ if test "$test_failed_remove" = y; then
chmod a-w .
test_expect_success \
'Test that "git rm -f" fails if its rm fails' \
'! git rm -f baz'
'test_must_fail git rm -f baz'
chmod 775 .
else
test_expect_success 'skipping removal failure (perhaps running as root?)' :
@ -151,7 +151,7 @@ test_expect_success 'Re-add foo and baz' ' @@ -151,7 +151,7 @@ test_expect_success 'Re-add foo and baz' '

test_expect_success 'Modify foo -- rm should refuse' '
echo >>foo &&
! git rm foo baz &&
test_must_fail git rm foo baz &&
test -f foo &&
test -f baz &&
git ls-files --error-unmatch foo baz
@ -161,8 +161,8 @@ test_expect_success 'Modified foo -- rm -f should work' ' @@ -161,8 +161,8 @@ test_expect_success 'Modified foo -- rm -f should work' '
git rm -f foo baz &&
test ! -f foo &&
test ! -f baz &&
! git ls-files --error-unmatch foo &&
! git ls-files --error-unmatch bar
test_must_fail git ls-files --error-unmatch foo &&
test_must_fail git ls-files --error-unmatch bar
'

test_expect_success 'Re-add foo and baz for HEAD tests' '
@ -173,7 +173,7 @@ test_expect_success 'Re-add foo and baz for HEAD tests' ' @@ -173,7 +173,7 @@ test_expect_success 'Re-add foo and baz for HEAD tests' '
'

test_expect_success 'foo is different in index from HEAD -- rm should refuse' '
! git rm foo baz &&
test_must_fail git rm foo baz &&
test -f foo &&
test -f baz &&
git ls-files --error-unmatch foo baz
@ -183,8 +183,8 @@ test_expect_success 'but with -f it should work.' ' @@ -183,8 +183,8 @@ test_expect_success 'but with -f it should work.' '
git rm -f foo baz &&
test ! -f foo &&
test ! -f baz &&
! git ls-files --error-unmatch foo
! git ls-files --error-unmatch baz
test_must_fail git ls-files --error-unmatch foo
test_must_fail git ls-files --error-unmatch baz
'

test_expect_success 'Recursive test setup' '
@ -195,14 +195,14 @@ test_expect_success 'Recursive test setup' ' @@ -195,14 +195,14 @@ test_expect_success 'Recursive test setup' '
'

test_expect_success 'Recursive without -r fails' '
! git rm frotz &&
test_must_fail git rm frotz &&
test -d frotz &&
test -f frotz/nitfol
'

test_expect_success 'Recursive with -r but dirty' '
echo qfwfq >>frotz/nitfol
! git rm -r frotz &&
test_must_fail git rm -r frotz &&
test -d frotz &&
test -f frotz/nitfol
'
@ -214,7 +214,7 @@ test_expect_success 'Recursive with -r -f' ' @@ -214,7 +214,7 @@ test_expect_success 'Recursive with -r -f' '
'

test_expect_success 'Remove nonexistent file returns nonzero exit status' '
! git rm nonexistent
test_must_fail git rm nonexistent
'

test_done

4
t/t3700-add.sh

@ -85,12 +85,12 @@ test_expect_success '.gitignore is honored' ' @@ -85,12 +85,12 @@ test_expect_success '.gitignore is honored' '
'

test_expect_success 'error out when attempting to add ignored ones without -f' '
! git add a.?? &&
test_must_fail git add a.?? &&
! (git ls-files | grep "\\.ig")
'

test_expect_success 'error out when attempting to add ignored ones without -f' '
! git add d.?? &&
test_must_fail git add d.?? &&
! (git ls-files | grep "\\.ig")
'


28
t/t4015-diff-whitespace.sh

@ -144,7 +144,7 @@ test_expect_success 'check with no whitespace errors' ' @@ -144,7 +144,7 @@ test_expect_success 'check with no whitespace errors' '
test_expect_success 'check with trailing whitespace' '

echo "foo(); " > x &&
! git diff --check
test_must_fail git diff --check

'

@ -152,7 +152,7 @@ test_expect_success 'check with space before tab in indent' ' @@ -152,7 +152,7 @@ test_expect_success 'check with space before tab in indent' '

# indent has space followed by hard tab
echo " foo();" > x &&
! git diff --check
test_must_fail git diff --check

'

@ -181,7 +181,7 @@ test_expect_success 'check staged with trailing whitespace' ' @@ -181,7 +181,7 @@ test_expect_success 'check staged with trailing whitespace' '

echo "foo(); " > x &&
git add x &&
! git diff --cached --check
test_must_fail git diff --cached --check

'

@ -190,7 +190,7 @@ test_expect_success 'check staged with space before tab in indent' ' @@ -190,7 +190,7 @@ test_expect_success 'check staged with space before tab in indent' '
# indent has space followed by hard tab
echo " foo();" > x &&
git add x &&
! git diff --cached --check
test_must_fail git diff --cached --check

'

@ -206,7 +206,7 @@ test_expect_success 'check with trailing whitespace (diff-index)' ' @@ -206,7 +206,7 @@ test_expect_success 'check with trailing whitespace (diff-index)' '

echo "foo(); " > x &&
git add x &&
! git diff-index --check HEAD
test_must_fail git diff-index --check HEAD

'

@ -215,7 +215,7 @@ test_expect_success 'check with space before tab in indent (diff-index)' ' @@ -215,7 +215,7 @@ test_expect_success 'check with space before tab in indent (diff-index)' '
# indent has space followed by hard tab
echo " foo();" > x &&
git add x &&
! git diff-index --check HEAD
test_must_fail git diff-index --check HEAD

'

@ -231,7 +231,7 @@ test_expect_success 'check staged with trailing whitespace (diff-index)' ' @@ -231,7 +231,7 @@ test_expect_success 'check staged with trailing whitespace (diff-index)' '

echo "foo(); " > x &&
git add x &&
! git diff-index --cached --check HEAD
test_must_fail git diff-index --cached --check HEAD

'

@ -240,7 +240,7 @@ test_expect_success 'check staged with space before tab in indent (diff-index)' @@ -240,7 +240,7 @@ test_expect_success 'check staged with space before tab in indent (diff-index)'
# indent has space followed by hard tab
echo " foo();" > x &&
git add x &&
! git diff-index --cached --check HEAD
test_must_fail git diff-index --cached --check HEAD

'

@ -256,7 +256,7 @@ test_expect_success 'check with trailing whitespace (diff-tree)' ' @@ -256,7 +256,7 @@ test_expect_success 'check with trailing whitespace (diff-tree)' '

echo "foo(); " > x &&
git commit -m "another commit" x &&
! git diff-tree --check HEAD^ HEAD
test_must_fail git diff-tree --check HEAD^ HEAD

'

@ -265,7 +265,7 @@ test_expect_success 'check with space before tab in indent (diff-tree)' ' @@ -265,7 +265,7 @@ test_expect_success 'check with space before tab in indent (diff-tree)' '
# indent has space followed by hard tab
echo " foo();" > x &&
git commit -m "yet another" x &&
! git diff-tree --check HEAD^ HEAD
test_must_fail git diff-tree --check HEAD^ HEAD

'

@ -281,7 +281,7 @@ test_expect_success 'check trailing whitespace (trailing-space: on)' ' @@ -281,7 +281,7 @@ test_expect_success 'check trailing whitespace (trailing-space: on)' '

git config core.whitespace "trailing-space" &&
echo "foo (); " > x &&
! git diff --check
test_must_fail git diff --check

'

@ -299,7 +299,7 @@ test_expect_success 'check space before tab in indent (space-before-tab: on)' ' @@ -299,7 +299,7 @@ test_expect_success 'check space before tab in indent (space-before-tab: on)' '
# indent contains space followed by HT
git config core.whitespace "space-before-tab" &&
echo " foo (); " > x &&
! git diff --check
test_must_fail git diff --check

'

@ -315,7 +315,7 @@ test_expect_success 'check spaces as indentation (indent-with-non-tab: on)' ' @@ -315,7 +315,7 @@ test_expect_success 'check spaces as indentation (indent-with-non-tab: on)' '

git config core.whitespace "indent-with-non-tab" &&
echo " foo ();" > x &&
! git diff --check
test_must_fail git diff --check

'

@ -323,7 +323,7 @@ test_expect_success 'check tabs and spaces as indentation (indent-with-non-tab: @@ -323,7 +323,7 @@ test_expect_success 'check tabs and spaces as indentation (indent-with-non-tab:

git config core.whitespace "indent-with-non-tab" &&
echo " foo ();" > x &&
! git diff --check
test_must_fail git diff --check

'


2
t/t4018-diff-funcname.sh

@ -54,7 +54,7 @@ test_expect_success 'custom pattern' ' @@ -54,7 +54,7 @@ test_expect_success 'custom pattern' '

test_expect_success 'last regexp must not be negated' '
git config diff.java.funcname "!static" &&
! git diff --no-index Beer.java Beer-correct.java
test_must_fail git diff --no-index Beer.java Beer-correct.java
'

test_done

16
t/t4103-apply-binary.sh

@ -48,22 +48,22 @@ test_expect_success 'stat binary diff (copy) -- should not fail.' \ @@ -48,22 +48,22 @@ test_expect_success 'stat binary diff (copy) -- should not fail.' \

test_expect_success 'check binary diff -- should fail.' \
'git-checkout master &&
! git apply --check B.diff'
test_must_fail git apply --check B.diff'

test_expect_success 'check binary diff (copy) -- should fail.' \
'git-checkout master &&
! git apply --check C.diff'
test_must_fail git apply --check C.diff'

test_expect_success \
'check incomplete binary diff with replacement -- should fail.' '
git-checkout master &&
! git apply --check --allow-binary-replacement B.diff
test_must_fail git apply --check --allow-binary-replacement B.diff
'

test_expect_success \
'check incomplete binary diff with replacement (copy) -- should fail.' '
git-checkout master &&
! git apply --check --allow-binary-replacement C.diff
test_must_fail git apply --check --allow-binary-replacement C.diff
'

test_expect_success 'check binary diff with replacement.' \
@ -84,19 +84,19 @@ do_reset () { @@ -84,19 +84,19 @@ do_reset () {

test_expect_success 'apply binary diff -- should fail.' \
'do_reset &&
! git apply B.diff'
test_must_fail git apply B.diff'

test_expect_success 'apply binary diff -- should fail.' \
'do_reset &&
! git apply --index B.diff'
test_must_fail git apply --index B.diff'

test_expect_success 'apply binary diff (copy) -- should fail.' \
'do_reset &&
! git apply C.diff'
test_must_fail git apply C.diff'

test_expect_success 'apply binary diff (copy) -- should fail.' \
'do_reset &&
! git apply --index C.diff'
test_must_fail git apply --index C.diff'

test_expect_success 'apply binary diff without replacement.' \
'do_reset &&

4
t/t4113-apply-ending.sh

@ -30,7 +30,7 @@ test_expect_success setup \ @@ -30,7 +30,7 @@ test_expect_success setup \
# test

test_expect_success 'apply at the end' \
'! git apply --index test-patch'
'test_must_fail git apply --index test-patch'

cat >test-patch <<\EOF
diff a/file b/file
@ -48,6 +48,6 @@ c' @@ -48,6 +48,6 @@ c'
git update-index file

test_expect_success 'apply at the beginning' \
'! git apply --index test-patch'
'test_must_fail git apply --index test-patch'

test_done

8
t/t4150-am.sh

@ -182,7 +182,7 @@ test_expect_success 'am -3 falls back to 3-way merge' ' @@ -182,7 +182,7 @@ test_expect_success 'am -3 falls back to 3-way merge' '

test_expect_success 'am pauses on conflict' '
git checkout lorem2^^ &&
! git am lorem-move.patch &&
test_must_fail git am lorem-move.patch &&
test -d .git/rebase
'

@ -195,7 +195,7 @@ test_expect_success 'am --skip works' ' @@ -195,7 +195,7 @@ test_expect_success 'am --skip works' '

test_expect_success 'am --resolved works' '
git checkout lorem2^^ &&
! git am lorem-move.patch &&
test_must_fail git am lorem-move.patch &&
test -d .git/rebase &&
echo resolved >>file &&
git add file &&
@ -212,13 +212,13 @@ test_expect_success 'am takes patches from a Pine mailbox' ' @@ -212,13 +212,13 @@ test_expect_success 'am takes patches from a Pine mailbox' '
'

test_expect_success 'am fails on mail without patch' '
! git am <failmail &&
test_must_fail git am <failmail &&
rm -r .git/rebase/
'

test_expect_success 'am fails on empty patch' '
echo "---" >>failmail &&
! git am <failmail &&
test_must_fail git am <failmail &&
git am --skip &&
! test -d .git/rebase
'

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save