-
Notifications
You must be signed in to change notification settings - Fork 136
Open
Description
Hi !
I like your tool very much :)
I use it on 2 projects at work:
- https://github.com/voyages-sncf-technologies/hesperides
- https://github.com/voyages-sncf-technologies/hesperides-gui
Sadly, it has become very slow to generate my changelog.
There are some commands to give you and idea of the situation (taken from a previous issue on the same subject: #7 ):
# time gitchangelog
real 3m26,777s
user 0m14,247s
sys 2m25,882s
# time git log --oneline | wc -l
1315
real 0m0,693s
user 0m0,123s
sys 0m0,498s
# time git rev-parse $(git log --format=%H | tail -n 1)..HEAD
e507068883beea9b53cf55d84323aa37d0ff1f53
^18b3b3aaa26de3bfe6cbcd8bb0ec761ec2e851de
real 0m0,561s
user 0m0,061s
sys 0m0,466s
I use mustache as output_engine
Metadata
Metadata
Assignees
Labels
No labels