From 1b4eaa33099e5053f427d9426e8c64117674d705 Mon Sep 17 00:00:00 2001 From: Daniel Scherzer Date: Sat, 16 May 2026 18:29:53 -0700 Subject: [PATCH] commit.h: remove stray `*` in `git_commit_amend()` docs --- include/git2/commit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/git2/commit.h b/include/git2/commit.h index b998e1889..4372954d6 100644 --- a/include/git2/commit.h +++ b/include/git2/commit.h @@ -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.