From: Yann Dirson Date: Thu, 12 Apr 2007 20:15:36 +0000 (+0200) Subject: Document the new 'stg branch --description' features. X-Git-Tag: v0.13~99 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/stgit/commitdiff_plain/6d159dce33ab112d08bf0a1973cf8457afa85c3f Document the new 'stg branch --description' features. Signed-off-by: Yann Dirson --- 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.