mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
guilt docs: Capitalize letters
This commit is contained in:
parent
ea0af0c391
commit
a212a78c1b
|
|
@ -10,31 +10,31 @@
|
|||
git guilt [<option>] <since> <until>
|
||||
.
|
||||
.SH "DESCRIPTION"
|
||||
calculate the change in blame between two revisions
|
||||
Calculate the change in blame between two revisions
|
||||
.
|
||||
.SH "OPTIONS"
|
||||
\-h, \-\-help
|
||||
.
|
||||
.P
|
||||
output usage information
|
||||
Output usage information
|
||||
.
|
||||
.P
|
||||
\-e, \-\-email
|
||||
.
|
||||
.P
|
||||
display author emails instead of names
|
||||
Display author emails instead of names
|
||||
.
|
||||
.P
|
||||
\-w, \-\-ignore\-whitespace
|
||||
.
|
||||
.P
|
||||
ignore whitespace only changes when attributing blame
|
||||
Ignore whitespace only changes when attributing blame
|
||||
.
|
||||
.P
|
||||
\-d, \-\-debug
|
||||
.
|
||||
.P
|
||||
output debug information
|
||||
Output debug information
|
||||
.
|
||||
.SH "Examples"
|
||||
Find blame delta between two commits:
|
||||
|
|
|
|||
|
|
@ -80,25 +80,25 @@
|
|||
|
||||
<h2 id="DESCRIPTION">DESCRIPTION</h2>
|
||||
|
||||
<p>calculate the change in blame between two revisions</p>
|
||||
<p>Calculate the change in blame between two revisions</p>
|
||||
|
||||
<h2 id="OPTIONS">OPTIONS</h2>
|
||||
|
||||
<p> -h, --help</p>
|
||||
|
||||
<p> output usage information</p>
|
||||
<p> Output usage information</p>
|
||||
|
||||
<p> -e, --email</p>
|
||||
|
||||
<p> display author emails instead of names</p>
|
||||
<p> Display author emails instead of names</p>
|
||||
|
||||
<p> -w, --ignore-whitespace</p>
|
||||
|
||||
<p> ignore whitespace only changes when attributing blame</p>
|
||||
<p> Ignore whitespace only changes when attributing blame</p>
|
||||
|
||||
<p> -d, --debug</p>
|
||||
|
||||
<p> output debug information</p>
|
||||
<p> Output debug information</p>
|
||||
|
||||
<h2 id="Examples">Examples</h2>
|
||||
|
||||
|
|
@ -135,7 +135,7 @@ spacewander +++++++++++++++++++++++++++++++++++++++++++++(112)
|
|||
|
||||
<h2 id="AUTHOR">AUTHOR</h2>
|
||||
|
||||
<p>Written by spacewander <<a href="mailto:spacewanderlzx@gmail.com" data-bare-link="true">spacewanderlzx@gmail.com</a>></p>
|
||||
<p>Written by spacewander <<a href="mailto:spacewanderlzx@gmail.com" data-bare-link="true">spacewanderlzx@gmail.com</a>></p>
|
||||
|
||||
<h2 id="REPORTING-BUGS">REPORTING BUGS</h2>
|
||||
|
||||
|
|
|
|||
|
|
@ -7,25 +7,25 @@ git guilt [<option>] <since> <until>
|
|||
|
||||
## DESCRIPTION
|
||||
|
||||
calculate the change in blame between two revisions
|
||||
Calculate the change in blame between two revisions
|
||||
|
||||
## OPTIONS
|
||||
|
||||
-h, --help
|
||||
|
||||
output usage information
|
||||
Output usage information
|
||||
|
||||
-e, --email
|
||||
|
||||
display author emails instead of names
|
||||
Display author emails instead of names
|
||||
|
||||
-w, --ignore-whitespace
|
||||
|
||||
ignore whitespace only changes when attributing blame
|
||||
Ignore whitespace only changes when attributing blame
|
||||
|
||||
-d, --debug
|
||||
|
||||
output debug information
|
||||
Output debug information
|
||||
|
||||
## Examples
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue