Re: [PATCH v2 12/21] bisect: replace clear_distance() by unique markers

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Sun, Apr 10, 2016 at 3:19 PM, Stephan Beyer <s-beyer@xxxxxxx> 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 majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]