summaryrefslogtreecommitdiff
path: root/git-bz.txt
AgeCommit message (Collapse)Author
2011-04-27Fix 'git command --amend' typo in man pageOwen W. Taylor
Should have been 'git commit --amend'. Noticed by Matěj Cepl.
2010-09-06Add bz.add-url config variableOwen W. Taylor
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>
2010-09-06Document new per-tracker configurationOwen W. Taylor
Add documentation for 'path', 'auth-user', and 'auth-password'
2010-06-14docs: Quote example url to workaround asciidoc bugRobert Bragg
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
2010-06-05Fix typos in documentationChristophe Fergeau
2009-09-05Add 'git bz push -fix' and 'git bz edit --fix'Owen W. Taylor
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.
2009-09-05Split out documentationOwen W. Taylor
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.