]> git.phdru.name Git - dotfiles.git/commit
.gitconfig: use 'exec' as micro-optimization
authorOleg Broytman <phd@phdru.name>
Thu, 11 Aug 2016 05:20:58 +0000 (08:20 +0300)
committerOleg Broytman <phd@phdru.name>
Thu, 11 Aug 2016 05:20:58 +0000 (08:20 +0300)
commit8e7af5a2aabf8fbd1ac754549c8820dd8dc1501c
tree2f66d371cbb5b27820774221a5d39df997bc273f
parenta3f51e2b4e6e0c32f94e09ea9698194392dbc264
.gitconfig: use 'exec' as micro-optimization

Use 'exec' for the last (or the only) command in a sequence
to avoid one excessive fork.
It doesn't give much but every CPU tick and every memory byte count.
.gitconfig