diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/commandline/git.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/commandline/git.nix b/common/commandline/git.nix index e231356..914cdb4 100644 --- a/common/commandline/git.nix +++ b/common/commandline/git.nix | |||
@@ -21,6 +21,9 @@ inputs: | |||
21 | pager = deltaCommand; | 21 | pager = deltaCommand; |
22 | interactive.diffFilter = "${deltaCommand} --color-only"; | 22 | interactive.diffFilter = "${deltaCommand} --color-only"; |
23 | }; | 23 | }; |
24 | |||
25 | pull.ff = "only"; | ||
26 | |||
24 | merge = { tool = "nvimdiff"; }; | 27 | merge = { tool = "nvimdiff"; }; |
25 | "mergetool \"nvimdiff\"" = { cmd = "nvim -d \"$LOCAL\" \"$MERGED\" \"$REMOTE\""; }; | 28 | "mergetool \"nvimdiff\"" = { cmd = "nvim -d \"$LOCAL\" \"$MERGED\" \"$REMOTE\""; }; |
26 | 29 | ||