summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* v1.0.1: Update the version numbersethomson/1_0_1Edward Thomson2020-06-042-3/+3
* Merge pull request #5540 from libgit2/ethomson/1_0_1Edward Thomson2020-06-0413-18/+198
|\
| * v1.0.1: prepare the changelogEdward Thomson2020-06-031-0/+30
| * httpclient: clear the read_buf on new requestsEdward Thomson2020-06-031-1/+4
| * httpclient: don't read more than the client wantsEdward Thomson2020-06-031-0/+4
| * httpclient: read_body should return 0 at EOFEdward Thomson2020-06-031-3/+8
| * online::clone: test a googlesource URLEdward Thomson2020-06-031-0/+8
| * tests: index::version: write v4 index: re-open repo to read written v4 indexPatrick Wang2020-06-031-1/+4
| * index: write v4: bugfix: prefix path with strip_len, not same_lenPatrick Wang2020-06-031-2/+2
| * config: test that unreadable files are treated as notfoundEdward Thomson2020-06-031-0/+17
| * config: ignore unreadable configuration filesWil Shipley2020-06-031-0/+9
| * feat: Check the version in package.jsonSuhaib Mujahid2020-06-031-0/+11
| * Fix uninitialized stack memory and NULL ptr dereference in stash_to_indexPhilip Kelley2020-06-031-2/+2
| * deps: ntlmclient: use htobe64 on NetBSD toonia2020-06-031-1/+1
| * Fix typo causing removal of symbol 'git_worktree_prune_init_options'Seth Junot2020-06-031-1/+1
| * merge: cache negative cache results for similarity metricsPatrick Steinhardt2020-06-032-7/+97
|/
* Merge pull request #5471 from pks-t/pks/v1.0v1.0.0Patrick Steinhardt2020-04-012-4/+55
|\
| * version.h: bump version to v1.0.0Patrick Steinhardt2020-03-281-4/+4
| * docs: update changelog for v1.0Patrick Steinhardt2020-03-281-0/+51
|/
* Merge pull request #5464 from pks-t/pks/refdb-backend-docsPatrick Steinhardt2020-03-261-2/+109
|\
| * refdb_backend: improve callback documentationPatrick Steinhardt2020-03-261-2/+109
* | Merge pull request #5465 from libgit2/ethomson/cred_deprecationPatrick Steinhardt2020-03-261-0/+7
|\ \
| * | credentials: provide backcompat for opaque structsethomson/cred_deprecationEdward Thomson2020-03-261-0/+7
|/ /
* | Merge pull request #5445 from lhchavez/fix-5443Edward Thomson2020-03-266-2/+32
|\ \
| * | Fix segfault when calling git_blame_buffer()lhchavez2020-03-236-2/+32
| |/
* | Merge pull request #5463 from utkarsh2102/spell-fixPatrick Steinhardt2020-03-261-1/+1
|\ \ | |/ |/|
| * Fix spelling errorUtkarsh Gupta2020-03-261-1/+1
|/
* Merge pull request #5456 from pks-t/pks/refdb-fs-backend-versionEdward Thomson2020-03-231-0/+3
|\
| * refdb_fs: initialize backend versionPatrick Steinhardt2020-03-221-0/+3
* | Merge pull request #5444 from josharian/issue5428Edward Thomson2020-03-231-4/+5
|\ \ | |/ |/|
| * repository: improve commondir docsJosh Bleecher Snyder2020-03-071-4/+5
* | Merge pull request #5455 from pks-t/pks/cmake-install-dirsEdward Thomson2020-03-214-19/+12
|\ \
| * | cmake: use install directories provided via GNUInstallDirsPatrick Steinhardt2020-03-144-19/+12
| |/
* | Merge pull request #5451 from pks-t/pks/docker-curlEdward Thomson2020-03-1810-51/+58
|\ \
| * | ci: don't use --insecureEdward Thomson2020-03-172-2/+2
| * | azure: docker: use insecure flag to fix curl downloadsPatrick Steinhardt2020-03-132-8/+4
| * | azure: upgrade to newer hosted VM imagesPatrick Steinhardt2020-03-133-34/+42
| * | azure: docurium: fix build failure due to bumped CMake requirementsPatrick Steinhardt2020-03-131-5/+2
| * | azure: docker: consistently silence curl but show errorsPatrick Steinhardt2020-03-134-12/+12
| * | ntlmclient: silence deprecation warnings for CommonCrypto backendPatrick Steinhardt2020-03-131-0/+2
| * | cmake: ignore deprecation notes for Secure TransportPatrick Steinhardt2020-03-131-0/+4
|/ /
* | Merge pull request #5435 from libgit2/ethomson/canonicalEdward Thomson2020-03-105-14/+105
|\ \ | |/ |/|
| * win32: test relative symlinksethomson/canonicalPatrick Steinhardt2020-03-101-0/+20
| * win32: don't canonicalize symlink targetsEdward Thomson2020-03-101-2/+1
| * win32: introduce relative path handling functionEdward Thomson2020-03-103-2/+81
| * win32: clarify usage of path canonicalization funcsEdward Thomson2020-03-082-10/+3
|/
* Merge pull request #5422 from pks-t/pks/cmake-booleansEdward Thomson2020-03-065-1/+30
|\
| * cmake: fix ENABLE_TRACE parameter being too strictPatrick Steinhardt2020-02-241-1/+1
| * cmake: sanitize boolean options passed by userPatrick Steinhardt2020-02-244-0/+29
* | Merge pull request #5439 from ignatenkobrain/patch-2Edward Thomson2020-03-061-1/+1
|\ \