sourcephile
/
git
/
julm
/
julm-nix.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
9d180ae
)
git: set init.defaultBranch
author
Julien Moutinho
<julm@sourcephile.fr>
Mon, 17 May 2021 23:05:27 +0000
(
01:05
+0200)
committer
Julien Moutinho
<julm@sourcephile.fr>
Mon, 17 May 2021 23:05:51 +0000
(
01:05
+0200)
homes/softwares/git.nix
patch
|
blob
|
history
diff --git
a/homes/softwares/git.nix
b/homes/softwares/git.nix
index c394f287be427d9b7a82e5f872947e40e4a0a401..0ec24f89a20aba2ea3e48da626d78bf0ffaf7d40 100644
(file)
--- a/
homes/softwares/git.nix
+++ b/
homes/softwares/git.nix
@@
-44,6
+44,7
@@
programs.git = {
diff.algorithm = "histogram";
diff.sqldiff.command = "sqldiff";
format.pretty = "oneline";
+ init.defaultBranch = "main";
web.browser = "elinks";
browser.elinks.cmd = "elinks";
sendemail.chainreplyto = "false";