2977.1.7
by Ian Clatworthy
move config reference into appendices |
1 |
Configuring email |
2 |
================= |
|
1821.1.1
by Alexander Belchenko
win32 installer for bzr.dev.0.9 |
3 |
|
2977.1.1
by Ian Clatworthy
First cut at new look User Guide including chapters 1 and 2 |
4 |
.. Description of the various ways to specify to Bazaar your email address for commits. |
1821.1.1
by Alexander Belchenko
win32 installer for bzr.dev.0.9 |
5 |
|
1861.2.6
by Alexander Belchenko
branding: change Bazaar-NG to Bazaar |
6 |
Why set up an email address with Bazaar? |
2977.1.1
by Ian Clatworthy
First cut at new look User Guide including chapters 1 and 2 |
7 |
---------------------------------------- |
8 |
||
2293.1.3
by Brad Crittenden
Updated version_info.txt for grammar changes |
9 |
Bazaar stores the specified email address in revisions when they're |
10 |
created so that people can tell who commited which revisions. The |
|
11 |
email addresses are not verified, therefore they could be bogus, so |
|
12 |
you have to trust the people involved in your project. Additionally, |
|
13 |
the email address in a revision gives others a way to contact the |
|
14 |
author of a revision for credit and/or blame. :) |
|
1610.2.1
by James Blackwell
Copied in docs for wiki & First round cleanup |
15 |
|
2293.1.6
by Brad Crittenden
post review changes |
16 |
How to set up your email address |
2977.1.1
by Ian Clatworthy
First cut at new look User Guide including chapters 1 and 2 |
17 |
-------------------------------- |
18 |
||
1861.2.6
by Alexander Belchenko
branding: change Bazaar-NG to Bazaar |
19 |
Bazaar will try to guess an email address based on your username and the |
1610.2.1
by James Blackwell
Copied in docs for wiki & First round cleanup |
20 |
hostname if none is set. This will probably not be what you want, so three |
2293.1.3
by Brad Crittenden
Updated version_info.txt for grammar changes |
21 |
ways exist to tell Bazaar what email to use: |
1610.2.1
by James Blackwell
Copied in docs for wiki & First round cleanup |
22 |
|
2293.1.6
by Brad Crittenden
post review changes |
23 |
You can set your email in one of several configuration files. Like |
24 |
other configuration values, you can set it in ``bazaar.conf`` as a |
|
25 |
general setting. If you want to override the value for a particular |
|
26 |
branch, or set of branches, you can use ``locations.conf``. |
|
27 |
``.bzr/branch/branch.conf`` will also work, but will cause all commits |
|
28 |
to that branch to use the same email address, even if someone else |
|
29 |
does them. |
|
1610.2.1
by James Blackwell
Copied in docs for wiki & First round cleanup |
30 |
|
1610.2.2
by James Blackwell
Now they look good in rst2html |
31 |
The order of precedence is |
1610.2.1
by James Blackwell
Copied in docs for wiki & First round cleanup |
32 |
|
3104.2.5
by Ian Clatworthy
fix some broken links and make doc more Windows user friendly |
33 |
1. If the ``BZR_EMAIL`` environment variable is set. |
2293.1.3
by Brad Crittenden
Updated version_info.txt for grammar changes |
34 |
#. If an email is set for your current branch in the ``locations.conf`` |
1770.2.2
by Aaron Bentley
Rename branches.conf to locations.conf |
35 |
file. |
2293.1.3
by Brad Crittenden
Updated version_info.txt for grammar changes |
36 |
#. If an email is set four your current branch in the |
37 |
``.bzr/branch/branch.conf`` file. |
|
38 |
#. If an email is set in the ``bazaar.conf`` default configuration file. |
|
3104.2.5
by Ian Clatworthy
fix some broken links and make doc more Windows user friendly |
39 |
#. If the `EMAIL` environment variable is set. |
2293.1.3
by Brad Crittenden
Updated version_info.txt for grammar changes |
40 |
#. Bazaar will try to guess based on your username and the hostname. |
1610.2.1
by James Blackwell
Copied in docs for wiki & First round cleanup |
41 |
|
2293.1.3
by Brad Crittenden
Updated version_info.txt for grammar changes |
42 |
To check on what Bazaar thinks your current email is, use the ``whoami`` |
1610.2.1
by James Blackwell
Copied in docs for wiki & First round cleanup |
43 |
("who am i?") command:: |
44 |
||
45 |
% bzr whoami |
|
46 |
Joe Cool <joe@example.com> |
|
1816.2.8
by Robey Pointer
ammend setting_up_email to mention that 'whoami' can now be used |
47 |
|
48 |
Setting email via the 'whoami' command |
|
2977.1.1
by Ian Clatworthy
First cut at new look User Guide including chapters 1 and 2 |
49 |
-------------------------------------- |
50 |
||
1816.2.8
by Robey Pointer
ammend setting_up_email to mention that 'whoami' can now be used |
51 |
You can use the whoami command to set your email globally:: |
52 |
||
2977.1.11
by Ian Clatworthy
make fixes suggested by proof-readers |
53 |
% bzr whoami "Joe Cool <joe@example.com>" |
1816.2.8
by Robey Pointer
ammend setting_up_email to mention that 'whoami' can now be used |
54 |
|
55 |
or only for the current branch:: |
|
56 |
||
2977.1.11
by Ian Clatworthy
make fixes suggested by proof-readers |
57 |
% bzr whoami --branch "Joe Cool <joe@example.com>" |
1816.2.8
by Robey Pointer
ammend setting_up_email to mention that 'whoami' can now be used |
58 |
|
2293.1.3
by Brad Crittenden
Updated version_info.txt for grammar changes |
59 |
These modify your global ``bazaar.conf`` or branch ``branch.conf`` file, respectively. |
1610.2.1
by James Blackwell
Copied in docs for wiki & First round cleanup |
60 |
|
2293.1.3
by Brad Crittenden
Updated version_info.txt for grammar changes |
61 |
Setting email via default configuration file |
2977.1.1
by Ian Clatworthy
First cut at new look User Guide including chapters 1 and 2 |
62 |
-------------------------------------------- |
63 |
||
3104.2.5
by Ian Clatworthy
fix some broken links and make doc more Windows user friendly |
64 |
To use the default ini file, create or edit the ``bazaar.conf`` file (in |
65 |
``~/.bazaar/`` on Linix and in ``%APPDATA%\bazaar\2.0\`` in Windows) |
|
66 |
and set an email address as shown below. Please note that the word DEFAULT |
|
67 |
is case sensitive, and must be in upper-case. |
|
2293.1.6
by Brad Crittenden
post review changes |
68 |
:: |
1610.2.1
by James Blackwell
Copied in docs for wiki & First round cleanup |
69 |
|
70 |
[DEFAULT] |
|
71 |
email=Your Name <name@isp.com> |
|
72 |
||
73 |
||
3089.3.14
by Ian Clatworthy
follow-up tweaks to bzr.dev integration |
74 |
For more information on the ini file format, see `Configuration Settings`_ in |
75 |
the Bazaar User Reference. |
|
76 |
||
77 |
.. _Configuration Settings: ../user-reference/bzr_man.html#configuration-settings |
|
1610.2.1
by James Blackwell
Copied in docs for wiki & First round cleanup |
78 |
|
79 |
Setting email on a per-branch basis |
|
2977.1.1
by Ian Clatworthy
First cut at new look User Guide including chapters 1 and 2 |
80 |
----------------------------------- |
1610.2.1
by James Blackwell
Copied in docs for wiki & First round cleanup |
81 |
|
2293.1.6
by Brad Crittenden
post review changes |
82 |
The second approach is to set email on a branch by branch basis by |
3104.2.5
by Ian Clatworthy
fix some broken links and make doc more Windows user friendly |
83 |
using the ``locations.conf`` configuration file like this:: |
1610.2.1
by James Blackwell
Copied in docs for wiki & First round cleanup |
84 |
|
85 |
[/some/branch/location] |
|
86 |
email=Your Name <name@other-isp.com> |
|
87 |
||
2293.1.3
by Brad Crittenden
Updated version_info.txt for grammar changes |
88 |
This will set your email address in the branch at ``/some/branch/location``, |
89 |
overriding the default specified in the ``bazaar.conf`` above. |
|
1610.2.1
by James Blackwell
Copied in docs for wiki & First round cleanup |
90 |
|
2293.1.3
by Brad Crittenden
Updated version_info.txt for grammar changes |
91 |
Setting email via environment variable |
92 |
-------------------------------------- |
|
3104.2.5
by Ian Clatworthy
fix some broken links and make doc more Windows user friendly |
93 |
The final method Bazaar will use is checking for the ``BZR_EMAIL`` |
94 |
and ``EMAIL`` environment variables. Generally, you would use this |
|
2293.1.6
by Brad Crittenden
post review changes |
95 |
method to override the email in a script context. If you would like |
96 |
to set a general default, then please see the ini methods above. |
|
1610.2.1
by James Blackwell
Copied in docs for wiki & First round cleanup |
97 |
|
2293.1.6
by Brad Crittenden
post review changes |
98 |
Concerns about spam |
2977.1.1
by Ian Clatworthy
First cut at new look User Guide including chapters 1 and 2 |
99 |
------------------- |
1610.2.1
by James Blackwell
Copied in docs for wiki & First round cleanup |
100 |
Some people want to avoid sharing their email address so as not to get |
1861.2.6
by Alexander Belchenko
branding: change Bazaar-NG to Bazaar |
101 |
spam. Bazaar will never disclose your email address, unless you publish |
1610.2.1
by James Blackwell
Copied in docs for wiki & First round cleanup |
102 |
a branch or changeset in a public location. It's recommended that you |
2293.1.3
by Brad Crittenden
Updated version_info.txt for grammar changes |
103 |
*do* use a real address, so that people can contact you about your work, |
1610.2.1
by James Blackwell
Copied in docs for wiki & First round cleanup |
104 |
but it's not required. You can use an address which is obfuscated, which |
105 |
bounces, or which goes through an anti-spam service such as |
|
106 |
`spamgourmet.com`. |