mirror of
https://github.com/git/git.git
synced 2025-12-12 20:36:24 +01:00
list-objects-filter-options: fix function name in BUG
Fix the function name we give in the BUG message. It's "config", not "choice". Signed-off-by: Martin Ågren <martin.agren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
898f80736c
commit
5a923bb1f0
@@ -35,7 +35,7 @@ const char *list_object_filter_config_name(enum list_objects_filter_choice c)
|
||||
/* not a real filter type; just the count of all filters */
|
||||
break;
|
||||
}
|
||||
BUG("list_object_filter_choice_name: invalid argument '%d'", c);
|
||||
BUG("list_object_filter_config_name: invalid argument '%d'", c);
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user