On 25 October 2016 at 10:55, Katherine Cox-Buday < [email protected]> wrote:
> roger peppe <[email protected]> writes: > > > I think that review history is crucial for context on historic > > code decisions > > I wonder if we could hack a script to save the reviews as git notes, e.g. > https://github.com/google/git-appraise > > With git's ability to rewrite history, I bet this is doable... > +1 This is a great idea. We could also import the old reviews from codereview.appspot.com . For those who don't know what git notes are, they're a way of adding extra information to commits without modifying the commit itself. Notes can be viewed and manipulated using the "git notes" subcommand. "git show" will also show any notes for a commit. Github used to display notes but no longer does for some reason. - Menno
-- Juju-dev mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/juju-dev
