summaryrefslogtreecommitdiffstats
path: root/git-bz.txt
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2011-07-15 14:25:54 -0400
committerOwen W. Taylor <otaylor@fishsoup.net>2011-09-12 09:24:08 -0400
commit20a5009a593408bddf13ab5e466fb1011acce7bb (patch)
tree856cd3e878c94266577473efae31fb8915301b47 /git-bz.txt
parenteda4accbe756cc15efad244a6f11bac8b4a88c17 (diff)
downloadgit-bz-20a5009a593408bddf13ab5e466fb1011acce7bb.tar.gz
components: new command to list the components of a product
eg git bz components -b bugzilla.gnome.org gnome-shell or just git bz components if you have defaults configured https://bugzilla.gnome.org/show_bug.cgi?id=654693
Diffstat (limited to 'git-bz.txt')
-rw-r--r--git-bz.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/git-bz.txt b/git-bz.txt
index 6ffcdd9..848c4c6 100644
--- a/git-bz.txt
+++ b/git-bz.txt
@@ -11,6 +11,7 @@ SYNOPSIS
'git bz add-url' <bug reference> (<commit> | <revision range>)
'git bz apply' [-n | --no-add-url] <bug reference>
'git bz attach' [-n | --no-add-url] [-e |--edit] [<bug reference>] (<commit> | <revision range>)
+'git bz components' [<product>]
'git bz edit' (<bug reference> | <commit> | <revision range>)
'git bz edit' (--pushed | --fix <bug reference) (<commit> | <revision range>)
'git bz file' [-n | --no-add-url] [[<product>]/<component>] (<commit> | <revision range>)
@@ -180,6 +181,14 @@ git bz attach bugzilla.gnome.org:1234 HEAD
git bz attach bugzilla.gnome.org:1234 b50ea9bd^..
----------------------------------------
+components
+~~~~~~~~~~
+
+'git bz components' [<product>]
+
+Prints out the list of components for the given product (or the
+default product if none is given on the command line).
+
edit
~~~~