nokia / git-changelog-generator

Git Changelog Generator
https://pypi.python.org/pypi/gcg
BSD 3-Clause "New" or "Revised" License
14 stars 5 forks source link

--since flag yields empty results #10

Closed weakcamel closed 6 years ago

weakcamel commented 6 years ago

Apparently after recent rework of how GCG scans the history, the meaning of until/since flags is reversed which produces "interesting* results:

$ gcg --since 2f1e44ce65a68e75eac7571b3e513ae014120f49 -O rpm --until HEAD

$ gcg --until 2f1e44ce65a68e75eac7571b3e513ae014120f49 -O rpm --since HEAD
* Sun Mar 18 2018 Waldek Maleska <waldek.maleska@nokia.com> - 0.1.1
- Issue #6 PyPI uploads (rev.c66bf4eb)

$ gcg --until 2f1e44ce65a68e75eac7571b3e513ae014120f49 -O rpm
* Sun Mar 18 2018 Waldek Maleska <w.maleska@gmail.com> - current
- Set theme jekyll-theme-slate (rev.2f1e44ce)
- Issue #6 Travis CI builds (rev.83d62c0d)
- Issue #1 initial import (rev.b0897343)
- Initial commit (rev.a698cd56)

$ pip show gcg
Name: gcg
Version: 0.1.1
Summary: Git Changelog Generator
Home-page: https://github.com/nokia/git-changelog-generator
Author: Waldek Maleska
Author-email: waldek.maleska@nokia.com
License: BSD-3-Clause
Location: /usr/local/lib/python2.7/dist-packages
Requires: 
Required-by: 
weakcamel commented 6 years ago

Closed as the version was not updated. Ooops!