Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Documentation/git-replace: describe --format option
author
Christian Couder
<chriscool@tuxfamily.org>
Wed, 11 Dec 2013 07:46:13 +0000
(08:46 +0100)
committer
Junio C Hamano
<gitster@pobox.com>
Thu, 12 Dec 2013 19:53:49 +0000
(11:53 -0800)
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-replace.txt
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
769a4fa
)
diff --git
a/Documentation/git-replace.txt
b/Documentation/git-replace.txt
index f373ab48d4d575d847408e333b5bfb747d1a75a2..7a078280d336973613b2a634722ec8555ce9909e 100644
(file)
--- a/
Documentation/git-replace.txt
+++ b/
Documentation/git-replace.txt
@@
-10,7
+10,7
@@
SYNOPSIS
[verse]
'git replace' [-f] <object> <replacement>
'git replace' -d <object>...
[verse]
'git replace' [-f] <object> <replacement>
'git replace' -d <object>...
-'git replace'
-l [<pattern>
]
+'git replace'
[--format=<format>] [-l [<pattern>]
]
DESCRIPTION
-----------
DESCRIPTION
-----------
@@
-70,6
+70,23
@@
OPTIONS
Typing "git replace" without arguments, also lists all replace
refs.
Typing "git replace" without arguments, also lists all replace
refs.
+--format=<format>::
+ When listing, use the specified <format>, which can be one of
+ 'short', 'medium' and 'full'. When omitted, the format
+ defaults to 'short'.
+
+FORMATS
+-------
+
+The following format are available:
+
+* 'short':
+ <replaced sha1>
+* 'medium':
+ <replaced sha1> -> <replacement sha1>
+* 'full'
+ <replaced sha1> (<replaced type>) -> <replacement sha1> (<replacement type>)
+
CREATING REPLACEMENT OBJECTS
----------------------------
CREATING REPLACEMENT OBJECTS
----------------------------