diff options
Diffstat (limited to 'object-name.c')
| -rw-r--r-- | object-name.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/object-name.c b/object-name.c index 11aa0e6afc..732056ff5e 100644 --- a/object-name.c +++ b/object-name.c @@ -1525,7 +1525,8 @@ struct grab_nth_branch_switch_cbdata { struct strbuf *sb; }; -static int grab_nth_branch_switch(struct object_id *ooid UNUSED, +static int grab_nth_branch_switch(const char *refname UNUSED, + struct object_id *ooid UNUSED, struct object_id *noid UNUSED, const char *email UNUSED, timestamp_t timestamp UNUSED, |
