mirror of
https://github.com/wlcx/home.git
synced 2025-12-07 19:13:45 +00:00
git: add mergiraf
This commit is contained in:
parent
84d4741d98
commit
c4953a227a
@ -47,6 +47,13 @@
|
||||
branch.sort = "-committerdate";
|
||||
push.default = "current";
|
||||
init.defaultBranch = "main";
|
||||
merge = {
|
||||
conflictStyle = "diff3";
|
||||
mergiraf = {
|
||||
name = "mergiraf";
|
||||
driver = "${pkgs.mergiraf}/bin/mergiraf merge --git %O %A %B -s %S -x %X -y %Y -p %P -l %L";
|
||||
};
|
||||
};
|
||||
};
|
||||
includes = [
|
||||
# Always include local gitconfig if it's there
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user