We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d7c15a commit 732c0b6Copy full SHA for 732c0b6
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