diff options
author | guyzmo <guyzmo+github+pub@m0g.net> | 2017-05-05 04:55:54 +0200 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2017-05-05 10:55:54 +0800 |
commit | 98460a8d9d9b2bcd31871837ac61d70b153df9c4 (patch) | |
tree | 49a79dc74678e5488e10fc58234288339a77b6f6 /vendor/vendor.json | |
parent | a503947fba7b9cd81bf52305c58f11a4a0d93df5 (diff) | |
download | gitea-98460a8d9d9b2bcd31871837ac61d70b153df9c4.tar.gz gitea-98460a8d9d9b2bcd31871837ac61d70b153df9c4.zip |
Exposes in API the Repo entity's Size and IsBare property (#1668)
* Exposes in API the Repo entity's IsBare property as IsEmpty
Signed-off-by: Guyzmo <guyzmo+github+pub@m0g.net>
* Exposes in API the Repo entity's Size property
Signed-off-by: Guyzmo <guyzmo+github+pub@m0g.net>
Diffstat (limited to 'vendor/vendor.json')
-rw-r--r-- | vendor/vendor.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vendor/vendor.json b/vendor/vendor.json index b58040627d..bbd759c12c 100644 --- a/vendor/vendor.json +++ b/vendor/vendor.json @@ -9,10 +9,10 @@ "revisionTime": "2017-05-04T06:58:26Z" }, { - "checksumSHA1": "vdziKobpPIkU/dLvSI8n7eWrIIE=", + "checksumSHA1": "L58DGmGw5eZThPkaHEaY9vuz42g=", "path": "code.gitea.io/sdk/gitea", - "revision": "d2f87fd3f9f2887b9f15112cec8d7f53b2825147", - "revisionTime": "2017-04-30T15:33:16Z" + "revision": "1350cdb0d049083453c93dcabfcac2e7ba553951", + "revisionTime": "2017-05-04T17:35:58Z" }, { "checksumSHA1": "IyfS7Rbl6OgR83QR7TOfKdDCq+M=", |