Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Commit

Permalink
Add Author to ListCommitsOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmtran committed Sep 24, 2023
1 parent 04fa414 commit b5240b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions commits.go
Original file line number Diff line number Diff line change
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 b5240b5

Please sign in to comment.