I'm not sure if this is intentional or not. Use git log | grep -B1 invalid.invalid
to see a list of affected commits. The two most recent commits have potentially offensive addresses, so it's probably worth using `git filter-branch` to rewrite those commits with Petr's gmail address. This would cause the usual rewritten history issues, but perhaps the simulavr community is small and savy enough that it wouldn't be too much of a problem? If rewriting history *is* a problem, a `.mailmap` file is probably a good idea (although the default `git log` format doesn't use .mailmap by default). Cheers, Trevor -- This email may be signed or encrypted with GnuPG (http://www.gnupg.org). For more information, see http://en.wikipedia.org/wiki/Pretty_Good_Privacy
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Simulavr-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/simulavr-devel
