From e6601067ed5d2848f0610d6dd012e7707281a215 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 12 Nov 2021 01:41:29 -0500 Subject: man: refresh pages Change-Id: I3f2c3ad77c16a76276bba2954887ab9e7605661c Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/323516 Reviewed-by: Jack Neus Tested-by: Mike Frysinger --- man/repo-manifest.1 | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) (limited to 'man/repo-manifest.1') diff --git a/man/repo-manifest.1 b/man/repo-manifest.1 index be467607..ab9f7ed3 100644 --- a/man/repo-manifest.1 +++ b/man/repo-manifest.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man. -.TH REPO "1" "July 2021" "repo manifest" "Repo Manual" +.TH REPO "1" "November 2021" "repo manifest" "Repo Manual" .SH NAME repo \- repo manifest - manual page for repo manifest .SH SYNOPSIS @@ -161,6 +161,7 @@ CDATA #IMPLIED> + @@ -174,8 +175,9 @@ CDATA #IMPLIED> .IP - - + + + .IP @@ -385,6 +387,11 @@ original manifest. Attribute `path`: If specified, limit the change to projects checked out at the specified path, rather than all projects with the given name. .PP +Attribute `dest\-path`: If specified, a path relative to the top directory of the +repo client where the Git working directory for this project should be placed. +This is used to move a project in the checkout by overriding the existing `path` +setting. +.PP Attribute `groups`: List of additional groups to which this project belongs. Same syntax as the corresponding element of `project`. .PP @@ -477,6 +484,10 @@ project](#element\-project) for more information. Attribute `remote`: Name of a previously defined remote element. If not supplied the remote given by the default element is used. .PP +Attribute `revision`: Name of the Git branch the manifest wants to track for +this superproject. If not supplied the revision given by the remote element is +used if applicable, else the default element is used. +.PP Element contactinfo .PP *** *Note*: This is currently a WIP. *** -- cgit v1.2.3-54-g00ecf