On Mon, Feb 17, 2014 at 7:34 PM, Palmer Cox <[email protected]> wrote:

> If bors rewrites the commit messages, it means that if someone approves
> commit ABC, what actually gets merged will be commit XYZ. This seems
> potentially confusing to me and might also make it more difficult to start
> with a reviewed commit on Github, such as
> https://github.com/gentlefolk/rust/commit/37bf97a0f9cc764a19dfcff21d62384b2445dcbc,
> and then track back to the actually merged commit in the history.
>

You can use git-notes to annotate commits without changing the commit hash.
These are reflected in Github's UI too:

https://www.kernel.org/pub/software/scm/git/docs/git-notes.html

-- 
Tony Arcieri
_______________________________________________
Rust-dev mailing list
[email protected]
https://mail.mozilla.org/listinfo/rust-dev

Reply via email to