On Wed, Aug 17, 2016 at 5:51 PM, Jacob Keller wrote:
> From: Jacob Keller
>
> Add an extension to git-diff and git-log (and any other graph-aware
> displayable output) such that "--line-prefix=" will print the
> additional line-prefix on every line of output.
>
> To make this work, we have to fix
On Thu, Aug 18, 2016 at 10:56 AM, Stefan Beller wrote:
> On Wed, Aug 17, 2016 at 5:51 PM, Jacob Keller
> wrote:
>> - if (!graph)
>> + if (!graph) {
>> + graph_show_line_prefix(default_diffopt);
>> return;
>> + }
>
>> - if (graph_is_commit_finished(graph))
>> + if (g
From: Jacob Keller
On Thu, Aug 18, 2016 at 10:56 AM, Stefan Beller wrote:
> On Wed, Aug 17, 2016 at 5:51 PM, Jacob Keller
> wrote:
>> From: Jacob Keller
>> - /*
>> -* Add a newline after the commit message.
>> -
From: Jacob Keller
Add an extension to git-diff and git-log (and any other graph-aware
displayable output) such that "--line-prefix=" will print the
additional line-prefix on every line of output.
To make this work, we have to fix a few bugs in the graph API that force
graph_show_commit_msg to b
4 matches
Mail list logo