From: Oleg Broytman Date: Tue, 26 Jun 2018 18:07:19 +0000 (+0300) Subject: .gitconfig: `exec git` to avoid an excessive `fork` X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=commitdiff_plain;h=ac78b916161387e49bb686d32818cc12ece535b9 .gitconfig: `exec git` to avoid an excessive `fork` --- 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