commit | 7582e9397c5b49de10a138a4f477a38b4ed1b3ab | [log] [tgz] |
---|---|---|
author | Stefan Beller <sbeller@google.com> | Wed Jan 07 19:23:21 2015 -0800 |
committer | Junio C Hamano <gitster@pobox.com> | Wed Jan 07 19:56:44 2015 -0800 |
tree | 5cb128a47be7dc693b843865f1fabd25f09558c1 | |
parent | 1b70fe5d305462f1dd4b9d6233a2f4cb98e3a581 [diff] |
send-pack: rename ref_update_to_be_sent to check_to_send_update This renames ref_update_to_be_sent to check_to_send_update and inverts the meaning of the return value. Having the return value inverted we can have different values for the error codes. This is useful in a later patch when we want to know if we hit the CHECK_REF_STATUS_REJECTED case. Signed-off-by: Stefan Beller <sbeller@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>