Hi Martin,
On Sun, 6 May 2018, Martin Ågren wrote:
> On 4 May 2018 at 17:34, Johannes Schindelin
> wrote:
> > @@ -353,6 +358,7 @@ static void output(struct string_list *a, struct
> > string_list *b,
> > int cmd_branch_diff(int argc, const char **argv, const char *prefix)
> > {
> > st
On 4 May 2018 at 17:34, Johannes Schindelin wrote:
> @@ -353,6 +358,7 @@ static void output(struct string_list *a, struct
> string_list *b,
> int cmd_branch_diff(int argc, const char **argv, const char *prefix)
> {
> struct diff_options diffopt = { NULL };
> + struct strbuf four_s
The main information in the branch-diff view comes from the list of
matching and non-matching commits, the diffs are additional information.
Indenting them helps with the reading flow.
Signed-off-by: Johannes Schindelin
---
builtin/branch-diff.c | 9 +
1 file changed, 9 insertions(+)
di
3 matches
Mail list logo