From 6d159dce33ab112d08bf0a1973cf8457afa85c3f Mon Sep 17 00:00:00 2001 Message-Id: <6d159dce33ab112d08bf0a1973cf8457afa85c3f.1746507948.git.mdw@distorted.org.uk> From: Mark Wooding Date: Thu, 12 Apr 2007 22:15:36 +0200 Subject: [PATCH] Document the new 'stg branch --description' features. Organization: Straylight/Edgeware From: Yann Dirson Signed-off-by: Yann Dirson --- Documentation/stg-branch.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Documentation/stg-branch.txt b/Documentation/stg-branch.txt index 2efe7b1..25c9c19 100644 --- a/Documentation/stg-branch.txt +++ b/Documentation/stg-branch.txt @@ -16,6 +16,7 @@ SYNOPSIS 'stg' branch --create [] 'stg' branch --clone [] 'stg' branch --rename +'stg' branch --description= [] 'stg' branch --protect [] 'stg' branch --unprotect [] 'stg' branch --delete [--force] @@ -66,6 +67,9 @@ a new stack off the current branch. 'stg' branch [-r | --rename]:: Rename the stack named to . +'stg' branch [-d | --description=]:: + Set the branch description. + 'stg' branch [-p | --protect]:: Protect the named stack or the current one, preventing further StGIT operations from modifying this stack. -- [mdw]