Documentation: Clarify ref-updated event content when ref is deleted

When a ref is deleted the ref-updated event's newRev is zero.

Change-Id: I465f76324a97a9187dac14a983babdb94b8ca610
This commit is contained in:
David Pursehouse
2018-03-22 09:44:15 +09:00
parent ebac2d4703
commit 296b861d06

View File

@@ -155,7 +155,8 @@ Information about a ref that was updated.
oldRev:: The old value of the ref, prior to the update.
newRev:: The new value the ref was updated to.
newRev:: The new value the ref was updated to. Zero value (`0000000000000000000000000000000000000000`)
indicates that the ref was deleted.
refName:: Full ref name within project.