Module trailers
Expand description
Git commit trailer extraction shared between the pair-programming
analysis and the decayed-knowledge reviewer-credit step.
Extracts Co-Authored-By: and Reviewed-By: identities from a commit
message. Both trailer keys are treated identically downstream โ they
each represent a developer who invested attention in a change, and
Rigby & Bird (ESEC/FSE 2013) show that reviewer knowledge carries
meaningful transfer (66โ150% gain), motivating the shared extraction.
Functionsยง
- extract_
coauthors - Extract
Co-Authored-By:trailer values from a commit message. - extract_
reviewers - Extract
Reviewed-By:trailer values from a commit message.