Changes between Version 25 and Version 26 of BazaarWorkflow
- Timestamp:
- 2011-06-17T15:53:22Z (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BazaarWorkflow
v25 v26 8 8 9 9 {{{ 10 $ bzr whoami "Ferda Mravenec <ferda.mravenec@ gmail.com>"10 $ bzr whoami "Ferda Mravenec <ferda.mravenec@mraveniste>" 11 11 }}} 12 12 13 From now, Bazaar will attribute all your commits to that identity. Note that the string inside the angle quotes is just a means of identification, it does not have to be your real e-mail address. The part after the {{{@}}} sign does not have to be a real fully qualified domain name and the part before the {{{@}}} sign does not have to be a real user name. If you do not provide a real e-mail address, try not to make it look like one. For example {{{"Jan Tleskac <honza.tleskac@stinadla>"}}} is fine.13 From now, Bazaar will attribute all your commits to that identity. Note that the string inside the angle quotes is just a means of identification, it does not have to be your real e-mail address. You should consider not using your real e-mail address. The commit logs are publicly visible on many places on the web and you could receive lots of spam for years to come. The part after the {{{@}}} sign does not have to be a real fully qualified domain name and the part before the {{{@}}} sign does not have to be a real user name. If you use identity which is not an e-mail address, it's best idea to not make it look like one (i.e. one that does not end in something which looks like FQDN or TLD. 14 14 15 15