- Download diff from review board. Git am wont work as it’s a raw download of the diff
- Apply the patch using git apply, this will bring the changes into your directory. Next commit them.
- $ git apply --whitespace=fix /path/to/0001-My-awesome-change.patch
- $ git commit --author='Contributor Name contributor@thedomain.com’
- Change the author to the contributor who submitted the patch
- git commit --amend --author="New Author Name <email@address.com>"
- Change the commit message to something like below using -> git commit --amend
CS-15274: Fix NPE on CreateVlanIpRangeCmd()
Signed-off-by: Nitin Mehta nitin.mehta@citrix.com - Git push