added git option to always rebase on pull.

This commit is contained in:
Gabe Venberg 2025-04-28 13:02:02 +02:00
parent 031e1b1b34
commit 839e0506cf
2 changed files with 7 additions and 4 deletions

6
flake.lock generated
View file

@ -10,11 +10,11 @@
]
},
"locked": {
"lastModified": 1745400750,
"narHash": "sha256-sXLl6fuWPyZll4ok1b1pbxJLJ5ZnK/NUfL8+SK42P5Q=",
"lastModified": 1745575554,
"narHash": "sha256-ioRMsU7DNwcK2jejNO8pG9ntLU5+kmhueazL+TuEva0=",
"owner": "gabevenberg",
"repo": "copyparty",
"rev": "a54e950ecca45225d94c5e982e2dd3453c09ea22",
"rev": "7c9cc768471994ff224883f43022af193d5bd95a",
"type": "github"
},
"original": {

View file

@ -60,7 +60,10 @@
pruneTags = true;
all = true;
};
pull.ff = true;
pull = {
ff = true;
rebase = "merges";
};
merge.conflictstyle = "zdiff3";
diff = {
algorithm = "histogram";