Skip to content
Discussion options

You must be logged in to vote

This is expected behavior, not a bug.

GitHub contribution graphs are based on authorship and commit attribution, not commit metadata. A commit only counts toward the contribution graph of the author whose Git identity (name + email) is recorded as the commit author, not the co-authors listed in the commit message.

Why Co-authored-by doesn’t affect the graph

The Co-authored-by: trailer is treated as collaboration metadata, not authorship. It exists to:

Give credit in commit history

Improve traceability for pair/mob programming

Show shared work in PRs and logs

…but it does not change how contributions are counted for graphs, stats, or streaks.

What does count toward the graph

A commit contr…

Replies: 2 comments 1 reply

This comment was marked as off-topic.

Comment options

You must be logged in to vote
1 reply
@oriolpiera
Comment options

Answer selected by oriolpiera
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Profile Showcase your work on GitHub with a personalized profile, bio, contributions and pinned repositories Question Ask and answer questions about GitHub features and usage
3 participants