From mboxrd@z Thu Jan 1 00:00:00 1970 From: Junio C Hamano Subject: Re: [RFC/PATCH v1] Add Travis CI support Date: Mon, 28 Sep 2015 11:47:08 -0700 Message-ID: References: <1443131004-39284-1-git-send-email-larsxschneider@gmail.com> <1443150875.3042.3.camel@kaarsemaker.net> <699c08632232180166145f70c7f16645@dscho.org> Mime-Version: 1.0 Content-Type: text/plain Cc: Luke Diamand , Johannes Schindelin , Dennis Kaarsemaker , Lars Schneider , Git Users To: Matthieu Moy X-From: git-owner@vger.kernel.org Mon Sep 28 20:47:18 2015 Return-path: Envelope-to: gcvg-git-2@plane.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZgdSF-0000eV-Ji for gcvg-git-2@plane.gmane.org; Mon, 28 Sep 2015 20:47:15 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751177AbbI1SrL (ORCPT ); Mon, 28 Sep 2015 14:47:11 -0400 Received: from mail-pa0-f45.google.com ([209.85.220.45]:34746 "EHLO mail-pa0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750895AbbI1SrK (ORCPT ); Mon, 28 Sep 2015 14:47:10 -0400 Received: by padhy16 with SMTP id hy16so181513084pad.1 for ; Mon, 28 Sep 2015 11:47:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=ieMDuomVuSVbvtF6dWbzton7Y/cOAi76rmYe9UCFyq4=; b=HsXmIrF69pigS3jtpLF19L7tGPznKNcJc3cTx8bybFr9jlPcuNvI5E21nNKjW2IYYY +MFxWu+LALggnTbC+NRbWbYzVPUfD/7bb6xXV6HGhFmS5t8+kiSR9YYdLQAdKjsTFO0P jrkhJCC/jcY/QxQYMTQ3woaKS6oOeqkrUw1eQKWdrxt3oZbz9QewB7wrjVkfnKJLWbqQ lt6d/IZv0o2SHRNWomiXQ0EQ3Mu+va9sucTkCW5KMcrm2fwhsGIcBXorMe2gL74/aJLL HGJHqllGGRa/yW9RRPEuD9lZeQhcKLGVGwsaMuMJ6y/4TpXsXZ3QTDpv5vaMPLnbFo6F wxTw== X-Received: by 10.67.5.202 with SMTP id co10mr11940212pad.68.1443466030157; Mon, 28 Sep 2015 11:47:10 -0700 (PDT) Received: from localhost ([2620:0:1000:861b:66:24f2:2685:8011]) by smtp.gmail.com with ESMTPSA id ja4sm20782989pbb.19.2015.09.28.11.47.09 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Mon, 28 Sep 2015 11:47:09 -0700 (PDT) In-Reply-To: (Matthieu Moy's message of "Mon, 28 Sep 2015 19:37:32 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Matthieu Moy writes: > It probably makes sense to do the later in the case of Git, so that > Junio doesn't get spammed when pushing topic branches to > https://github.com/gitster/git. I won't enable it on github.com:gitster/git anyway, so I do not think that is a concern. I thought what people are talking about was to add it on github.com:git/git, but have I been misreading the thread? I do not even own the latter repository (I only can push into it).