Skip to content

Commit 60ddd44

Browse files
Merge pull request #11 from VariantSync/develop
docs: add TL;DR
2 parents 36486c5 + 0c09cd8 commit 60ddd44

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
33
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).
44
The artifact is licensed under a dual MIT - Apache 2.0 license.
55

6+
## TL;DR - Reproducibility Demo
7+
8+
> [!NOTE] Detailed installation and reproduction instructions can be found further below.
9+
10+
We offer a minimal sample demonstration of our artifact which can be built and run with:
11+
12+
```sh
13+
git clone https://github.com/VariantSync/patching-with-matching-eval.git
14+
15+
cd patching-with-matching-eval
16+
17+
[sudo] ./build.sh
18+
19+
[sudo] ./execute.sh verification
20+
```
21+
22+
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.
23+
624
## Purpose
725

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

0 commit comments

Comments
 (0)