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) {
604
604
func GetFileHistory (ctx * context.APIContext ) {
605
605
// swagger:operation GET /repos/{owner}/{repo}/git/history/{filepath} repository repoGetFileHistory
606
606
// ---
607
- // summary: Get a file's or directory's commit history
607
+ // summary: Get the commit history of a file or directory
608
608
// produces:
609
609
// - application/json
610
610
// parameters:
Original file line number Diff line number Diff line change 3660
3660
"tags": [
3661
3661
"repository"
3662
3662
],
3663
- "summary": "Get a file's or directory's commit history ",
3663
+ "summary": "Get the commit history of a file or directory",
3664
3664
"operationId": "repoGetFileHistory",
3665
3665
"parameters": [
3666
3666
{
You can’t perform that action at this time.
0 commit comments