Commit 75defb75 by punkymaniac

Add documentation about GIT_OPT_GET_USER_AGENT

parent 868f4bcb
...@@ -356,6 +356,11 @@ typedef enum { ...@@ -356,6 +356,11 @@ typedef enum {
* > * >
* > - `ciphers` is the list of ciphers that are eanbled. * > - `ciphers` is the list of ciphers that are eanbled.
* *
* * opts(GIT_OPT_GET_USER_AGENT, git_buf *out)
*
* > Get the value of the User-Agent header.
* > The User-Agent is written to the `out` buffer.
*
* * opts(GIT_OPT_ENABLE_OFS_DELTA, int enabled) * * opts(GIT_OPT_ENABLE_OFS_DELTA, int enabled)
* *
* > Enable or disable the use of "offset deltas" when creating packfiles, * > Enable or disable the use of "offset deltas" when creating packfiles,
......
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