From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ee0-x22f.google.com (mail-ee0-x22f.google.com [IPv6:2a00:1450:4013:c00::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 8864C2C007E for ; Wed, 5 Feb 2014 17:06:42 +1100 (EST) Received: by mail-ee0-f47.google.com with SMTP id d49so4674584eek.20 for ; Tue, 04 Feb 2014 22:06:36 -0800 (PST) Sender: Ingo Molnar Date: Wed, 5 Feb 2014 07:06:33 +0100 From: Ingo Molnar To: Paul Gortmaker Subject: Re: [GIT PULL] tree-wide: clean up no longer required #include Message-ID: <20140205060633.GE30094@gmail.com> References: <1391547118-21967-1-git-send-email-paul.gortmaker@windriver.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: Cc: linux-arch@vger.kernel.org, linux-mips@linux-mips.org, linux-m68k@vger.kernel.org, rusty@rustcorp.com.au, linux-ia64@vger.kernel.org, kvm@vger.kernel.org, sfr@canb.auug.org.au, Linus Torvalds , x86@kernel.org, linux-alpha@vger.kernel.org, netdev@vger.kernel.org, gregkh@linuxfoundation.org, sparclinux@vger.kernel.org, akpm@linux-foundation.org, linuxppc-dev@lists.ozlabs.org, linux-arm-kernel@lists.infradead.org, linux-s390@vger.kernel.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , * Paul Gortmaker wrote: > On Feb 4, 2014 3:52 PM, "Paul Gortmaker" > wrote: > > > > We've had this in linux-next for 2+ weeks (thanks Stephen!) as a > > linux-stable like queue of patches, and as can be seen here: > > > > https://git.kernel.org/pub/scm/linux/kernel/git/paulg/init.git > > Argh, above link is meant for cloning, not viewing. > > This should be better... > > https://git.kernel.org/cgit/linux/kernel/git/paulg/init.git/ So, if you meant Linus to pull it, you probably want to cite a real Git URI along the lines of: git://git.kernel.org/pub/scm/linux/kernel/git/paulg/init.git ( Otherwise your pull request might be ignored or worse, you might get an honest reply, due to the https transport being considered evil that no free man outside of corporate firewalls should ever consider and all that. ) Nice cleanups btw. Thanks, Ingo