You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This retrieves [co-authors](https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors) from comment.
208
+
Each line will be associated with a Commit object and counted
209
+
to its co-author's "account".
210
+
Whether empty lines are counted is determined by the
211
+
count_empty_lines configuration option.
212
+
213
+
git log -1 <sha> will produce output like the following
repo.git.commit(message="co-authors commit\nCo-authored-by: Test Person <[email protected]>\nCo-authored-by: John Doe <[email protected]>", author=author)
0 commit comments