Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752503AbcLPFAY (ORCPT ); Fri, 16 Dec 2016 00:00:24 -0500 Received: from pb-smtp2.pobox.com ([64.147.108.71]:63124 "EHLO sasl.smtp.pobox.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1750799AbcLPFAP (ORCPT ); Fri, 16 Dec 2016 00:00:15 -0500 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=jDksKSxqK9vT05taOciPZyrXUQwT/+Z5 NGrUmhGSKKoy2XqUIiSfRkrllWejfo4xkAyv0kUaIi1qdtZSPszp8tJeqhLaFHA3 sCSEEZxxi+Nb4h1qybiRRWthAAxUXr0nZBMaUfI1wTlBv3PpyPQvG67NBHCMAqOW LoJ1l8BAtIc= From: Junio C Hamano To: Joe Perches Cc: Linus Torvalds , git , Sergey Senozhatsky , Petr Mladek , Geert Uytterhoeven , Steven Rostedt , Mark Rutland , Andrew Morton , Linux Kernel Mailing List Subject: Re: [PATCH] printk: Remove no longer used second struct cont References: <1481806438-30185-1-git-send-email-geert@linux-m68k.org> <20161215162336.GA18152@pathway.suse.cz> <20161216013706.GA20445@jagdpanzerIV.localdomain> <1481853432.29291.76.camel@perches.com> <1481855446.29291.80.camel@perches.com> Date: Thu, 15 Dec 2016 21:00:07 -0800 In-Reply-To: <1481855446.29291.80.camel@perches.com> (Joe Perches's message of "Thu, 15 Dec 2016 18:30:46 -0800") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.90 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Pobox-Relay-ID: 85D7594C-C34C-11E6-B3BD-B2917B1B28F4-77302942!pb-smtp2.pobox.com Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 179 Lines: 6 Joe Perches writes: > grep 2.5.4 was the last version that supported the -P option to > grep through for multiple lines. Does anybody know why it was dropped?