commit: refer to commit template as s->fp
authorJonathan Nieder <jrnieder@gmail.com>
Sat, 26 Feb 2011 05:10:49 +0000 (23:10 -0600)
committerJunio C Hamano <gitster@pobox.com>
Tue, 8 Mar 2011 20:12:43 +0000 (12:12 -0800)
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 <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found