]> git.ipfire.org Git - thirdparty/git.git/commit
git-gui: fix mixed tabs and spaces; prefer tabs
authorSerg Tereshchenko <serg.partizan@gmail.com>
Sat, 22 Aug 2020 22:24:31 +0000 (01:24 +0300)
committerPratyush Yadav <me@yadavpratyush.com>
Tue, 22 Sep 2020 09:37:39 +0000 (15:07 +0530)
commit5c1b391307b3a17eb859ef8716761ccc0bc54cba
treec8d7948580b4023a150405fc4495a7f5056bbca9
parent469725c1a3d44f7e1475f1d37cd13e0824d4ea41
git-gui: fix mixed tabs and spaces; prefer tabs

Spaces are replaced with tabs when possible. In some cases just
replacing spaces with tabs would break readability, so it was left as it
is.

Signed-off-by: Serg Tereshchenko <serg.partizan@gmail.com>
Signed-off-by: Pratyush Yadav <me@yadavpratyush.com>
git-gui.sh