Signed-off-by: Alex Riesen <raa.lkml@xxxxxxxxx> --- And an interface change it could use. There is only two users, and only one needs repo_abbrev. Maybe put all mailmap data into a structure, and pass a pointer to that structure to read_mailmap? Not proposing it, though. Not worth the effort: mailmaps aren't very popular (and maybe not even used, if one remembers how inconsistent local mail configurations are). mailmap.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/mailmap.c b/mailmap.c index 38359a2..cb567a2 100644 --- a/mailmap.c +++ b/mailmap.c @@ -1,5 +1,6 @@ #include "cache.h" #include "path-list.h" +#include "mailmap.h" int read_mailmap(struct path_list *map, const char *filename, char **repo_abbrev) { -- 1.5.2.rc0.792.g7f4bd0 - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html