From: Jonathan Nieder Date: Sat, 26 Feb 2011 05:10:49 +0000 (-0600) Subject: commit: refer to commit template as s->fp X-Git-Tag: v1.7.5-rc0~57^2~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/37f3012ff2a1a23dc7f8d390fde959d292fcc4e8?ds=inline;hp=37f3012ff2a1a23dc7f8d390fde959d292fcc4e8 commit: refer to commit template as s->fp Instead of maintaining a local variable for it, use s->fp to keep track of where the commit message template should be written. This prepares us to take advantage of the status_printf functions, which use a struct wt_status instead of a FILE pointer to determine where to send their output. Signed-off-by: Jonathan Nieder Signed-off-by: Junio C Hamano ---