From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS31976 209.132.176.0/21 X-Spam-Status: No, score=-3.5 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MSGID_FROM_MTA_HEADER,RP_MATCHES_RCVD shortcircuit=no autolearn=ham autolearn_force=no version=3.4.0 From: Chris Riddoch Subject: [PATCH] Move --pretty options into Documentation/pretty-formats.txt Date: Fri, 17 Nov 2006 23:24:15 -0700 Message-ID: <11638310552964-git-send-email-chris@syntacticsugar.org> NNTP-Posting-Date: Sat, 18 Nov 2006 06:27:19 +0000 (UTC) Cc: Chris Riddoch Return-path: Envelope-to: gcvg-git@gmane.org X-Mailer: git-send-email 1.4.4 Precedence: bulk X-Mailing-List: git@vger.kernel.org Archived-At: Received: from vger.kernel.org ([209.132.176.167]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GlJfU-0004oA-Pt for gcvg-git@gmane.org; Sat, 18 Nov 2006 07:27:13 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754009AbWKRG1J (ORCPT ); Sat, 18 Nov 2006 01:27:09 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755795AbWKRG1J (ORCPT ); Sat, 18 Nov 2006 01:27:09 -0500 Received: from hinegardner.org ([216.17.180.14]:41555 "EHLO planchet.hinegardner.org") by vger.kernel.org with ESMTP id S1754009AbWKRG1G (ORCPT ); Sat, 18 Nov 2006 01:27:06 -0500 Received: from localhost.localdomain (localhost [127.0.0.1]) by planchet.hinegardner.org (Postfix) with ESMTP id EA6FF1599CFE; Fri, 17 Nov 2006 23:27:44 -0700 (MST) To: git@vger.kernel.org Sender: git-owner@vger.kernel.org Asciidoc-include it into the manuals for programs that use the --pretty command-line option, for consistency among the docs. This describes all the pretty-formats currently listed in the cmit_fmt enum in commit.h, and also briefly describes the presence and format of the 'Merge: ' line in some pretty formats. Signed-off-by: Chris Riddoch --- Documentation/git-diff-tree.txt | 7 ++--- Documentation/git-log.txt | 3 +- Documentation/git-rev-list.txt | 6 +--- Documentation/git-show.txt | 5 +--- Documentation/pretty-formats.txt | 56 ++++++++++++++++++++++++++++++++++++++ 5 files changed, 62 insertions(+), 15 deletions(-) diff --git a/Documentation/git-diff-tree.txt b/Documentation/git-diff-tree.txt index f7e8ff2..add0d2f 100644 --- a/Documentation/git-diff-tree.txt +++ b/Documentation/git-diff-tree.txt @@ -73,10 +73,9 @@ separated with a single space are given. This flag causes "git-diff-tree --stdin" to also show the commit message before the differences. ---pretty[=(raw|medium|short)]:: - This is used to control "pretty printing" format of the - commit message. Without "=