From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-4.0 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,RCVD_IN_DNSWL_HI,RP_MATCHES_RCVD, STOX_REPLY_TYPE shortcircuit=no autolearn=ham autolearn_force=no version=3.4.0 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by dcvr.yhbt.net (Postfix) with ESMTP id 0563620193 for ; Thu, 11 Aug 2016 23:00:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751975AbcHKXAs (ORCPT ); Thu, 11 Aug 2016 19:00:48 -0400 Received: from smtp-d-1.talktalk.net ([78.144.6.129]:14517 "EHLO smtp-d-1.talktalk.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751895AbcHKXAr (ORCPT ); Thu, 11 Aug 2016 19:00:47 -0400 Received: from PhilipOakley ([92.22.69.35]) by smtp.talktalk.net with SMTP id XyxwbUmrK0KuvXyxwbI45h; Fri, 12 Aug 2016 00:00:45 +0100 X-Originating-IP: [92.22.69.35] X-Spam: 1 X-OAuthority: v=2.2 cv=RZjSMBlv c=1 sm=1 tr=0 p=5rxgeBVgAAAA:8 a=118V6UEFpCLMRzptT8w30g==:117 a=118V6UEFpCLMRzptT8w30g==:17 a=8nJEP1OIZ-IA:10 a=xtxXYLxNAAAA:8 a=qXFLxbmOgtuVMuWapsIA:9 a=PwKx63F5tFurRwaNxrlG:22 a=xts0dhWdiJbonKbuqhAr:22 Message-ID: <83F54348B6A84659802AAA01F782F837@PhilipOakley> Reply-To: "Philip Oakley" From: "Philip Oakley" To: "GitList" , "Junio C Hamano" References: <20160720211007.5520-1-philipoakley@iee.org> <20160811215035.4108-1-philipoakley@iee.org> Subject: Re: [PATCH v5 00/12] Update git revisions Date: Thu, 11 Aug 2016 23:32:10 +0100 Organization: OPDS MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.5931 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 X-CMAE-Envelope: MS4wfHBk5Bu3ZNUvl2HZh8i57iCDjwWmC9vhZTxx4a1ah4VHW03Rzx24hPaX80OZGVMFtXq2lna+xhVWqiwd9W7H02/wTb10DYl6YQV5FBFaa1YxADD8r+lN 02qoiGqVI+G9gtbgB89kboQ3yU+YWviL9fEuRaaHrJ8mjFeZ6LltOGi/MgaPOCR1fdSPsAORD9n0Uw== Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org I'm having trouble with my ISP is not playing ball. only cover and patch 1 were sent. Will retry with alternate service. Philip ----- Original Message ----- From: "Philip Oakley" Sent: Thursday, August 11, 2016 10:50 PM Subject: [PATCH v5 00/12] Update git revisions > This has grown like topsy from a little two patch series that tried to > name the 2-dots notation [1] into this extended set of tweaks. > > As documentation can be rather personal, I've split out each small change > so each can be individually justified. > > Since V4, I've confirmed that the format breaking issue is that we cannot > quote code in headings in the man page layout - ultimately it's a docbook > decision, and follows the line of analysis Peff identified (see commentary > in the patch). > > In addition the multi-parent notations have been clarified and extended. > > Thus the old patch 4 has been split into three. The first three patches > are > unchanged. The following 4 patches are also unchanged. > > Finally, at the end an extra 2 patches are added to build up the examples > by > including details of the notation expansions. > > This updates po/range-doc (2016-07-20) 8 commits. > > Hopefully my updated workflow will get the right patches to the right > people. > > [1] > https://public-inbox.org/git/0648000B273C412AB7140AE959EBC99A%40PhilipOakley/ > > Philip Oakley (12): > doc: use 'symmetric difference' consistently > doc: revisions - name the left and right sides > doc: show the actual left, right, and boundary marks > doc: revisions: give headings for the two and three dot notations > doc: revisions: extra clarification of ^! notation effects > doc: revisions: single vs multi-parent notation comparison > doc: gitrevisions - use 'reachable' in page description > doc: gitrevisions - clarify 'latter case' is revision walk > doc: revisions - define `reachable` > doc: revisions - clarify reachability examples > doc: revisions: show revision expansion in examples > doc: revisions: sort examples and fix alignment of the unchanged > > Documentation/gitk.txt | 2 +- > Documentation/gitrevisions.txt | 6 +- > Documentation/pretty-formats.txt | 2 +- > Documentation/rev-list-options.txt | 4 +- > Documentation/revisions.txt | 121 > +++++++++++++++++++++++-------------- > 5 files changed, 84 insertions(+), 51 deletions(-) > > -- > 2.9.0.windows.1 > > >