Merge pull request #7228 from DanielEScherzer/patch-1

`GIT_REMOTE_DOWNLOAD_TAGS_ALL`: remove stray "the" in docs
This commit is contained in:
Edward Thomson
2026-04-23 21:37:16 +01:00
committed by GitHub

View File

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