From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-5.5 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD shortcircuit=no autolearn=ham autolearn_force=no version=3.4.0 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by dcvr.yhbt.net (Postfix) with ESMTP id 7FDB0207EC for ; Mon, 3 Oct 2016 22:06:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753509AbcJCWGf (ORCPT ); Mon, 3 Oct 2016 18:06:35 -0400 Received: from pb-smtp1.pobox.com ([64.147.108.70]:63514 "EHLO sasl.smtp.pobox.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752295AbcJCWGd (ORCPT ); Mon, 3 Oct 2016 18:06:33 -0400 Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by pb-smtp1.pobox.com (Postfix) with ESMTP id 67F674498E; Mon, 3 Oct 2016 18:06:32 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=2tabG8kibH3AxR+DtZcd48Sx0EI=; b=D//BIb YCOJGKyHkgU043DkiilqF4M4fJALyGWcn8Op7cWEs1B95lis5tBTCBihXnxNHupw LctGPBMZHV1JInmCL3r2fuTkz3poWa/LLGmBiM+b8p090qt4mNuu49IY+Gl6DES2 IW1ID9ItlEXjImttjFRIke6jpYFZ+ci5MeRtI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; q=dns; s=sasl; b=v8av2fMXKyLWrnkTqNJzQ9E9Q8rfaiVN /SFf5zNeTrmHs8B0HEFBJYbjbF/ialY0hyS/kgGJek3j31g4/sqovJR8PVfvRNVC XoxpklyYfPCgIe08lxYDF8FOfPJ2haCxsx3dJI3D6LmwkVLe+MI0Yivju7H5vVn7 SjZq85lwyeI= Received: from pb-smtp1.nyi.icgroup.com (unknown [127.0.0.1]) by pb-smtp1.pobox.com (Postfix) with ESMTP id 5F41B4498D; Mon, 3 Oct 2016 18:06:32 -0400 (EDT) Received: from pobox.com (unknown [104.132.0.95]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by pb-smtp1.pobox.com (Postfix) with ESMTPSA id D7A514498A; Mon, 3 Oct 2016 18:06:31 -0400 (EDT) From: Junio C Hamano To: Stefan Beller Cc: Linus Torvalds , Heiko Voigt , Git Mailing List Subject: Re: Slow pushes on 'pu' - even when up-to-date.. References: Date: Mon, 03 Oct 2016 15:06:29 -0700 In-Reply-To: (Stefan Beller's message of "Mon, 3 Oct 2016 14:23:16 -0700") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Pobox-Relay-ID: A43D1CA8-89B5-11E6-923F-C26412518317-77302942!pb-smtp1.pobox.com Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Stefan Beller writes: > On Mon, Oct 3, 2016 at 2:17 PM, Stefan Beller wrote: >> >> * sb/push-make-submodule-check-the-default (2016-08-24) 1 commit >> - push: change submodule default to check >> >> Turn the default of "push.recurseSubmodules" to "check". >> >> Will hold to wait for hv/submodule-not-yet-pushed-fix >> >> This reveals that the "check" mode is too inefficient to use in >> real projects, even in ones as small as git itself. >> cf. > > So maybe we should eject this series from pu as long as > hv/submodule-not-yet-pushed-fix is ejected to enable you > running pu happily. I am planning to merge lt/abbrev-auto to 'next' together with Peff's ambiguous-short-object-names series in today's pushout. Just FYI, there is another integration branch called 'jch' that typically has several topics more than 'next' but does not merge things I haven't looked at (or things I have looked at and decided not ready). That is what I use for my daily work. You can grab it out of "git log --oneline --first-parent master..pu", or from my broken-out repository (git://github.com/gitster/git/).