mirror of
https://github.com/wlcx/home.git
synced 2025-12-08 19:43:46 +00:00
git: add mergiraf
This commit is contained in:
parent
84d4741d98
commit
c4953a227a
@ -47,6 +47,13 @@
|
|||||||
branch.sort = "-committerdate";
|
branch.sort = "-committerdate";
|
||||||
push.default = "current";
|
push.default = "current";
|
||||||
init.defaultBranch = "main";
|
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 = [
|
includes = [
|
||||||
# Always include local gitconfig if it's there
|
# Always include local gitconfig if it's there
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user