Unverified Commit 70a182c6 by Edward Thomson Committed by GitHub

Merge pull request #6320 from libgit2/ethomson/config-docs

config: update config entry iteration lifecycle
parents 96c61174 1ed1e19a
...@@ -449,8 +449,8 @@ GIT_EXTERN(int) git_config_multivar_iterator_new(git_config_iterator **out, cons ...@@ -449,8 +449,8 @@ GIT_EXTERN(int) git_config_multivar_iterator_new(git_config_iterator **out, cons
/** /**
* Return the current entry and advance the iterator * Return the current entry and advance the iterator
* *
* The pointers returned by this function are valid until the iterator * The pointers returned by this function are valid until the next call
* is freed. * to `git_config_next` or until the iterator is freed.
* *
* @param entry pointer to store the entry * @param entry pointer to store the entry
* @param iter the iterator * @param iter the iterator
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment