]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'mm/mediawiki-dumb-push-fix'
authorJunio C Hamano <gitster@pobox.com>
Thu, 12 Sep 2013 21:41:41 +0000 (14:41 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 12 Sep 2013 21:41:41 +0000 (14:41 -0700)
* mm/mediawiki-dumb-push-fix:
  git-remote-mediawiki: no need to update private ref in non-dumb push
  git-remote-mediawiki: use no-private-update capability on dumb push
  transport-helper: add no-private-update capability
  git-remote-mediawiki: add test and check Makefile targets

1  2 
Documentation/gitremote-helpers.txt
transport-helper.c

Simple merge
index 4c2a39e8ff03df5285657a5c0f9b7746c28d76a6,3328394a9bb54d659747030729e2b5e86e7194a0..b32e2d64dd344c3f8c4d5f42b6c48dd6bdb8d29f
@@@ -27,8 -27,8 +27,9 @@@ struct helper_data 
                push : 1,
                connect : 1,
                signed_tags : 1,
-               no_disconnect_req : 1;
 +              check_connectivity : 1,
+               no_disconnect_req : 1,
+               no_private_update : 1;
        char *export_marks;
        char *import_marks;
        /* These go from remote name (as in "list") to private name */