From 6a3e06dfad8542f37b8de6514d97cd8d59556340 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Fri, 29 Oct 2021 19:22:00 +0200 Subject: [PATCH] Improve documentation --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c41ff30..b68dd51 100644 --- a/README.md +++ b/README.md @@ -53,9 +53,10 @@ When applying a change to downstream, several things needs to be taken care of: the upstream parent (in other cases) to account for situations in which commits in the work stream touch files outside its direct responsibility. -Pushes to downstream need to be authenticated (as there needs to be enough -access to gerrit to be able to unabandon changes), while pulls from upstream -can be anonymous. +Pushes to downstream need to be authenticated and there needs to be enough +access to gerrit to be able to unabandon changes, while pulls from upstream +can be anonymous. Future additions such as watching upstream's event stream +might require authentication on the upstream side as well. ## Configuration format