From: Christian Couder Date: Wed, 11 Dec 2013 07:46:13 +0000 (+0100) Subject: Documentation/git-replace: describe --format option X-Git-Tag: v1.9-rc0~41^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=34a332221c581585ad06ed43eff12fb7e675cc1d;p=thirdparty%2Fgit.git Documentation/git-replace: describe --format option Signed-off-by: Christian Couder Signed-off-by: Junio C Hamano --- 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 ----------------------------