rename_ref(): inline calls to write_ref_sha1() from this function
commitba43b7f29c59f75cf5f28af3a02d16c08937e439
authorMichael Haggerty <mhagger@alum.mit.edu>
Sat, 9 May 2015 15:20:39 +0000 (9 17:20 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 13 May 2015 04:28:02 +0000 (12 21:28 -0700)
tree4e33f6eabeca3db62f89f8ce679d6d812afaa98a
parentad4cd6c29743274001cce323b670f7fb0c035ff1
rename_ref(): inline calls to write_ref_sha1() from this function

Most of what it does is unneeded from these call sites.

Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
refs.c