Skip to content

Commit

Permalink
Merge pull request #1803 from alexmtran/feature/search-commits-by-author
Browse files Browse the repository at this point in the history
Add Author to ListCommitsOptions
  • Loading branch information
svanharmelen committed Sep 25, 2023
2 parents 04fa414 + b5240b5 commit 98a5253
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions commits.go
Expand Up @@ -77,6 +77,7 @@ type ListCommitsOptions struct {
Since *time.Time `url:"since,omitempty" json:"since,omitempty"`
Until *time.Time `url:"until,omitempty" json:"until,omitempty"`
Path *string `url:"path,omitempty" json:"path,omitempty"`
Author *string `url:"author,omitempty" json:"author,omitempty"`
All *bool `url:"all,omitempty" json:"all,omitempty"`
WithStats *bool `url:"with_stats,omitempty" json:"with_stats,omitempty"`
FirstParent *bool `url:"first_parent,omitempty" json:"first_parent,omitempty"`
Expand Down

0 comments on commit 98a5253

Please sign in to comment.