Merge branch 'stable-2.15'

* stable-2.15:
  ChangeData#isReviewedBy: Guard against null current patch set
  Revert "GetCapabilities#CheckOne: Return json content type"
  FormatUtil: Correctly fix the Math#round() error flagged by error-prone
  Add a change deleted event/listener
  Fix broken link in documentation of receive.requireSignedPush

Change-Id: I57f595d1081f436187df4b73a37a4366cc66196b
This commit is contained in:
Jonathan Nieder
2018-09-16 17:27:18 -07:00
16 changed files with 206 additions and 38 deletions

View File

@@ -1098,10 +1098,7 @@ If the user has the global capability the string `ok` is returned.
.Response
----
HTTP/1.1 200 OK
Content-Disposition: attachment
Content-Type: application/json; charset=UTF-8
)]}'
ok
----