GNOME Bugzilla – Bug 753606
Non-void function should return a value
Last modified: 2019-02-22 03:51:58 UTC
ggit_index_entry_is_conflict() returns gboolean, so it cannot use g_return_if_fail.
Created attachment 309241 [details] [review] Fix return value for ggit_index_entry_is_conflict
Review of attachment 309241 [details] [review]: Looks good. Thanks.
Attachment 309241 [details] pushed as 638d16c - Fix return value for ggit_index_entry_is_conflict