Merge branch 'maint'
* maint: Let check_preimage() use memset() to initialize "struct checkout" fetch/push: fix usage strings
This commit is contained in:
@ -14,10 +14,10 @@
|
||||
#include "transport.h"
|
||||
|
||||
static const char * const builtin_fetch_usage[] = {
|
||||
"git fetch [options] [<repository> <refspec>...]",
|
||||
"git fetch [options] <group>",
|
||||
"git fetch --multiple [options] [<repository> | <group>]...",
|
||||
"git fetch --all [options]",
|
||||
"git fetch [<options>] [<repository> [<refspec>...]]",
|
||||
"git fetch [<options>] <group>",
|
||||
"git fetch --multiple [<options>] [<repository> | <group>]...",
|
||||
"git fetch --all [<options>]",
|
||||
NULL
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user