From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Ackermann Subject: [PATCH 11/13] Remove obscure reference from "Examples" Date: Sat, 24 Aug 2013 09:34:05 +0200 (CEST) Message-ID: <883409466.1091151.1377329645768.JavaMail.ngmail@webmail08.arcor-online.net> References: <282216171.1090748.1377328932833.JavaMail.ngmail@webmail08.arcor-online.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: gitster@pobox.com, wking@tremily.us, th.acker@arcor.de To: git@vger.kernel.org X-From: git-owner@vger.kernel.org Sat Aug 24 09:34:20 2013 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 1VD8MO-0007bF-Jh for gcvg-git-2@plane.gmane.org; Sat, 24 Aug 2013 09:34:12 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755254Ab3HXHeI (ORCPT ); Sat, 24 Aug 2013 03:34:08 -0400 Received: from mail-in-11.arcor-online.net ([151.189.21.51]:47798 "EHLO mail-in-11.arcor-online.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754124Ab3HXHeG (ORCPT ); Sat, 24 Aug 2013 03:34:06 -0400 Received: from mail-in-14-z2.arcor-online.net (mail-in-14-z2.arcor-online.net [151.189.8.31]) by mx.arcor.de (Postfix) with ESMTP id C817182004; Sat, 24 Aug 2013 09:34:05 +0200 (CEST) Received: from mail-in-07.arcor-online.net (mail-in-07.arcor-online.net [151.189.21.47]) by mail-in-14-z2.arcor-online.net (Postfix) with ESMTP id C4D6518B23; Sat, 24 Aug 2013 09:34:05 +0200 (CEST) Received: from webmail08.arcor-online.net (webmail08.arcor-online.net [151.189.8.44]) by mail-in-07.arcor-online.net (Postfix) with ESMTP id BC55D107AA4; Sat, 24 Aug 2013 09:34:05 +0200 (CEST) X-DKIM: Sendmail DKIM Filter v2.8.2 mail-in-07.arcor-online.net BC55D107AA4 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=arcor.de; s=mail-in; t=1377329645; bh=OHAfW9rv5E2Ng2M8eNxiRsTa74OSSF7Z6OqxF7sFgDc=; h=Date:From:To:Cc:Message-ID:In-Reply-To:References:Subject: MIME-Version:Content-Type:Content-Transfer-Encoding; b=Mpsb8vng3KP/GNKJGc5+Sk6sDNv3I8HViQsISVWgtabdNePQylfznyTI9CPKlhYfm 448gO2N320p4ZJA/F2KP2ay4w2xosaBEV6j9++Dm0bx0lI1kZ9dXjiUT+HBdjFoP/H HV4VVGlBsF4hGqv8hehgS56VL56cdU44ZxBW/GLg= Received: from [188.98.235.44] by webmail08.arcor-online.net (151.189.8.44) with HTTP (Arcor Webmail); Sat, 24 Aug 2013 09:34:05 +0200 (CEST) In-Reply-To: <282216171.1090748.1377328932833.JavaMail.ngmail@webmail08.arcor-online.net> X-ngMessageSubType: MessageSubType_MAIL X-WebmailclientIP: 188.98.235.44 Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Signed-off-by: Thomas Ackermann --- Documentation/user-manual.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/Documentation/user-manual.txt b/Documentation/user-manual.txt index aa6bfab..0d3f04e 100644 --- a/Documentation/user-manual.txt +++ b/Documentation/user-manual.txt @@ -2131,8 +2131,6 @@ He uses two public branches: - A "test" tree into which patches are initially placed so that they can get some exposure when integrated with other ongoing development. - This tree is available to Andrew for pulling into -mm whenever he - wants. - A "release" tree into which tested patches are moved for final sanity checking, and as a vehicle to send them upstream to Linus (by sending -- 1.8.3.msysgit.0 --- Thomas