We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 131f080 commit aefbd18Copy full SHA for aefbd18
include/git2/remote.h
@@ -878,6 +878,7 @@ GIT_EXTERN(git_remote_autotag_option_t) git_remote_autotag(const git_remote *rem
878
* @param value the new value to take.
879
*/
880
GIT_EXTERN(int) git_remote_set_autotag(git_repository *repo, const char *remote, git_remote_autotag_option_t value);
881
+
882
/**
883
* Retrieve the ref-prune setting
884
*
0 commit comments