From 1d4fcb830a22e8b1f2e73e23c396d3674a32f9af Mon Sep 17 00:00:00 2001 From: Alexander Kiryukhin Date: Fri, 2 Feb 2024 02:30:37 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A1=D0=BE=D1=81=D1=82=D0=B0=D0=B2=D0=BD?= =?UTF-8?q?=D0=BE=D0=B9=20gitconfig?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Составной gitconfig --- git/config | 43 +++++++++++++++++-------------------------- 1 file changed, 17 insertions(+), 26 deletions(-) diff --git a/git/config b/git/config index 3326f60..c1eafb8 100644 --- a/git/config +++ b/git/config @@ -1,8 +1,3 @@ -[user] - name = Alexander Kiryukhin - email = i@neonxp.ru - signingkey = 35E33E1AB7776B39 - [alias] co = checkout ci = commit @@ -104,36 +99,32 @@ color = true submodulesummary = true -[sendemail] -# smtpserver = smtp.mail.ru -# smtpuser = a.kiryukhin@mail.ru - smtpserverport = 25 - smtpencryption = tls - [init] - defaultBranch = master + defaultBranch = master [pager] - diff = delta - log = delta - reflog = delta - show = delta + diff = delta + log = delta + reflog = delta + show = delta [interactive] - diffFilter = delta --color-only --features=interactive + diffFilter = delta --color-only --features=interactive [delta] - features = decorations + features = decorations [delta "interactive"] - keep-plus-minus-markers = false + keep-plus-minus-markers = false [delta "decorations"] - commit-decoration-style = blue ol - commit-style = raw - file-style = omit - hunk-header-decoration-style = blue box - hunk-header-file-style = red - hunk-header-line-number-style = "#067a00" - hunk-header-style = file line-number syntax + commit-decoration-style = blue ol + commit-style = raw + file-style = omit + hunk-header-decoration-style = blue box + hunk-header-file-style = red + hunk-header-line-number-style = "#067a00" + hunk-header-style = file line-number syntax +[include] + path = .gitconfig.local