node-gitlog icon indicating copy to clipboard operation
node-gitlog copied to clipboard

Git log parser for Node.JS

Results 33 node-gitlog issues
Sort by recently updated
recently updated
newest added

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. Changelog Sourced from y18n's changelog. Change Log All notable changes to this project will be documented in this file. See standard-version for commit guidelines....

dependencies

Hi all, Git supports passing multiple author strings via the `--author` option. Do you know if there's a way to pass multiple authors to node-gitlog as well?

Hi everyone, This is more a question than an issue, hoping it's ok. `git log` has a `-p` switch which is handy to get the diffs directly in the log...

![image](https://user-images.githubusercontent.com/19372111/78862762-afa26900-7a6a-11ea-85d0-2113add5c3ac.png) ![image](https://user-images.githubusercontent.com/19372111/78862847-d82a6300-7a6a-11ea-971d-924711a606a3.png) ![image](https://user-images.githubusercontent.com/19372111/78862855-de204400-7a6a-11ea-9644-dc9853e1b2e8.png)

This supports a tags field, which will contain an array of tags pointing to that commit.

this is only to see if tests fail while removing the recently addes test for tags.

I did a rebase -i and squashed a few commits, resulting in a multi-line commit message, which I want to keep. The gitlog task fails with the following message: ```...