We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc1c3a5 commit f7b15dfCopy full SHA for f7b15df
routers/api/v1/repo/file.go
@@ -604,7 +604,7 @@ func GetContentsList(ctx *context.APIContext) {
604
func GetFileHistory(ctx *context.APIContext) {
605
// swagger:operation GET /repos/{owner}/{repo}/git/history/{filepath} repository repoGetFileHistory
606
// ---
607
- // summary: Get a file's or directory's commit history
+ // summary: Get the commit history of a file or directory
608
// produces:
609
// - application/json
610
// parameters:
templates/swagger/v1_json.tmpl
@@ -3660,7 +3660,7 @@
3660
"tags": [
3661
"repository"
3662
],
3663
- "summary": "Get a file's or directory's commit history",
+ "summary": "Get the commit history of a file or directory",
3664
"operationId": "repoGetFileHistory",
3665
"parameters": [
3666
{
0 commit comments