From 9e78ec20bbea43fd87a166d4693e1bdf47919d57 Mon Sep 17 00:00:00 2001 From: Daniel Scherzer Date: Wed, 22 Apr 2026 16:27:54 -0700 Subject: [PATCH] `GIT_REMOTE_DOWNLOAD_TAGS_ALL`: remove stray "the" in docs --- include/git2/remote.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/git2/remote.h b/include/git2/remote.h index b5e83ecc8..e4254e061 100644 --- a/include/git2/remote.h +++ b/include/git2/remote.h @@ -763,7 +763,7 @@ typedef enum { */ GIT_REMOTE_DOWNLOAD_TAGS_NONE, /** - * Ask for the all the tags. + * Ask for all the tags. */ GIT_REMOTE_DOWNLOAD_TAGS_ALL } git_remote_autotag_option_t;