Document the new 'stg branch --description' features.
authorYann Dirson <ydirson@altern.org>
Thu, 12 Apr 2007 20:15:36 +0000 (22:15 +0200)
committerCatalin Marinas <catalin.marinas@gmail.com>
Fri, 13 Apr 2007 22:19:52 +0000 (23:19 +0100)
Signed-off-by: Yann Dirson <ydirson@altern.org>
Documentation/stg-branch.txt

index 2efe7b1..25c9c19 100644 (file)
@@ -16,6 +16,7 @@ SYNOPSIS
 'stg' branch --create <newstack> [<commit-id>]
 'stg' branch --clone [<newstack>]
 'stg' branch --rename <oldname> <newname>
+'stg' branch --description=<description> [<branch>]
 'stg' branch --protect [<branch>]
 'stg' branch --unprotect [<branch>]
 'stg' branch --delete [--force] <branch>
@@ -66,6 +67,9 @@ a new stack off the current branch.
 'stg' branch [-r | --rename]::
        Rename the stack named <oldname> to <newname>.
 
+'stg' branch [-d <desc> | --description=<desc>]::
+       Set the branch description.
+
 'stg' branch [-p | --protect]::
        Protect the named stack or the current one, preventing
        further StGIT operations from modifying this stack.