From ac78b916161387e49bb686d32818cc12ece535b9 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Tue, 26 Jun 2018 21:07:19 +0300 Subject: [PATCH] .gitconfig: `exec git` to avoid an excessive `fork` --- .gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index 66db0bd..11205f9 100644 --- a/.gitconfig +++ b/.gitconfig @@ -150,7 +150,7 @@ file = cat-file -t type = cat-file -t ff = merge --ff-only - git = !git + git = !exec git l1 = log --decorate --oneline l5 = log --decorate -5 ld = log --decorate -- 2.39.2