From 2f28563464146274d5e8db8d53c56309cacf6d5f Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Wed, 24 Aug 2022 14:01:58 +0300 Subject: [PATCH] Do not know what for diff.noprefix is useful --- git/.gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/git/.gitconfig b/git/.gitconfig index 31d95a5..48716f3 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -33,6 +33,7 @@ colorMoved = default colorMovedWS = allow-indentation-change tool = vimdiff + noprefix = true [grep] lineNumber = true [merge] -- 2.44.0