]> git.ipfire.org Git - thirdparty/git.git/commit - git-gui/git-gui.sh
Move is_<platform> functions to the beginning
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Fri, 16 Dec 2022 19:41:28 +0000 (20:41 +0100)
committerPratyush Yadav <me@yadavpratyush.com>
Tue, 24 Jan 2023 13:10:40 +0000 (14:10 +0100)
commite0539b4b25310e242d30b91a2c86f5e7a30aade6
treeb7a55d5062bcf00f95afc9231c45b07d96794d67
parentc5766eae6f2b002396b6cd4f85b62317b707174e
Move is_<platform> functions to the beginning

We need these in `_which` and they should be defined before that
function's definition.

This commit is best viewed with `--color-moved`.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Pratyush Yadav <me@yadavpratyush.com>
git-gui.sh