Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
This artifact contains the reproduction package for our paper [_Decades of GNU Patch and Git Cherry-Pick: Can We Do Better?_](https://lanpirot.github.io/publications/Decades_of_GNU_Patch_and_Git_Cherry-Pick_Can_We_Do_Better.pdf) which has been accepted to the 48th International Conference on Software Engineering (ICSE 2026).
The artifact is licensed under a dual MIT - Apache 2.0 license.

## TL;DR - Reproducibility Demo

> [!NOTE] Detailed installation and reproduction instructions can be found further below.

We offer a minimal sample demonstration of our artifact which can be built and run with:

```sh
git clone https://github.com/VariantSync/patching-with-matching-eval.git

cd patching-with-matching-eval

[sudo] ./build.sh

[sudo] ./execute.sh verification
```

The results can then be inspected at "evaluation-workdir/metrics-verification.pdf" but they represent the results of only a fraction of the sample from which we generated Figure X in our paper.

## Purpose

The artifact should allow other researchers to reproduce our experiments and confirm the results which reported in our paper.
Expand Down
Loading