Add support for path parameter to get a list of commits API #6832

Closed
opened 2025-11-02 07:07:55 -06:00 by GiteaMirror · 1 comment
Owner

Originally created by @d-lunyov on GitHub (Feb 9, 2021).

The current implementation of repoGetAllCommits API does not provide the ability to specify a path query parameter.

This limits the API functionality to retrieve the only full commits list, while it would be expected to be able to fetch only commits containing specified file path to be returned.

Originally created by @d-lunyov on GitHub (Feb 9, 2021). The current implementation of [repoGetAllCommits](https://try.gitea.io/api/swagger#/repository/repoGetAllCommits) API does not provide the ability to specify a `path` query parameter. This limits the API functionality to retrieve the only full commits list, while it would be expected to be able to fetch only commits containing specified file path to be returned.
GiteaMirror added the modifies/api label 2025-11-02 07:07:55 -06:00
Author
Owner

@denyskon commented on GitHub (Jul 1, 2023):

Implemented by #17652

@denyskon commented on GitHub (Jul 1, 2023): Implemented by #17652
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#6832