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
@@@ -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 */