From 34a332221c581585ad06ed43eff12fb7e675cc1d Mon Sep 17 00:00:00 2001 From: Christian Couder Date: Wed, 11 Dec 2013 08:46:13 +0100 Subject: Documentation/git-replace: describe --format option Signed-off-by: Christian Couder Signed-off-by: Junio C Hamano --- 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 f373ab48d4..7a078280d3 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 ---------------------------- -- cgit v1.2.1