mirror of
https://github.com/libgit2/libgit2.git
synced 2026-06-22 06:26:26 +00:00
Apply suggestions from code review
Co-authored-by: Edward Thomson <ethomson@edwardthomson.com>
This commit is contained in:
@@ -276,8 +276,7 @@ void test_clone_local__sha256_via_no_local(void)
|
||||
git_clone_options opts = GIT_CLONE_OPTIONS_INIT;
|
||||
|
||||
/*
|
||||
* file:// URL + GIT_CLONE_NO_LOCAL -> remote code path
|
||||
*
|
||||
* file:// URL + GIT_CLONE_NO_LOCAL -> remote code path
|
||||
* Should correctly propagate the object format
|
||||
*/
|
||||
opts.bare = true;
|
||||
@@ -301,7 +300,6 @@ void test_clone_local__sha256_object_format_is_propagated(void)
|
||||
|
||||
/*
|
||||
* file:// URL + GIT_CLONE_LOCAL -> local code path with hardlinks
|
||||
*
|
||||
* Should correctly propagate the object format
|
||||
*/
|
||||
opts.bare = true;
|
||||
@@ -325,7 +323,6 @@ void test_clone_local__sha256_no_links_object_format_is_propagated(void)
|
||||
|
||||
/*
|
||||
* file:// URL + GIT_CLONE_LOCAL_NO_LINKS -> local code path with copy
|
||||
*
|
||||
* Should correctly propagate the object format
|
||||
*/
|
||||
opts.bare = true;
|
||||
|
||||
Reference in New Issue
Block a user