GIT_REMOTE_DOWNLOAD_TAGS_ALL: remove stray "the" in docs

This commit is contained in:
Daniel Scherzer
2026-04-22 16:27:54 -07:00
committed by GitHub
parent 1f34e2a57a
commit 9e78ec20bb

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;