Thanks to visit codestin.com
Credit goes to github.com

Skip to content

commits method should allow max-count and skip as parameters #15

@ryanleecode

Description

@ryanleecode

The commits method currently tries to pull in all the commits of a repository since inception. This is very infeasible if the repository is very large, like the Linux repository. The methods relies on the underlying git command rev-list, which takes parameters max-count and skip. Implementing these into the library would be beneficial for applications that only want the first 100 commits instead of 700, 000.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions