-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge ../AST-Merging-Evaluation-branch-main into add_mergiraf
- Loading branch information
Showing
2 changed files
with
27 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,7 @@ | ||
git-hires-merge is from https://github.com/paulaltin/git-hires-merge . | ||
To add a new merging tool to the evaluation: | ||
* Add a new script here, `mytool.sh` | ||
* Create a `mytool_plus.sh` script that runs the new merging tool and then | ||
Plume-lib Merging. (You can copy from `spork_plus.sh`.) | ||
* Update the expected results so that the CI tests pass. | ||
|
||
File `git-hires-merge` is from https://github.com/paulaltin/git-hires-merge . |