chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
16f063f
)
dot/gitconfig.in: Add explicit `pull' setting.
author
Mark Wooding
<mdw@distorted.org.uk>
Wed, 6 Jul 2022 15:27:41 +0000
(16:27 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Wed, 6 Jul 2022 15:27:41 +0000
(16:27 +0100)
Newer Git moans loudly without this because foolishness.
dot/gitconfig.in
patch
|
blob
|
blame
|
history
diff --git
a/dot/gitconfig.in
b/dot/gitconfig.in
index 17cf5ae7e267e196c2a56876da354fcb3227e8fb..20235cb162b2466031d5ce19ca3f997777c3e4ae 100644
(file)
--- a/
dot/gitconfig.in
+++ b/
dot/gitconfig.in
@@
-40,6
+40,9
@@
[rebase]
autosquash = true
+[pull]
+ rebase = false
+
[push]
default = upstream
followTags = true