Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Documentation: remove redundant colons in git-for-each-ref.txt
author
Alexei Sholik
<alcosholik@gmail.com>
Tue, 8 Mar 2011 13:16:09 +0000
(15:16 +0200)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 9 Mar 2011 19:54:56 +0000
(11:54 -0800)
Signed-off-by: Alexei Sholik <alcosholik@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-for-each-ref.txt
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
d0f7dcb
)
diff --git
a/Documentation/git-for-each-ref.txt
b/Documentation/git-for-each-ref.txt
index fac1cf55e51ff289167270de4f248dad959741c6..bffb5d24f8a3778e5e9cf4e3303d06287e0d044c 100644
(file)
--- a/
Documentation/git-for-each-ref.txt
+++ b/
Documentation/git-for-each-ref.txt
@@
-123,7
+123,7
@@
EXAMPLES
--------
An example directly producing formatted text. Show the most recent
--------
An example directly producing formatted text. Show the most recent
-3 tagged commits:
:
+3 tagged commits:
------------
#!/bin/sh
------------
#!/bin/sh
@@
-140,7
+140,7
@@
Ref: %(*refname)
A simple example showing the use of shell eval on the output,
A simple example showing the use of shell eval on the output,
-demonstrating the use of --shell. List the prefixes of all heads:
:
+demonstrating the use of --shell. List the prefixes of all heads:
------------
#!/bin/sh
------------
#!/bin/sh
@@
-154,7
+154,7
@@
done
A bit more elaborate report on tags, demonstrating that the format
A bit more elaborate report on tags, demonstrating that the format
-may be an entire script:
:
+may be an entire script:
------------
#!/bin/sh
------------
#!/bin/sh