Commit 5bc93eae by Edward Thomson

git_libgit2_opts: document GIT_OPT_SET_USER_AGENT

parent 305c4f95
......@@ -245,6 +245,12 @@ typedef enum {
*
* * opts(GIT_OPT_SET_USER_AGENT, const char *user_agent)
*
* > Set the value of the User-Agent header. This value will be
* > appended to "git/1.0", for compatibility with other git clients.
* >
* > - `user_agent` is the value that will be delivered as the
* > User-Agent header on HTTP requests.
*
* @param option Option key
* @param ... value to set the option
* @return 0 on success, <0 on failure
......
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