]> git.ipfire.org Git - thirdparty/git.git/commit
Avoid ugly linewrap in git help
authorRen\e,bi\e(B Scharfe <rene.scharfe@lsrfire.ath.cx>
Sun, 11 Feb 2007 13:29:58 +0000 (14:29 +0100)
committerJunio C Hamano <junkio@cox.net>
Sun, 11 Feb 2007 20:42:01 +0000 (12:42 -0800)
commit4f75b115d7b997c72f65ae1edc337914ea610b47
tree7cfb68596a968e12c088401bdcc4d04d85918ec2
parentb4f020c5d0850ff2b6227abebc5ce72cffe8e1c1
Avoid ugly linewrap in git help

Some of the short help texts that are shown e.g. when running 'git'
without any parameters wrap on a 80-column terminal.  They are just
one character over the line.  This patch avoids it by decreasing the
number of spaces around the preceding command name from four to
three (on both sides for symmetry).

Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx>
Signed-off-by: Junio C Hamano <junkio@cox.net>
help.c