Unverified Commit 15f8d9a2 by Carlos Martín Nieto Committed by GitHub

Merge pull request #4412 from cpoerschke/master-tests-repo-init-tweak

s/Init/Index comment tweak for test_repo_init__init_with_initial_commit
parents fd1492e8 732c0b6d
......@@ -755,7 +755,7 @@ void test_repo_init__init_with_initial_commit(void)
/* Initialize the repository */
cl_git_pass(git_repository_init(&_repo, "committed", 0));
/* Init will be automatically created when requested for a new repo */
/* Index will be automatically created when requested for a new repo */
cl_git_pass(git_repository_index(&index, _repo));
/* Create a file so we can commit it
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment