Junio C Hamano writes:
> I also think it would be a good idea for you to learn to push back
> to the original authors; fixing problems in patches by others, while
> is a good way to learn how their thinking process went, is not
> necessarily fun.
Sure, but in this case I said I'd handle it so I
gree...@obbligato.org writes:
> Junio C Hamano writes:
>
>> "David A. Greene" writes:
>>
>>> +test_create_commit() (
>>> + repo=$1
>>> + commit=$2
>>> + cd "$repo"
>>> + mkdir -p "$(dirname "$commit")"
>>> + echo "$commit" > "$commit"
>>
>> Style.
>
> I need a little more explanation.
From: Techlive Zheng
Signed-off-by: Techlive Zheng
Signed-off-by: David A. Greene
---
contrib/subtree/t/t7900-subtree.sh | 871 +---
1 file changed, 613 insertions(+), 258 deletions(-)
diff --git a/contrib/subtree/t/t7900-subtree.sh
b/contrib/subtree/t/t7900-
"David A. Greene" writes:
> +test_create_commit() (
> + repo=$1
> + commit=$2
> + cd "$repo"
> + mkdir -p "$(dirname "$commit")"
> + echo "$commit" > "$commit"
Style.
> + git add "$commit"
> + git commit -m "$commit"
> +)
Very nice, but don't we want to check for po
From: Techlive Zheng
Signed-off-by: Techlive Zheng
Signed-off-by: David A. Greene
---
contrib/subtree/t/t7900-subtree.sh | 871 +---
1 file changed, 613 insertions(+), 258 deletions(-)
diff --git a/contrib/subtree/t/t7900-subtree.sh
b/contrib/subtree/t/t7900-
5 matches
Mail list logo