Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
CodingGuidelines: downcase placeholders in usage messages
author
Junio C Hamano
<gitster@pobox.com>
Tue, 15 Feb 2011 19:02:56 +0000
(11:02 -0800)
committer
Junio C Hamano
<gitster@pobox.com>
Tue, 15 Feb 2011 19:53:00 +0000
(11:53 -0800)
We accumulated some inconsistencies without an explicit guidance to spell
this out over time.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/CodingGuidelines
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
24231e0
)
diff --git
a/Documentation/CodingGuidelines
b/Documentation/CodingGuidelines
index ba2006d892ec09d606f8846588c7727396b1ee28..fe1c1e5bc26e683540cb9fe5f43320192be9185d 100644
(file)
--- a/
Documentation/CodingGuidelines
+++ b/
Documentation/CodingGuidelines
@@
-152,7
+152,7
@@
Writing Documentation:
when writing or modifying command usage strings and synopsis sections
in the manual pages:
- Placeholders are enclosed in angle brackets:
+ Placeholders are
spelled in lowercase and
enclosed in angle brackets:
<file>
--sort=<key>
--abbrev[=<n>]