for_each_recent_reflog_ent(): simplify opening of a reflog file
authorJunio C Hamano <gitster@pobox.com>
Fri, 8 Mar 2013 18:45:25 +0000 (10:45 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 8 Mar 2013 22:00:16 +0000 (14:00 -0800)
There is no reason to use a temporary variable logfile.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found