We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eef5385 commit 0c7c928Copy full SHA for 0c7c928
src/wrapper/repository_wrapper.cpp
@@ -115,7 +115,7 @@ void repository_wrapper::create_commit(const signature_wrapper::author_committer
115
const char* message_encoding = "UTF-8";
116
git_oid commit_id;
117
118
- std::string update_ref = "ḦEAD";
+ std::string update_ref = "HEAD";
119
auto parent = revparse_single(update_ref);
120
std::size_t parent_count = 0;
121
const git_commit* parents[1] = {nullptr};
0 commit comments