Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge GuyPaddock:feature/per-branch-filter | Ruslan Gainutdinov | 2018-09-12 | 1 | -9/+29 |
|\ | |||||
| * | Clean-up documentation and examples for new arg | Guy Elsmore-Paddock | 2017-07-31 | 1 | -3/+3 |
| | | |||||
| * | Adds a filter for per-branch statistics | Guy Paddock | 2017-02-09 | 1 | -8/+27 |
| | | |||||
* | | Removed unneeded console.log | Ruslan Gainutdinov | 2018-09-12 | 1 | -1/+0 |
| | | |||||
* | | Added options: different git path, exclude merge requests, email aliases. ↵ | Ruslan Gainutdinov | 2018-09-12 | 1 | -7/+82 |
|/ | | | | Upgraded nodegit to 0.22 | ||||
* | adding support for until | Ronald Crooy | 2016-03-17 | 1 | -5/+36 |
| | |||||
* | Show error on shallow repositories | Petar Šegina | 2016-02-08 | 1 | -0/+11 |
| | | | | | | | | If a repository is shallow, we do not have access to the whole history, which will cause our commit lookups to fail. If a shallow repository is detected, an appropriate message is printed out and the program exits. | ||||
* | Use nodegit to fetch branch names | Petar Šegina | 2016-02-08 | 1 | -18/+7 |
| | | | | | | | | | | This should be more robust than using scripts and it also works when the repository is in detached HEAD state. The repository references are explicitly filtered to return only local branches. This fixes #18. | ||||
* | Normalize project structure. Fix linter errors. Conver since comparison to ↵ | Kimmo Brunfeldt | 2015-09-22 | 1 | -0/+275 |
use moment |