diff options
Diffstat (limited to 'git-bz.txt')
-rw-r--r-- | git-bz.txt | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -94,7 +94,8 @@ COMMON OPTIONS -u;; --add-url;; Rewrite commits to add the bug URL. (This is the default and will not normally - need to be specified.) + need to be specified; you can change the default using the bz.add-url config + variable.) -n;; --no-add-url;; @@ -302,6 +303,10 @@ git config bz.add-url-method body-append:%u git config bz.add-url-method subject-prepend:Bug %d - ---------------------------------------- +If you want to disable adding URLs by default, you can use the +bz.add-url+ +config variable, which defaults to false. The -u/--add-url and -n/--no-add-url +command line options override the config variable. + ALIASES ------- You can create short aliases for different bug trackers as follows |