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 868f4bc commit 75defb7Copy full SHA for 75defb7
include/git2/common.h
@@ -356,6 +356,11 @@ typedef enum {
356
* >
357
* > - `ciphers` is the list of ciphers that are eanbled.
358
*
359
+ * * opts(GIT_OPT_GET_USER_AGENT, git_buf *out)
360
+ *
361
+ * > Get the value of the User-Agent header.
362
+ * > The User-Agent is written to the `out` buffer.
363
364
* * opts(GIT_OPT_ENABLE_OFS_DELTA, int enabled)
365
366
* > Enable or disable the use of "offset deltas" when creating packfiles,
0 commit comments