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.
210
-
Each line will be associated with a Commit object and counted
211
-
to its co-author's "account".
212
-
Whether empty lines are counted is determined by the
213
-
count_empty_lines configuration option.
214
-
215
-
git log -1 <sha> will produce output like the following
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.
128
+
Each line will be associated with a Commit object and counted
129
+
to its co-author's "account".
130
+
Whether empty lines are counted is determined by the
131
+
count_empty_lines configuration option.
132
+
133
+
git log -1 <sha> will produce output like the following
0 commit comments