File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -604,7 +604,7 @@ func GetContentsList(ctx *context.APIContext) {
604604func GetFileHistory (ctx * context.APIContext ) {
605605 // swagger:operation GET /repos/{owner}/{repo}/git/history/{filepath} repository repoGetFileHistory
606606 // ---
607- // summary: Get a file's or directory's commit history
607+ // summary: Get the commit history of a file or directory
608608 // produces:
609609 // - application/json
610610 // parameters:
Original file line number Diff line number Diff line change 36603660 "tags": [
36613661 "repository"
36623662 ],
3663- "summary": "Get a file's or directory's commit history ",
3663+ "summary": "Get the commit history of a file or directory",
36643664 "operationId": "repoGetFileHistory",
36653665 "parameters": [
36663666 {
You can’t perform that action at this time.
0 commit comments