mirror of https://git.jolheiser.com/dotnix.git
parent
45488d7618
commit
277a2aa75f
|
@ -58,6 +58,10 @@ in
|
||||||
pull.rebase = true;
|
pull.rebase = true;
|
||||||
diff.algorithm = "histogram";
|
diff.algorithm = "histogram";
|
||||||
merge.tool = "hx";
|
merge.tool = "hx";
|
||||||
|
format = {
|
||||||
|
coverLetter = "auto";
|
||||||
|
useAutoBase = "whenAble";
|
||||||
|
};
|
||||||
url =
|
url =
|
||||||
insteadOf "jo" "git.jolheiser.com"
|
insteadOf "jo" "git.jolheiser.com"
|
||||||
// insteadOf "gh" "github.com"
|
// insteadOf "gh" "github.com"
|
||||||
|
|
Loading…
Reference in New Issue