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:
Aminda Suomalainen 2020-06-13 22:12:12 +03:00
parent 8ea8012153
commit 3d21859967
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723
2 changed files with 7 additions and 3 deletions

View File

@ -54,3 +54,5 @@
program = gpgv2
[tag]
forceSignAnnotated = true
[pull]
ff = only

View File

@ -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