Changes between Initial Version and Version 1 of Ticket #34694, comment 3
- Timestamp:
- 11/18/2015 03:55:36 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34694, comment 3
initial v1 5 5 6 6 Ideas: 7 * Attribute the author in the commit, e.g. via `--author " username <username@git.wordpress.org>"`7 * Attribute the author in the commit, e.g. via `--author "Full Name <username@git.wordpress.org>"` 8 8 * Use one branch per ticket, and apply all of the patches from all authors sequentially. This allows change history of patches to be easily seen, with each new contributor's patch changes clearly displayed with each git commit. I came up with a prototype: https://gist.github.com/westonruter/5c453a44bd36f6847c36 9 9 * Open a pull request to `master` for each ticket branch.