Antoine Pelisse writes:
>>>
>>> +static int commit_rewrite_authors(struct strbuf *buf, const char *what,
>>> struct string_list *mailmap)
>>> +{
>>> + char *author, *endp;
>>> + size_t len;
>>> + struct strbuf name = STRBUF_INIT;
>>> + struct strbuf mail = STRBUF_INIT;
>>> +
>>
>> +static int commit_rewrite_authors(struct strbuf *buf, const char *what,
>> struct string_list *mailmap)
>> +{
>> + char *author, *endp;
>> + size_t len;
>> + struct strbuf name = STRBUF_INIT;
>> + struct strbuf mail = STRBUF_INIT;
>> + struct ident_split ident;
>> +
>> +
Antoine Pelisse writes:
> Currently mailmap can be used to display log authors and committers
> but there no way to use mailmap to find commits with mapped values.
>
> This commit allows those commands to work:
>
> git log --use-mailmap --author mapped_name_or_email
> git log --use-mailma
Currently mailmap can be used to display log authors and committers
but there no way to use mailmap to find commits with mapped values.
This commit allows those commands to work:
git log --use-mailmap --author mapped_name_or_email
git log --use-mailmap --committer mapped_name_or_email
Of
4 matches
Mail list logo