Skip to content

fix: show committers for rebased commits - #6

Closed
rodboev wants to merge 5 commits into
mainfrom
pr/show-rebased-committers
Closed

fix: show committers for rebased commits#6
rodboev wants to merge 5 commits into
mainfrom
pr/show-rebased-committers

Conversation

@rodboev

@rodboev rodboev commented Sep 3, 2026

Copy link
Copy Markdown
Owner

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

@rodboev

rodboev commented Sep 5, 2026

Copy link
Copy Markdown
Owner Author

Superseded by merged upstream PR kenn-io#1036, which includes the forked change and closes issue kenn-io#83.

@rodboev rodboev closed this Sep 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Committer identity should reflect committer vs. author in activity feed

1 participant