On Sun, Apr 10, 2016 at 3:19 PM, Stephan Beyer <s-be...@gmx.net> wrote:
>
> @@ -123,10 +116,9 @@ static void show_list(const char *debug, int counted, 
> int nr,
>                 const char *subject_start;
>                 int subject_len;
>
> -               fprintf(stderr, "%c%c%c ",
> +               fprintf(stderr, "%c%c ",
>                         (flags & TREESAME) ? ' ' : 'T',
> -                       (flags & UNINTERESTING) ? 'U' : ' ',
> -                       (flags & COUNTED) ? 'C' : ' ');
> +                       (flags & UNINTERESTING) ? 'U' : ' ');

Maybe node_data(commit)->marked could be printed instead of  'C' or ' '.

>                 if (commit->util)
>                         fprintf(stderr, "%3d", node_data(commit)->weight);
>                 else
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to