summaryrefslogtreecommitdiffstats
path: root/git-bz.txt
Commit message (Collapse)AuthorAgeFilesLines
* Spelling correctionYawar Amin2012-02-041-2/+2
|
* components: new command to list the components of a productDan Winship2011-09-121-0/+9
| | | | | | | | | | | | | | 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
* Add galeon browser supportYanko Kaneti2011-08-281-2/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=632006
* Fix 'git command --amend' typo in man pageOwen W. Taylor2011-04-271-1/+1
| | | | Should have been 'git commit --amend'. Noticed by Matěj Cepl.
* Add bz.add-url config variableOwen W. Taylor2010-09-061-1/+6
| | | | | | | | Allow specifying the default value for whether URLs are added via a new git config variable. The -u/--add-url and -n/--no-add-url override this value. Based on a patch by Xavier Claessens <xclaesse@gmail.com>
* Document new per-tracker configurationOwen W. Taylor2010-09-061-5/+16
| | | | Add documentation for 'path', 'auth-user', and 'auth-password'
* docs: Quote example url to workaround asciidoc bugRobert Bragg2010-06-141-1/+1
| | | | | | | | | | | | The example url in the section "Ways to refer to a bug" was causing asciidoc to emit invalid xml (by closing a docbook ulink tag before the closing semicolon for a &gt; replacement giving &gt</ulink>;) which meant that xmlto could not then produce a man page. Quoting the url seems to workaround this issue. asciidoc version was 8.4.4 https://bugzilla.gnome.org/show_bug.cgi?id=621580
* Fix typos in documentationChristophe Fergeau2010-06-051-9/+10
|
* Add 'git bz push -fix' and 'git bz edit --fix'Owen W. Taylor2009-09-051-5/+15
| | | | | | Add one-stop-shopping --fix=<bug reference> options to 'git bz push' and 'git bz edit'. These combine attaching the patches and resolving the bug for cases where review and testing aren't necessary.
* Split out documentationOwen W. Taylor2009-09-051-0/+358
Move the documentation from a giant comment at the start of the file into a separate asciidoc document. Among other revisions an 'EXAMPLE SESSION' section is added to give a sense of the normal workflow. Add a Makefile and asciidoc.conf for converting the asciidoc into HTML or a man page.