2 unstable releases

0.4.0 Dec 8, 2024
0.3.1 Nov 13, 2024

#1025 in Development tools

Download history 153/week @ 2024-11-11 87/week @ 2024-11-18 27/week @ 2024-11-25 169/week @ 2024-12-02 211/week @ 2024-12-09

501 downloads per month

GPL-3.0-only

1MB
9K SLoC

Mergiraf

A syntax-aware git merge driver for a growing collection of programming languages and file formats.

See the documentation.

License: GPLv3


lib.rs:

Syntax aware merging of diverging files

Overview

Mergiraf is a structured merge tool. It takes three versions of a file (base, left and right) and produces a fourth version where the changes from base to left and from base to right are added. It does so with awareness of the syntax of the files, unlike Git's built-in line-based merge algorithm.

It is primarily designed to be used as a CLI which implements Git merge driver. This means that it can replace Git's default merge algorithm when merging or rebasing branches.

Using as a library to build other programs

Mergiraf is not designed to be used as a library so far, the Rust API is therefore not meant to be stable.

Dependencies

~133MB
~4M SLoC