fix: show committers for rebased commits - #6
Closed
rodboev wants to merge 5 commits into
Closed
Conversation
Owner
Author
|
Superseded by merged upstream PR kenn-io#1036, which includes the forked change and closes issue kenn-io#83. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
GitHub commit events now preserve separate author and committer identities and timestamps through normalization, persistence, and timeline rendering. Rebased commits display the committer login or Git signature name with the committed timestamp when available, while commit metadata retains the original author. Missing committer fields fall back independently to the existing author identity and authored time, and other providers keep their current normalization.
This change adds minimized coverage for the distinct GitHub author and committer payload, preserves the UTC timestamp rule established in #101, and addresses @wesm's issue report. No schema or generated-client change is needed.
Closes kenn-io#83