Skip to content

Commit

Permalink
Merge branch 'jc/mailinfo-lib'
Browse files Browse the repository at this point in the history
Hotfix for a topic already in 'master'.

* jc/mailinfo-lib:
  mailinfo: fix passing wrong address to git_mailinfo_config
  • Loading branch information
Junio C Hamano committed Nov 3, 2015
2 parents 415095f + 85d9d9d commit c5d9418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mailinfo.c
Original file line number Diff line number Diff line change
Expand Up @@ -1009,7 +1009,7 @@ void setup_mailinfo(struct mailinfo *mi)
mi->header_stage = 1;
mi->use_inbody_headers = 1;
mi->content_top = mi->content;
git_config(git_mailinfo_config, &mi);
git_config(git_mailinfo_config, mi);
}

void clear_mailinfo(struct mailinfo *mi)
Expand Down

0 comments on commit c5d9418

Please sign in to comment.