mirror of
https://github.com/git/git.git
synced 2026-01-22 14:57:18 +09:00
Merge branch 'sp/maint-no-thin' into maint
* sp/maint-no-thin: Make --no-thin the default in git-push to save server resources
This commit is contained in:
commit
3d80017d0c
@ -9,7 +9,7 @@
|
||||
|
||||
static const char push_usage[] = "git-push [--all] [--tags] [--receive-pack=<git-receive-pack>] [--repo=all] [-f | --force] [-v] [<repository> <refspec>...]";
|
||||
|
||||
static int all, force, thin = 1, verbose;
|
||||
static int all, force, thin, verbose;
|
||||
static const char *receivepack;
|
||||
|
||||
static const char **refspec;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user