summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5931 from libgit2/ethomson/1.1.1v1.1.1maint/v1.1Edward Thomson2021-06-305-8/+35
|\
| * Release v1.1.1Edward Thomson2021-06-304-4/+32
| * README: only show 1.1 build statusEdward Thomson2021-06-301-4/+3
* | Merge pull request #5921 from libgit2/ethomson/1.1.1Edward Thomson2021-06-3068-341/+845
|\ \ | |/
| * define WINHTTP_NO_CLIENT_CERT_CONTEXT if neededJacques Germishuys2021-06-301-0/+4
| * tests: improved integer compare in stacktrace testEdward Thomson2021-06-301-10/+10
| * tests: cleanup repo::init::symlinks_win32_enabled_by_global_configEdward Thomson2021-06-301-0/+1
| * refspec: return GIT_EINVALIDSPEC for invalid specsEdward Thomson2021-06-303-10/+7
| * Add some missing documentation about return valuepunkymaniac2021-06-302-0/+4
| * Fix struct indentationpunkymaniac2021-06-301-0/+1
| * Remove bad space in documentationpunkymaniac2021-06-301-1/+1
| * Add documentation about GIT_OPT_GET_USER_AGENTpunkymaniac2021-06-301-0/+5
| * Fix misleading doc for `git_index_find`Waleed Khan2021-06-301-1/+1
| * Tolerate readlink size less than st_sizeDavid Tolnay2021-06-301-3/+4
| * httpclient: no proxy creds in requests if proxy is CONNECT typeTyler Ang-Wanek2021-06-301-3/+8
| * httpclient: git_http_client_skip_body should drain socket of bodyTyler Ang-Wanek2021-06-301-1/+1
| * Fix typopunkymaniac2021-06-301-1/+1
| * Uniformise documentation return code separatorpunkymaniac2021-06-301-7/+7
| * Fix documentation formattingpunkymaniac2021-06-301-13/+8
| * Add testcaseKartikaya Gupta2021-06-3014-0/+66
| * diff: Fix bug in git_diff_find_similar.Kartikaya Gupta2021-06-301-2/+2
| * repo: remove an inappropriate use of PASSTHROUGHCarlos Martín Nieto2021-06-301-11/+9
| * repo: specify init.defaultbranch is meant to be a branch nameCarlos Martín Nieto2021-06-301-1/+1
| * Fix diff_entrycount -> diff_num_deltas doc typoMarco Sirabella2021-06-301-1/+1
| * Default to GIT_BRANCH_DEFAULT if init.defaultBranch is empty stringIan Hattendorf2021-06-302-2/+16
| * winhttp: skip certificate check if unable to send requestIan Hattendorf2021-06-301-52/+95
| * winhttp: test proxy https cloneIan Hattendorf2021-06-301-0/+22
| * merge: Check insert_head_ids error in create_virtual_basepanda2021-06-301-2/+5
| * Check git_signature_dup failurepanda2021-06-301-10/+15
| * include: fix typos in commentsTobias Nießen2021-06-304-6/+6
| * Fix documentation formating on repository.hpunkymaniac2021-06-301-52/+95
| * index: Initialize case_sorted to GIT_VECTOR_INITpanda2021-06-301-5/+4
| * index: Check git_vector_dup error in write_entriespanda2021-06-301-1/+3
| * refdb_fs: Check git_sortedcache wlock/rlock errorspanda2021-06-301-2/+4
| * mwindow: Fix a bug in the LRU window finding codelhchavez2021-06-301-1/+3
| * clone: set refs/remotes/origin/HEAD when branch is specifiedEdward Thomson2021-06-302-21/+50
| * Use `p_pwrite`/`p_pread` consistently throughout the codebaselhchavez2021-06-302-5/+2
| * repo: ignore empty init.defaultbranchEdward Thomson2021-06-302-1/+18
| * remote: don't update invalid refsEdward Thomson2021-06-301-0/+10
| * fetch: test when HEAD points to nonexistent branchEdward Thomson2021-06-301-0/+29
| * Update documentation for git_blob_filter_optionsJosh Stockin2021-06-301-1/+2
| * blob: add git_blob_filter_options_initEdward Thomson2021-06-303-0/+26
| * Fix documentation for git_blob_filter_optionsJosh Stockin2021-06-301-1/+1
| * Move doc comment about `GIT_BLOB_FILTER_OPTIONS_VERSION`Josh Stockin2021-06-301-1/+3
| * Add documentation for git_blob_filter_options.versionJosh Stockin2021-06-301-0/+1
| * Support build with NO_MMAP to disable use of system mmapDhruva Krishnamurthy2021-06-305-5/+127
| * Remove broken support for write in emulated mmapDhruva Krishnamurthy2021-06-301-5/+6
| * pack: continue zlib while we can make progressEdward Thomson2021-06-301-4/+9
| * Apply suggestions from code reviewEdward Thomson2021-06-303-2/+2
| * worktree: change test to invalidate worktree via filesystemReginald McLean2021-06-302-4/+2