Re: [PATCH v1] annotate: skip checking working tree if a revision is provided

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

 



On Tue, Nov 17, 2015 at 7:20 PM, Edmundo Carmona Antoranz
<eantoranz@xxxxxxxxx> wrote:
> +       if (!revs.pending.nr && !file_exists(path))
> +               die_errno("cannot stat path '%s'", path);
> +

I was wondering if I should only check the path that is coming from
"blame" (which is where I'm taking the check from) by checking
dashdash_pos:

if (!dashdash_pos && !revs.pending.nr && !file_exists(path))
    die_errno("cannot stat path '%s'", path);

So that we don't apply the check if we are coming from normal
dashdash_pos != 0 (and which didn't apply the filesystem check).

Thanks in advance.
--
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]