X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/d1d7d28ddda530c509e3eef3b700e12cc35d5e31..b0dfbed363d50007959707f9f3fd058e8f67ac2e:/Documentation/stg-branch.txt diff --git a/Documentation/stg-branch.txt b/Documentation/stg-branch.txt index 2efe7b1..25ca951 100644 --- a/Documentation/stg-branch.txt +++ b/Documentation/stg-branch.txt @@ -16,10 +16,10 @@ SYNOPSIS 'stg' branch --create [] 'stg' branch --clone [] 'stg' branch --rename +'stg' branch --description= [] 'stg' branch --protect [] 'stg' branch --unprotect [] 'stg' branch --delete [--force] -'stg' branch --convert DESCRIPTION ----------- @@ -66,6 +66,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. @@ -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 -------