From c774d5e8dd9b26c3028198849f2207b9d08050b3 Mon Sep 17 00:00:00 2001 From: Mattijs Korpershoek Date: Thu, 22 Feb 2024 10:25:08 +0100 Subject: [PATCH] README: update check behaviour description With the update_manifest() operation, we no longer run repo sync in CHECK. Document this behaviour change since it's quite significant. Signed-off-by: Mattijs Korpershoek --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fab9f09..1bb6d4a 100644 --- a/README.md +++ b/README.md @@ -62,8 +62,8 @@ resources: ### `check`: Check for new versions in each project under a manifest -Repo init and repo sync are called for a given manifest. -After that, `--revision-as-HEAD` is called to capture the HEADs of each each project. +Repo init and `git ls-remote` are called for a given manifest. +After that we update the input manifest with the revisions retrieved from `git ls-remote`. The whole list of projects is returned as a "manifest version". ### `in`: Syncs the repository, for a given manifest version