diff options
author | Michael Haggerty <mhagger@alum.mit.edu> | 2015-02-17 18:00:13 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-02-17 11:22:29 -0800 |
commit | fec14ec38ca65b13f9e0fcdb60f27674c6f9af70 (patch) | |
tree | 16c880fb86b6f3f01e68410382a07ce14d73c542 /t/t0110 | |
parent | refs: remove the gap in the REF_* constant values (diff) | |
download | tgif-fec14ec38ca65b13f9e0fcdb60f27674c6f9af70.tar.xz |
refs.c: change some "flags" to "unsigned int"
Change the following functions' "flags" arguments from "int" to
"unsigned int":
* ref_transaction_update()
* ref_transaction_create()
* ref_transaction_delete()
* update_ref()
* delete_ref()
* lock_ref_sha1_basic()
Also change the "flags" member in "struct ref_update" to unsigned.
Suggested-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t0110')
0 files changed, 0 insertions, 0 deletions