On Wed, Jan 11, 2017 at 3:28 PM, Junio C Hamano wrote:
> Stefan Beller writes:
>
>>> Preparing the expected output "expect" outside test_expect_success
>>> block is also old-school. Move it inside the new test?
>>
>> I looked into that. What is our current stance on using single/double quotes?
>
Stefan Beller writes:
>> Preparing the expected output "expect" outside test_expect_success
>> block is also old-school. Move it inside the new test?
>
> I looked into that. What is our current stance on using single/double quotes?
Using dq around executable part, i.e.
test_expect_succ
On Wed, Jan 11, 2017 at 1:32 PM, Junio C Hamano wrote:
> Stefan Beller writes:
>
>> Add support for the super-prefix option for commands that unpack trees.
>> For testing purposes enable it in read-tree, which has no other path
>> related output.
>
> "path related output"? I am not sure I unders
Stefan Beller writes:
> Add support for the super-prefix option for commands that unpack trees.
> For testing purposes enable it in read-tree, which has no other path
> related output.
"path related output"? I am not sure I understand this.
When read-tree reads N trees, or unpack_trees() is as
Add support for the super-prefix option for commands that unpack trees.
For testing purposes enable it in read-tree, which has no other path
related output.
Signed-off-by: Stefan Beller
---
git.c | 2 +-
t/t1001-read-tree-m-2way.sh | 9 +
unpack-trees.c
5 matches
Mail list logo