Empty Commit
Hi, is it possible to create an empty commit (git commit --allow-empty) using this API Client?
thx
Hi @noxe,
GitLab exposes this API to create commits which is exposed in NGitLab though ICommitClient.
I don't know if you can create empty commits, it would need some more testing.
Hi - thx for your reply - yes i found this - but since it requires actions and file paths i was not sure it is possible since they seems to be mandatory...
Hi - thx for your reply - yes i found this - but since it requires actions and file paths i was not sure it is possible since they seems to be mandatory...
Just confirmed that it is possible using ICommitClient.Create(CommitCreate commit). The only things mandatory are CommitCreate's Branch and CommitMessage.