Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. $ git apply --whitespace=fix /path/to/0001-My-awesome-change.patch
  2. $ git commit --author='Contributor Name contributor@thedomain.com

...

  1. git commit --amend --author="New Author Name <email@address.com>"

...

See Git.