diff --git a/Documentation/git-replace.txt b/Documentation/git-replace.txt index f373ab48d4d..7a078280d33 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 ----------------------------