steveukx / git-js

A light weight interface for running git commands in any node.js application.
MIT License
3.53k stars 318 forks source link

how git log ignore merger commit #870

Closed superhos closed 1 year ago

superhos commented 1 year ago

how git log ignore merger commit --no-merges

steveukx commented 1 year ago

Hello, what have you tried so far? You can pass in arbitrary options to the git.log command, eg:

git.log({ '--no-merges': null })
github-actions[bot] commented 1 year ago

This issue has been automatically closed due to a lack of response. If your problem persists please open a new issue including any additional detail requested from this issue. For more detail on the issues/pull requests see ISSUES_AND_PULL_REQUESTS