From 97d5f17bfc5936f349afdfb9e59450b7c081530a Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Mon, 17 Feb 2020 11:51:08 -0500 Subject: git.sr.ht: document push options --- git.sr.ht/api.md | 8 ++++++++ git.sr.ht/index.md | 12 ++++++++++++ 2 files changed, 20 insertions(+) (limited to 'git.sr.ht') diff --git a/git.sr.ht/api.md b/git.sr.ht/api.md index 5edc6e7..0c16dc1 100644 --- a/git.sr.ht/api.md +++ b/git.sr.ht/api.md @@ -405,6 +405,7 @@ executing `git push`. Your server has 5 seconds to respond to the HTTP request. ```json { "push": "uuid assigned to this push event", + "push-options": { map of push options }, "pusher": { user resource }, "refs": [ { @@ -425,3 +426,10 @@ executing `git push`. Your server has 5 seconds to respond to the HTTP request. ] } ``` + +**Notes** + +- Push options (specified via `git push -o