From f1dba144810b190bc7c621a346f537e1f646b75a Mon Sep 17 00:00:00 2001 From: Andrius Bentkus Date: Tue, 5 Jul 2016 09:41:51 +0300 Subject: Add get user agent functionality. --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 44d868e7e..32925d485 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,10 @@ v0.24 + 1 ### API additions +* You can now get the user-agent used by libgit2 using the + `GIT_OPT_GET_USER_AGENT` option with `git_libgit2_opts()`. + It is the counterpart to `GIT_OPT_SET_USER_AGENT`. + * `git_commit_create_buffer()` creates a commit and writes it into a user-provided buffer instead of writing it into the object db. -- cgit v1.2.1