On Fri, Apr 5, 2013 at 6:57 PM, Jakub Narębski wrote:
>>> +void format_decoration(struct strbuf *sb,
>>> + const struct commit *commit,
>>> + int use_color);
>>
>> I think you can fit these on a single line, especially if you drop
>> the unused variable names (t
Sorry for this late reply. I've been quite busy lately..
On Tue, Apr 2, 2013 at 4:53 AM, Junio C Hamano wrote:
>> -void show_decorations(struct rev_info *opt, struct commit *commit)
>> +void format_decoration(struct strbuf *sb,
>> +const struct commit *commit,
>> +
Junio C Hamano wrote:
> Nguyễn Thái Ngọc Duy writes:
>> diff --git a/log-tree.h b/log-tree.h
>> index 9140f48..e6a2da5 100644
>> --- a/log-tree.h
>> +++ b/log-tree.h
>> @@ -13,6 +13,9 @@ int log_tree_diff_flush(struct rev_info *);
>> int log_tree_commit(struct rev_info *, struct commit *);
>>
Nguyễn Thái Ngọc Duy writes:
> This also adds color support to format_decoration()
>
> Signed-off-by: Nguyễn Thái Ngọc Duy
> ---
> log-tree.c | 60
> +---
> log-tree.h | 3 ++
> pretty.c |
This also adds color support to format_decoration()
Signed-off-by: Nguyễn Thái Ngọc Duy
---
log-tree.c | 60 +---
log-tree.h | 3 ++
pretty.c | 19 +
t/t4207-log-decoration-colors
5 matches
Mail list logo