summaryrefslogtreecommitdiffstats
path: root/git-bz.txt
diff options
context:
space:
mode:
authorsoftware.coop worker <info@software.coop>2011-06-04 17:54:18 +0000
committerJared Camins-Esakov <jcamins@cpbibliography.com>2012-11-06 16:06:08 -0500
commit3e3c88f67879b9ff7a2317eb9413c124581e2ec9 (patch)
tree6c518cc1b650eb9fec812dafaf48d3c67994068d /git-bz.txt
parent128d9296acb6857c342b788e8b60a308b0b6be5e (diff)
downloadgit-bz-3e3c88f67879b9ff7a2317eb9413c124581e2ec9.tar.gz
Add support for bz-user and bz-password and authenticating directly.
Conflicts: git-bz
Diffstat (limited to 'git-bz.txt')
-rw-r--r--git-bz.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/git-bz.txt b/git-bz.txt
index 02df8d1..0754fd3 100644
--- a/git-bz.txt
+++ b/git-bz.txt
@@ -27,12 +27,15 @@ applying patches in bugs to your current tree, and closing bugs once
you've pushed the fixes publicly can be done completely from the
command line without having to go to your web browser.
-Authentication for git-bz is done by reading the cookies for the
+Authentication for git-bz can be done by reading the cookies for the
Bugzilla host from your web browser. In order to do this, git-bz needs
to know how to access the cookies for your web browser; git-bz
currently is able to do this for Firefox, Epiphany, Galeon and Chromium on
Linux.
+Alternatively, you can set the bz-user and bz-password in the
+git config for each tracker.
+
EXAMPLE SESSION
---------------