commit.h: remove stray * in git_commit_amend() docs

This commit is contained in:
Daniel Scherzer
2026-05-16 18:29:53 -07:00
committed by GitHub
parent 5787752448
commit 1b4eaa3309

View File

@@ -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.