]> Kevux Git Server - rit/commit
git-gui: simplify using nice(1)
authorMark Levedahl <mlevedahl@gmail.com>
Wed, 20 Aug 2025 16:50:21 +0000 (12:50 -0400)
committerJohannes Sixt <j6t@kdbg.org>
Thu, 21 Aug 2025 18:49:41 +0000 (20:49 +0200)
commit1def7b5705885f8cf11afac1d37000c0c88c6c3f
treebdca20425d44d53f877196be17911d67283898ec
parente369dbeb794a21c381dd7b06dac880763140bfb3
git-gui: simplify using nice(1)

git-gui invokes some long running commands using "nice git $cmd" if nice
is found and works, otherwise just "git $cmd".  The current code is more
complex than needed; let's simplify it.

Signed-off-by: Mark Levedahl <mlevedahl@gmail.com>
Signed-off-by: Johannes Sixt <j6t@kdbg.org>
git-gui.sh