allow to change author (name <e-mail>) and description in past commits
Bug #213032 reported by
hills
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Confirmed
|
Wishlist
|
Unassigned |
Bug Description
"whoami" options allow to change autorhor's name and e-mail, but this is succesful only for future commits, not past commits. This behaviour is by desing or this can be changed?
For example, when I changed my e-mail, history of commits always show e-mail, that is out of date, and this information abondon its role; users that try to contact me will be confused.
The same problem: description of commits. When I make typing error, and my VCS is public accesible, and people will read my history of commits for years, i want just correct this few letters, nothing more.
Maybe there should be some new options to providing changes in past commits?
Changed in bzr: | |
importance: | Undecided → Wishlist |
status: | New → Confirmed |
tags: | added: check-for-breezy |
To post a comment you must log in.
There are a few other requests for modifying committed information (mostly for changing the commit log.)
At the moment, there are no plans to allow this, as it severely complicates the model in a distributed system.
However, you can use the 'rebase' plugin to regenerate your commits, with new committer information. But it requires generating a new history.