git-commit: fix coding style.
commit3de63c3f9f82cd0a43f3f69dd1e3662bc101d629
authorMartin Waitz <tali@admingilde.org>
Sat, 7 Oct 2006 19:07:40 +0000 (7 21:07 +0200)
committerJunio C Hamano <junkio@cox.net>
Sun, 8 Oct 2006 04:28:17 +0000 (7 21:28 -0700)
tree8d759c86bb40951b13c1b5633cf3e51ede3c0415
parenta144154f85fe1d61da2a515e79ea1d08b5137f20
git-commit: fix coding style.

git-commit.sh was using a mixture of spaces and tabs for indentation.
This is changed to one tab per indentation level.
No code changes.

Signed-off-by: Martin Waitz <tali@admingilde.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-commit.sh