Browse Source

Merge branch 'sp/maint-no-thin' into maint

* sp/maint-no-thin:
  Make --no-thin the default in git-push to save server resources
maint
Junio C Hamano 18 years ago
parent
commit
3d80017d0c
  1. 2
      builtin-push.c

2
builtin-push.c

@ -9,7 +9,7 @@ @@ -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…
Cancel
Save