mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-25 04:29:29 +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
|
program = gpgv2
|
||||||
[tag]
|
[tag]
|
||||||
forceSignAnnotated = true
|
forceSignAnnotated = true
|
||||||
|
[pull]
|
||||||
|
ff = only
|
||||||
|
@ -49,8 +49,10 @@
|
|||||||
[interactive]
|
[interactive]
|
||||||
# diffFilter = diff-highlight
|
# diffFilter = diff-highlight
|
||||||
[gpg]
|
[gpg]
|
||||||
program = gpg2
|
program = gpg2
|
||||||
[gpgv]
|
[gpgv]
|
||||||
program = gpgv2
|
program = gpgv2
|
||||||
[tag]
|
[tag]
|
||||||
forceSignAnnotated = true
|
forceSignAnnotated = true
|
||||||
|
[pull]
|
||||||
|
ff = only
|
||||||
|
Loading…
Reference in New Issue
Block a user