mirror of
https://github.com/libgit2/libgit2.git
synced 2026-06-22 06:26:26 +00:00
Merge pull request #7269 from DanielEScherzer/git_commit_amend-docs
commit.h: remove stray `*` in `git_commit_amend()` docs
This commit is contained in:
@@ -508,7 +508,7 @@ GIT_EXTERN(int) git_commit_create_from_stage(
|
||||
*
|
||||
* @param author Signature with author and author time of commit
|
||||
*
|
||||
* @param committer Signature with committer and * commit time of commit
|
||||
* @param committer Signature with committer and commit time of commit
|
||||
*
|
||||
* @param message_encoding The encoding for the message in the
|
||||
* commit, represented with a standard encoding name.
|
||||
|
||||
Reference in New Issue
Block a user