update-ref --stdin: pass transaction around explicitly
commit88499b296b5f62338d7fa4019c7b5f9012b4ab88
authorJonathan Nieder <jrnieder@gmail.com>
Tue, 2 Sep 2014 21:11:21 +0000 (2 14:11 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 3 Sep 2014 17:04:19 +0000 (3 10:04 -0700)
treee9550960ceb61dd6c91099c6d7e8066213b66b9c
parentab5ac95725f7a4f36f72be48f340a84e46996e90
update-ref --stdin: pass transaction around explicitly

This makes it more obvious at a glance where the output of functions
parsing the --stdin stream goes.

No functional change intended.

Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Reviewed-by: Michael Haggerty <mhagger@alum.mit.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/update-ref.c