From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Couder Subject: [PATCH v2 10/10] Documentation/git-replace: describe --format option Date: Sat, 07 Dec 2013 17:21:05 +0100 Message-ID: <20131207162106.21478.34711.chriscool@tuxfamily.org> References: <20131207160514.21478.72966.chriscool@tuxfamily.org> Cc: git@vger.kernel.org, Jeff King , Joey Hess To: Junio C Hamano X-From: git-owner@vger.kernel.org Sat Dec 07 17:22:07 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 1VpKdq-0004rk-PH for gcvg-git-2@plane.gmane.org; Sat, 07 Dec 2013 17:22:07 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758819Ab3LGQVz (ORCPT ); Sat, 7 Dec 2013 11:21:55 -0500 Received: from mail-2y.bbox.fr ([194.158.98.15]:44986 "EHLO mail-2y.bbox.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758600Ab3LGQVw (ORCPT ); Sat, 7 Dec 2013 11:21:52 -0500 Received: from [127.0.1.1] (cha92-h01-128-78-31-246.dsl.sta.abo.bbox.fr [128.78.31.246]) by mail-2y.bbox.fr (Postfix) with ESMTP id 091D361; Sat, 7 Dec 2013 17:21:51 +0100 (CET) X-git-sha1: a9cc7904bfaa15e6b05db1aed77a55d056e3252a X-Mailer: git-mail-commits v0.5.2 In-Reply-To: <20131207160514.21478.72966.chriscool@tuxfamily.org> Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Signed-off-by: Christian Couder --- Documentation/git-replace.txt | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/Documentation/git-replace.txt b/Documentation/git-replace.txt index f373ab4..7a07828 100644 --- a/Documentation/git-replace.txt +++ b/Documentation/git-replace.txt @@ -10,7 +10,7 @@ SYNOPSIS [verse] 'git replace' [-f] 'git replace' -d ... -'git replace' -l [] +'git replace' [--format=] [-l []] DESCRIPTION ----------- @@ -70,6 +70,23 @@ OPTIONS Typing "git replace" without arguments, also lists all replace refs. +--format=:: + When listing, use the specified , which can be one of + 'short', 'medium' and 'full'. When omitted, the format + defaults to 'short'. + +FORMATS +------- + +The following format are available: + +* 'short': + +* 'medium': + -> +* 'full' + () -> () + CREATING REPLACEMENT OBJECTS ---------------------------- -- 1.8.5.1.102.g090758b