From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752682AbbJWJmI (ORCPT ); Fri, 23 Oct 2015 05:42:08 -0400 Received: from mail-pa0-f46.google.com ([209.85.220.46]:33774 "EHLO mail-pa0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752488AbbJWJmG (ORCPT ); Fri, 23 Oct 2015 05:42:06 -0400 Date: Fri, 23 Oct 2015 18:41:32 +0900 (JST) From: Linus Torvalds To: Arnd Bergmann cc: arm@kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [GIT PULL] ARM: SoC fixes for 4.3-rc In-Reply-To: <6788509.osko4XNn1O@wuerfel> Message-ID: References: <6788509.osko4XNn1O@wuerfel> User-Agent: Alpine 2.20 (LFD 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 22 Oct 2015, Arnd Bergmann wrote: > > are available in the git repository at: > > git+ssh://gitolite@ra.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git tags/fixes-for-linus What the heck happened to your pull request script? A sudden case of script disease? That's just insane. "git+ssh"? "gitolite@ra.kernel.org"? Yeah, yeah, it probably works for people with accounts, but please don't use those private secure things in pull requests, particularly ones that go to public mailing lists. And "git+ssh" may be a valid way to specify a git tree, but if you really want to just use ssh (which you don't), just use "ssh://", or use the shorter scp format ("host:path"). At least then it would be closer to fit on a line, and less of the line noise.. Anyway, I've pulled using the sane externally visible verion, so no need to resend, but check your scripting.. Linus