-
Notifications
You must be signed in to change notification settings - Fork 128
repo_tag: able to list tags using sort and filter options #71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
996398e
to
1aaa4f6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR! Overall looks good, left few comments.
// SortKet sorts tags with provided tag key, optionally prefixed with '-' to sort tags in descending order. | ||
SortKey string | ||
// Pattern filters tags matching the specified pattern. | ||
Pattern string |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please move these options up before the Timeout
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed in 03e73ec
Co-authored-by: Joe Chen <[email protected]>
Co-authored-by: Joe Chen <[email protected]>
Co-authored-by: Joe Chen <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the followup!
https://github.com/gogs/git-module/releases/tag/v1.3.0 has been tagged for this merge. |
No description provided.