summaryrefslogtreecommitdiff
path: root/builtin/merge.c
diff options
context:
space:
mode:
authorMichael Haggerty <mhagger@alum.mit.edu>2016-04-07 19:03:04 (GMT)
committerJunio C Hamano <gitster@pobox.com>2016-04-10 18:35:31 (GMT)
commit89e82389655e3792bebad311d74541c3c0c6cc86 (patch)
treeabd81e9e75dcf7580ae8db8b45cca5df9ad9d4ee /builtin/merge.c
parent8c346fb1d791f388b307d1832aebc577477ed6fe (diff)
downloadgit-89e82389655e3792bebad311d74541c3c0c6cc86.zip
git-89e82389655e3792bebad311d74541c3c0c6cc86.tar.gz
git-89e82389655e3792bebad311d74541c3c0c6cc86.tar.bz2
read_raw_ref(): change flags parameter to unsigned int
read_raw_ref() is going to be part of the vtable for reference backends, so clean up its interface to use "unsigned int flags" rather than "int flags". Its caller still uses signed int for its flags arguments. But changing that would touch a lot of code, so leave it for now. Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu> Signed-off-by: David Turner <dturner@twopensource.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/merge.c')
0 files changed, 0 insertions, 0 deletions