Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Documentation: fix typos and spelling in replace documentation
author
Christian Couder
<chriscool@tuxfamily.org>
Thu, 19 Nov 2009 06:13:15 +0000
(07:13 +0100)
committer
Junio C Hamano
<gitster@pobox.com>
Sat, 21 Nov 2009 06:08:10 +0000
(22:08 -0800)
This patch fix a missing "s" at the end of an occurence of
"--no-replace-objects" and, while at it, it also improves spelling
and rendering.
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:
6476b38
)
diff --git
a/Documentation/git-replace.txt
b/Documentation/git-replace.txt
index 8adc1ef55c620d04fc10b8d6ccb0b9c90765a753..69f704faf8e36c17baa22af1aff64119811f7ba5 100644
(file)
--- a/
Documentation/git-replace.txt
+++ b/
Documentation/git-replace.txt
@@
-17,31
+17,32
@@
DESCRIPTION
Adds a 'replace' reference in `.git/refs/replace/`
The name of the 'replace' reference is the SHA1 of the object that is
Adds a 'replace' reference in `.git/refs/replace/`
The name of the 'replace' reference is the SHA1 of the object that is
-replaced. The content of the
replace
reference is the SHA1 of the
+replaced. The content of the
'replace'
reference is the SHA1 of the
replacement object.
replacement object.
-Unless `-f` is given, the
replace
reference must not yet exist in
+Unless `-f` is given, the
'replace'
reference must not yet exist in
`.git/refs/replace/` directory.
`.git/refs/replace/` directory.
-Replace references will be used by default by all git commands except
-those doing reachability traversal (prune, pack transfer and fsck).
+Replacement references will be used by default by all git commands
+except those doing reachability traversal (prune, pack transfer and
+fsck).
-It is possible to disable use of replacement ref
s for any command
-
using the --no-replace-objects option just after "git"
.
+It is possible to disable use of replacement ref
erences for any
+
command using the `--no-replace-objects` option just after 'git'
.
-For example if commit
"foo" has been replaced by commit "bar"
:
+For example if commit
'foo' has been replaced by commit 'bar'
:
------------------------------------------------
------------------------------------------------
-$ git --no-replace-object cat-file commit foo
+$ git --no-replace-object
s
cat-file commit foo
------------------------------------------------
------------------------------------------------
-show
information about commit "foo"
, while:
+show
s information about commit 'foo'
, while:
------------------------------------------------
$ git cat-file commit foo
------------------------------------------------
------------------------------------------------
$ git cat-file commit foo
------------------------------------------------
-show
information about commit "bar"
.
+show
s information about commit 'bar'
.
OPTIONS
-------
OPTIONS
-------