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

@ -17,7 +17,7 @@
#include "bulk-checkin.h"
static const char * const builtin_add_usage[] = {
N_("git add [options] [--] <filepattern>..."),
N_("git add [options] [--] <pathspec>..."),
NULL
};
static int patch_interactive, add_interactive, edit_interactive;