diff options
author | 2012-01-04 11:21:42 -0800 | |
---|---|---|
committer | 2012-01-04 11:21:42 -0800 | |
commit | 247f9d23da8cfd255533433ad2aa07d172afac0b (patch) | |
tree | b004483b600ed0a4b0e69396544bbe28081ee1ba /t | |
parent | Merge branch 'pw/p4-docs-and-tests' (diff) | |
parent | t5550: repack everything into one file (diff) | |
download | tgif-247f9d23da8cfd255533433ad2aa07d172afac0b.tar.xz |
Merge branch 'maint'
* maint:
t5550: repack everything into one file
Catch invalid --depth option passed to clone or fetch
Diffstat (limited to 't')
-rwxr-xr-x | t/t5550-http-fetch.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/t/t5550-http-fetch.sh b/t/t5550-http-fetch.sh index 95a133d697..e5e6b8f643 100755 --- a/t/t5550-http-fetch.sh +++ b/t/t5550-http-fetch.sh @@ -162,8 +162,7 @@ test_expect_success 'http remote detects correct HEAD' ' test_expect_success 'fetch packed objects' ' cp -R "$HTTPD_DOCUMENT_ROOT_PATH"/repo.git "$HTTPD_DOCUMENT_ROOT_PATH"/repo_pack.git && (cd "$HTTPD_DOCUMENT_ROOT_PATH"/repo_pack.git && - git --bare repack && - git --bare prune-packed + git --bare repack -a -d ) && git clone $HTTPD_URL/dumb/repo_pack.git ' |