Skip to content

Commit

Permalink
Merge branch 'sp/maint-no-thin' into maint
Browse files Browse the repository at this point in the history
* sp/maint-no-thin:
  Make --no-thin the default in git-push to save server resources
  • Loading branch information
Junio C Hamano committed Sep 12, 2007
2 parents 6143fa2 + a4503a1 commit 3d80017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin-push.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 3d80017

Please sign in to comment.