log --format: don't ignore %w() at the start of format string
commit32ca42491246eb00d226826039fff18d58b57081
authorRené Scharfe <rene.scharfe@lsrfire.ath.cx>
Sun, 8 Nov 2009 01:04:21 +0000 (8 02:04 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 9 Nov 2009 00:51:33 +0000 (8 16:51 -0800)
tree57c98ee0bda46c84f27bd9fc249db58b5a303fcc
parent02edd56b84f00c1a88c5602f5608033d4bc1cbff
log --format: don't ignore %w() at the start of format string

This fixes e.g. --format='%w(72)%s'.

Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
pretty.c