chiark / gitweb /
Fix bashism
[stgit] / Documentation / stg-branch.txt
index 2efe7b1a5eb26fffa32e6cbc6b081224f6a9e917..25ca951b1fcfb65756ea31ce282e3002552a2b2f 100644 (file)
@@ -16,10 +16,10 @@ 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>
-'stg' branch --convert
 
 DESCRIPTION
 -----------
@@ -66,6 +66,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.
@@ -87,9 +90,6 @@ the "master" branch if it exists.
 Branch "master" is treated specially (see bug #8732), in that only the
 StGIT metadata are removed, the GIT branch itself is not destroyed.
 
-'stg' branch --convert::
-       Switch current stack between old and new format.
-
 OPTIONS
 -------