summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* rebase: deprecate signing_cbethomson/commit_create_cbEdward Thomson2021-08-291-1/+6
* rebase: introduce git_commit_create_cbEdward Thomson2021-08-291-35/+66
* Merge pull request #6008 from boretrk/arrayEdward Thomson2021-08-271-8/+8
|\
| * git_array_alloc: return objects of correct typePeter Pettersson2021-08-251-8/+8
* | Merge pull request #5747 from lhchavez/atomic-testsEdward Thomson2021-08-274-52/+109
|\ \
| * | Homogenize semantics for atomic-related functionslhchavez2021-08-264-52/+109
* | | Check if default branch matches refspecAlexander Ovchinnikov2021-08-261-0/+3
* | | clone: set refs/remotes/origin/HEAD to default branch when branch is specifie...Alexander Ovchinnikov2021-08-261-7/+14
* | | Revert "Merge pull request #5775 from libgit2/ethomson/clone_branch"Alexander Ovchinnikov2021-08-261-42/+21
|/ /
* | Merge pull request #6007 from boretrk/arrayEdward Thomson2021-08-253-8/+9
|\ \ | |/
| * array: fix dereference from void * typePeter Pettersson2021-08-252-4/+5
| * array: make gcc keep the type of the NULL return valuePeter Pettersson2021-08-251-4/+4
* | Merge pull request #6006 from boretrk/c11-warningsEdward Thomson2021-08-252-10/+10
|\ \ | |/ |/|
| * win32: name the dummy union in GIT_REPARSE_DATA_BUFFERPeter Pettersson2021-08-252-10/+10
* | Merge pull request #5802 from lhchavez/git-warn-unused-resultEdward Thomson2021-08-258-17/+52
|\ \
| * | formattinglhchavez2021-08-081-4/+4
| * | Get Win32 builds to buildlhchavez2021-08-082-19/+18
| * | Move GIT_WARN_UNUSED_RESULT from the public to the private APIlhchavez2021-08-081-0/+18
| * | Handle one more unused variable introduced since the PR startedlhchavez2021-08-081-1/+7
| * | Be a little bit less aggressive GIT_WARN_UNUSED_RESULTlhchavez2021-08-081-9/+6
| * | Proof-of-concept for a more aggressive GIT_UNUSED()lhchavez2021-08-084-7/+16
| * | Introduce GIT_WARN_UNUSED_RESULTlhchavez2021-08-082-14/+20
* | | Merge pull request #5950 from boretrk/posixtestEdward Thomson2021-08-256-5/+26
|\ \ \ | |_|/ |/| |
| * | bugfix: don't generate paths with empty segmentsPeter Pettersson2021-08-082-5/+6
| * | tests: optional test for p_open() with empty path segmentsPeter Pettersson2021-08-084-0/+20
| |/
* | c90/c99: name the unnamed union in git_hash_ctxPeter Pettersson2021-08-252-6/+6
* | openssl: lazily load libraries when dynamically loadingEdward Thomson2021-08-241-6/+53
* | openssl: dynamically load on macOSEdward Thomson2021-08-241-0/+2
* | ntlmclient: update to ntlmclient 0.9.1Edward Thomson2021-08-241-1/+1
* | openssl: dynamically load libssl and symbols (optionally)Edward Thomson2021-08-249-83/+789
* | openssl: separate legacy apiEdward Thomson2021-08-243-188/+249
* | openssl: don't fail when we can't customize allocatorsethomson/openssl_valgrindEdward Thomson2021-08-211-5/+10
* | sha1dc: remove conditional for <sys/types.h>Peter Pettersson2021-08-181-2/+0
* | Fix LIBGIT2_FILENAME not being passed to the resource compilerJulien Richard2021-08-171-1/+1
* | Merge pull request #5972 from libgit2/ethomson/http_empty_passwordEdward Thomson2021-08-141-2/+6
|\ \
| * | http: don't require a passwordethomson/http_empty_passwordEdward Thomson2021-08-051-2/+6
* | | Merge pull request #5854 from alexjg/respect-force-flag-in-remote-fetchEdward Thomson2021-08-101-0/+5
|\ \ \ | |_|/ |/| |
| * | skip descendant check if remote ref not foundAlex Good2021-08-051-1/+3
| * | Merge branch 'main' into respect-force-flag-in-remote-fetchAlex Good2021-06-302-3/+8
| |\ \
| * | | Respect the force flag on refspecs in git_remote_fetchAlex Good2021-06-111-0/+3
* | | | cmake: extended futimens checking on macOSethomson/futimensEdward Thomson2021-07-301-1/+1
* | | | tests: reset odb backend priorityethomson/odb_tests_priorityEdward Thomson2021-07-302-2/+5
* | | | odb: Implement option for overriding of default odb backend priorityTony De La Nuez2021-07-302-6/+16
* | | | Merge branch 'pr/5861'Edward Thomson2021-07-301-3/+13
|\ \ \ \
| * | | | branch: git branch upstream with format format name parameter has been added.Dmitry Lobanov2021-05-181-28/+3
| * | | | branch: git branch upstream functions layouts have been fixed.Dmitry Lobanov2021-05-161-4/+6
| * | | | branch: git branch upstream format enum has been added.Dmitry Lobanov2021-05-161-4/+27
| * | | | branch: git branch upstream functions layouts have been fixed.Dmitry Lobanov2021-05-161-2/+4
| * | | | branch: git branch upstream merge has been exposed.Dmitry Lobanov2021-05-121-0/+8
| * | | | branch: git branch upstream with format has been added.Dmitry Lobanov2021-05-121-2/+2