]> git.phdru.name Git - dotfiles.git/commitdiff
.gitconfig: `exec git` to avoid an excessive `fork`
authorOleg Broytman <phd@phdru.name>
Tue, 26 Jun 2018 18:07:19 +0000 (21:07 +0300)
committerOleg Broytman <phd@phdru.name>
Tue, 26 Jun 2018 18:07:19 +0000 (21:07 +0300)
.gitconfig

index 66db0bdc97d085df47c36d6ba06e7b2301396b2d..11205f98f4a9904a7d320b94fee8d2523cbeeff7 100644 (file)
        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