Skip to content

I have a very strange commit with several participants, please help me understand how it happened? #22796

Discussion options

You must be logged in to vote

To quote the Git Book chapter “Viewing the Commit History”:

You may be wondering what the difference is between author and committer. The author is the person who originally wrote the work, whereas the committer is the person who last applied the work. So, if you send in a patch to a project and one of the core members applies the patch, both of you get credit — you as the author, and the core member as the committer.

A common reason for that when working with Github are rebase merges, where the committer is the person who did the merge. But depending on your git workflow there may be others.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants