Merge branch 'maint'

* maint:
  Let check_preimage() use memset() to initialize "struct checkout"
  fetch/push: fix usage strings
This commit is contained in:
Junio C Hamano
2010-04-09 22:43:18 -07:00
5 changed files with 11 additions and 14 deletions

View File

@ -10,7 +10,7 @@
#include "parse-options.h"
static const char * const push_usage[] = {
"git push [<options>] [<repository> <refspec>...]",
"git push [<options>] [<repository> [<refspec>...]]",
NULL,
};