Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-08-25 03:11:06 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-08-25 03:11:06 +0300
commit9b124bc39e0902fffd4285d077c70edbfbce3b36 (patch)
tree5c8bdf0ae3305ce49c1bad5aa2ed29a93672065d /doc/api/repositories.md
parent8a0ba602908b4360f52bf64fb715585d6245079e (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api/repositories.md')
-rw-r--r--doc/api/repositories.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/api/repositories.md b/doc/api/repositories.md
index 9d464c94d99..22ecbcd5ca9 100644
--- a/doc/api/repositories.md
+++ b/doc/api/repositories.md
@@ -200,7 +200,8 @@ Example response:
"deleted_file": false
}],
"compare_timeout": false,
- "compare_same_ref": false
+ "compare_same_ref": false,
+ "web_url": "https://gitlab.example.com/thedude/gitlab-foss/-/compare/ae73cb07c9eeaf35924a10f713b364d32b2dd34f...0b4bc9a49b562e85de7cc9e834518ea6828729b9"
}
```