]> git.proxmox.com Git - libgit2.git/commit - docs/changelog.md
Rename git_threads_ to git_libgit2_
authorCarlos Martín Nieto <cmn@dwim.me>
Thu, 23 Oct 2014 15:34:41 +0000 (17:34 +0200)
committerCarlos Martín Nieto <cmn@dwim.me>
Sat, 8 Nov 2014 22:46:39 +0000 (23:46 +0100)
commit799e22ea0c3f20f1900011573a10053dc3ea9138
tree43af7e21e2872ee3b83a1478ceb75b068b100a1c
parent4865cc3f0631a8a4e0e1de897865df0e552c70cb
Rename git_threads_ to git_libgit2_

This describes their purpose better, as we now initialize ssl and some
other global stuff in there. Calling the init function is not something
which has been optional for a while now.
22 files changed:
CHANGELOG.md
examples/add.c
examples/blame.c
examples/cat-file.c
examples/describe.c
examples/diff.c
examples/general.c
examples/init.c
examples/log.c
examples/network/git2.c
examples/rev-list.c
examples/rev-parse.c
examples/showindex.c
examples/status.c
examples/tag.c
include/git2.h
include/git2/global.h [new file with mode: 0644]
include/git2/threads.h
src/global.c
src/hash/hash_win32.c
tests/main.c
tests/threads/basic.c