We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
-CoAuthoredBy
Github supports multiple authors for a commit
It does this by creating a trailer that adds a user the form of "$author<$email>".
"$author<$email>"
In order to give credit more broadly, it would be great if:
git commit -CoAuthor/-CoAuthoredBy let you set co-author information.
git commit -CoAuthor/-CoAuthoredBy
The text was updated successfully, but these errors were encountered:
feat: git commit -CoAuthoredBy ( Fixes #274 )
940e0f6
fix: Autofixing arcane -OnBehalfOf -CoAuthoredBy trailer format ( Fixes
bacdb1d
#274, Fixes #275 ) Co-authored-by: Jake Bolton <[email protected]>
58e2a95
No branches or pull requests
Github supports multiple authors for a commit
It does this by creating a trailer that adds a user the form of
"$author<$email>"
.In order to give credit more broadly, it would be great if:
git commit -CoAuthor/-CoAuthoredBy
let you set co-author information.The text was updated successfully, but these errors were encountered: