ref_transaction_add_update(): remove a check
commit62c72d1fd0aa39429011b76ff5b1953a561e6581
authorMichael Haggerty <mhagger@alum.mit.edu>
Sun, 5 Nov 2017 08:42:04 +0000 (5 09:42 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 6 Nov 2017 01:31:07 +0000 (6 10:31 +0900)
treee7a0ec4069b96dd8d02033319b3117944d3fdd29
parenta9bbbcec0d863d719dd4ae39fc2242b32c2008e7
ref_transaction_add_update(): remove a check

We want to make `REF_ISPRUNING` internal to the files backend. For
this to be possible, `ref_transaction_add_update()` mustn't know about
it. So move the check that `REF_ISPRUNING` is only used with
`REF_NODEREF` from this function to `files_transaction_prepare()`.

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