We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fd1492e + 732c0b6 commit 15f8d9aCopy full SHA for 15f8d9a
tests/repo/init.c
@@ -755,7 +755,7 @@ void test_repo_init__init_with_initial_commit(void)
755
/* Initialize the repository */
756
cl_git_pass(git_repository_init(&_repo, "committed", 0));
757
758
- /* Init will be automatically created when requested for a new repo */
+ /* Index will be automatically created when requested for a new repo */
759
cl_git_pass(git_repository_index(&index, _repo));
760
761
/* Create a file so we can commit it
0 commit comments