Merge branch 'maint'

* maint:
  Replace filepattern with pathspec for consistency
This commit is contained in:
Junio C Hamano
2013-02-12 12:23:12 -08:00
3 changed files with 8 additions and 8 deletions

View File

@ -31,12 +31,12 @@
#include "sequencer.h"
static const char * const builtin_commit_usage[] = {
N_("git commit [options] [--] <filepattern>..."),
N_("git commit [options] [--] <pathspec>..."),
NULL
};
static const char * const builtin_status_usage[] = {
N_("git status [options] [--] <filepattern>..."),
N_("git status [options] [--] <pathspec>..."),
NULL
};