Skip to content

Releases: VariantSync/patching-with-matching-eval

ICSE 2026 Camera Ready

21 Aug 15:09
216d5b9

Choose a tag to compare

Decades of GNU Patch and Git Cherry-Pick: Can We Do Better?

This is the initial release of our reproduction package for our paper Decades of GNU Patch and Git Cherry-Pick: Can We Do Better? which has been accepted to the 48th International Conference on Software Engineering (ICSE 2026)

Content

The reproduction package consists of three main parts:

  1. mpatch: The implementation of our novel match-based patcher, written in Rust.
  2. Mined cherries: Our dataset of cherry picks mined from 5,000 GitHub repositories.
  3. Empirical evaluation: Our empirical evaluation of different language-agnostic patchers.

Note

For more information, see the README.md file in the root folder of the reproduction package.