mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-24 20:19:40 +01:00
gitconfig: pull.ff only
This fixes a warning on `git pulling` and retains consistent behaviour across my other options that do ff unless there is letter n in the end
This commit is contained in:
parent
8ea8012153
commit
3d21859967
@ -54,3 +54,5 @@
|
||||
program = gpgv2
|
||||
[tag]
|
||||
forceSignAnnotated = true
|
||||
[pull]
|
||||
ff = only
|
||||
|
@ -49,8 +49,10 @@
|
||||
[interactive]
|
||||
# diffFilter = diff-highlight
|
||||
[gpg]
|
||||
program = gpg2
|
||||
program = gpg2
|
||||
[gpgv]
|
||||
program = gpgv2
|
||||
program = gpgv2
|
||||
[tag]
|
||||
forceSignAnnotated = true
|
||||
forceSignAnnotated = true
|
||||
[pull]
|
||||
ff = only
|
||||
|
Loading…
Reference in New Issue
Block a user