Update gitlog script's README

pull/2487/head
Yannick Warnier 7 years ago
parent 62b3584682
commit 7eef4c88bf
  1. 7
      tests/scripts/packaging/README.md

@ -9,4 +9,9 @@ other things): `git clone https://github.com/ywarnier/git php-git`.
This should give you all you need to then launch
`php gitlog.php > /tmp/changelog`
and then copy-paste it to the Chamilo changelog (it still requires a careful
manual review, but it already saves *a lot* of time).
manual review, but it already saves *a lot* of time).
Usage:
- `php gitlog.php -t` indicates the script has to return datestamps
- `php gitlog.php -max20170625` stops when reaching a date previous to this date
- `php gitlog.php [commit-hash]` stops when finding the given commit hash in the commits history

Loading…
Cancel
Save