(refs #457)Fix the target of updateRef

This commit is contained in:
Naoki Takezoe
2014-08-17 13:01:05 +09:00
parent dd427bdbef
commit 53d0974760
4 changed files with 11 additions and 8 deletions

View File

@@ -335,7 +335,7 @@ trait AccountControllerBase extends AccountManagementControllerBase {
builder.finish()
JGitUtil.createNewCommit(git, inserter, headId, builder.getDirCache.writeTree(inserter),
loginAccount.fullName, loginAccount.mailAddress, "Initial commit")
Constants.HEAD, loginAccount.fullName, loginAccount.mailAddress, "Initial commit")
}
}