Re: [PATCH v3 3/4] cat-file --textconv/--filters: allow specifying the path separately

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

 



Johannes Schindelin <johannes.schindelin@xxxxxx> writes:

> +test_expect_success '----path=<path> complains without --textconv/--filters' '

I wonder where this "----path" came from; it wasn't in v2 I queued,
but somehow came back mysteriously.

Will locally amend.

> +	sha1=$(git rev-parse -q --verify HEAD:world.txt) &&
> +	test_must_fail git cat-file --path=hello.txt blob $sha1 >actual 2>err &&
> +	test ! -s actual &&
> +	grep "path.*needs.*filters" err
> +'
> +
>  test_done



[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]