Merge pull request #7269 from DanielEScherzer/git_commit_amend-docs

commit.h: remove stray `*` in `git_commit_amend()` docs
This commit is contained in:
Edward Thomson
2026-05-22 16:28:54 +01:00
committed by GitHub

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.