This file was edited by applying: expand -i | unexpand --first-only | sed "s/ *$//" to the file. No change to test outputs or status code was observed. Signed-off-by: Jon Seymour <jon.seymour@xxxxxxxxx> --- t/t5400-send-pack.sh | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/t/t5400-send-pack.sh b/t/t5400-send-pack.sh index 0eace37..8e214b0 100755 --- a/t/t5400-send-pack.sh +++ b/t/t5400-send-pack.sh @@ -77,7 +77,7 @@ test_expect_success 'refuse pushing rewound head without --force' ' ' test_expect_success \ - 'push can be used to delete a ref' ' + 'push can be used to delete a ref' ' ( cd victim && git branch extra master ) && git send-pack ./victim :extra master && ( cd victim && @@ -187,7 +187,7 @@ test_expect_success 'pushing explicit refspecs respects forcing' ' ( cd child && git send-pack ../parent \ - +refs/heads/master:refs/heads/master + +refs/heads/master:refs/heads/master ) && parent_head=$(cd parent && git rev-parse --verify master) && child_head=$(cd child && git rev-parse --verify master) && @@ -200,14 +200,14 @@ test_expect_success 'pushing wildcard refspecs respects forcing' ' ( cd child && test_must_fail git send-pack ../parent \ - "refs/heads/*:refs/heads/*" + "refs/heads/*:refs/heads/*" ) && parent_head=$(cd parent && git rev-parse --verify master) && test "$parent_orig" = "$parent_head" && ( cd child && git send-pack ../parent \ - "+refs/heads/*:refs/heads/*" + "+refs/heads/*:refs/heads/*" ) && parent_head=$(cd parent && git rev-parse --verify master) && child_head=$(cd child && git rev-parse --verify master) && -- 1.7.6.362.gf0e6 -- 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