mirror of
https://github.com/tomgi/git_stats.git
synced 2024-12-22 13:32:17 +01:00
updated readme with information about --tree option
This commit is contained in:
parent
fa9f90bab5
commit
98228f0c79
1 changed files with 14 additions and 10 deletions
24
README.md
24
README.md
|
@ -34,16 +34,20 @@ It browses the repository and outputs html page with statistics.
|
||||||
git_stats generate
|
git_stats generate
|
||||||
|
|
||||||
Options:
|
Options:
|
||||||
p, [--path=PATH] # Path to repository from which statistics should be generated.
|
p, [--path=PATH] # Path to repository from which statistics should be generated.
|
||||||
# Default: .
|
# Default: .
|
||||||
o, [--output=OUTPUT] # Output path where statistics should be written.
|
o, [--output=OUTPUT] # Output path where statistics should be written.
|
||||||
# Default: ./git_stats
|
# Default: ./git_stats
|
||||||
l, [--language=LANGUAGE] # Language of written statistics.
|
l, [--language=LANGUAGE] # Language of written statistics.
|
||||||
# Default: en
|
# Default: en
|
||||||
f, [--from=FROM] # Commit from where statistics should start.
|
f, [--from=FROM] # Commit from where statistics should start.
|
||||||
t, [--to=TO] # Commit where statistics should stop.
|
t, [--to=TO] # Commit where statistics should stop.
|
||||||
# Default: HEAD
|
# Default: HEAD
|
||||||
s, [--silent] # Silent mode. Don't output anything.
|
s, [--silent], [--no-silent] # Silent mode. Don't output anything.
|
||||||
|
d, [--tree=TREE] # Tree where statistics should be generated.
|
||||||
|
# Default: .
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#### Start generator with default settings
|
#### Start generator with default settings
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue