Skip to main content

Module trailers

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.