summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* changelog: include FETCH_HEAD creds removalethomson/v0.28.5Edward Thomson2020-03-311-0/+5
* fetchhead: strip credentials from remote URLPatrick Steinhardt2020-03-305-4/+103
* Merge pull request #5467 from pks-t/pks/v0.28.5Edward Thomson2020-03-3056-253/+1214
|\
| * version: bump the version to v0.28.5Patrick Steinhardt2020-03-261-2/+2
| * docs: update changelog for v0.28.5Patrick Steinhardt2020-03-261-0/+45
| * scripts: adjust expected SOVERSION for v0.28 branchPatrick Steinhardt2020-03-261-1/+1
| * scripts: add script to create releasesPatrick Steinhardt2020-03-261-0/+171
| * azure: only override PATH when buildingPatrick Steinhardt2020-03-263-6/+12
| * azure: upgrade to newer Windows VM imagesPatrick Steinhardt2020-03-262-14/+22
| * refdb_fs: initialize backend versionPatrick Steinhardt2020-03-261-0/+3
| * Fix segfault when calling git_blame_buffer()lhchavez2020-03-266-2/+32
| * Fix typo on GIT_USE_NECSven Strickroth2020-03-261-1/+1
| * refs: refuse to delete HEADJosh Bleecher Snyder2020-03-266-10/+28
| * smart_pkt: fix overflow resulting in OOB read/write of one bytePatrick Steinhardt2020-03-261-1/+1
| * attr: Update definition of binary macroLaurence McGlashan2020-03-261-1/+1
| * global: convert to fiber-local storage to fix exit racesPatrick Steinhardt2020-03-263-47/+12
| * patch_parse: fix out-of-bounds reads caused by integer underflowPatrick Steinhardt2020-03-263-1/+16
| * patch_parse: use paths from "---"/"+++" lines for binary patchesPatrick Steinhardt2020-03-263-5/+37
| * fileops: correct error return on p_lstat failures when mkdirEtienne Samson2020-03-261-0/+1
| * patch_parse: fix segfault when header path contains whitespace onlyPatrick Steinhardt2020-03-263-12/+35
| * fix a bug introduced in 8a23597bromkatv2020-03-261-1/+1
| * Follow 308 redirect in WinHTTP transportpcpthm2020-03-261-1/+6
| * patch_parse: detect overflow when calculating old/new line positionPatrick Steinhardt2020-03-264-4/+53
| * patch_parse: fix out-of-bounds read with No-NL linesPatrick Steinhardt2020-03-262-1/+16
| * patch_parse: reject empty path namesPatrick Steinhardt2020-03-263-0/+17
| * patch_parse: reject patches with multiple old/new pathsPatrick Steinhardt2020-03-263-2/+30
| * patch_parse: handle patches without extended headersDenis Laxalde2020-03-263-0/+21
| * refs: unlock unmodified refs on transaction commitSebastian Henke2020-03-262-1/+33
| * refs: fix locks getting forcibly removedSebastian Henke2020-03-268-19/+36
| * patch_parse: handle patches with new empty filesDenis Laxalde2020-03-262-0/+21
| * buffer: fix printing into out-of-memory bufferPatrick Steinhardt2020-03-262-1/+22
| * buffer: fix infinite loop when growing buffersPatrick Steinhardt2020-03-262-8/+27
| * buffer: fix memory leak if unable to grow bufferPatrick Steinhardt2020-03-261-1/+4
| * open:move all cleanup code to cleanup label in git_repository_open_extLaurence McGlashan2020-03-261-9/+7
| * open:fix memory leak when passing NULL to git_repository_open_extLaurence McGlashan2020-03-262-1/+17
| * iterator: remove duplicate memsetPatrick Steinhardt2020-03-261-5/+3
| * iterator: avoid leaving partially initialized frame on stackPatrick Steinhardt2020-03-261-2/+5
| * diff_generate: detect memory allocation errors when preparing optsPatrick Steinhardt2020-03-261-0/+1
| * diff_generate: refactor `DIFF_FROM_ITERATORS` macro of doomPatrick Steinhardt2020-03-261-72/+121
| * ignore: correct handling of nested rules overriding wild card unignorebuddyspike2020-03-262-3/+50
| * apply: Test for EOFNL mishandling when several hunks are processedMax Kostyukevich2020-03-262-0/+37
| * apply: Fix a patch corruption related to EOFNL handlingMax Kostyukevich2020-03-261-1/+1
| * apply: free test dataEdward Thomson2020-03-261-1/+1
| * apply: Test for git_apply_to_tree failures when new files are addedMax Kostyukevich2020-03-261-0/+36
| * apply: git_apply_to_tree fails to apply patches that add new filesMax Kostyukevich2020-03-261-3/+6
| * config: check if we are running in a sandboxed environmentErik Aigner2020-03-261-1/+11
| * patch_parse: fix segfault due to line containing static contentsPatrick Steinhardt2020-03-261-1/+1
| * patch_parse: ensure valid patch output with EOFNLErik Aigner2020-03-264-16/+58
| * patch_parse: handle missing newline indicator in old filePatrick Steinhardt2020-03-263-1/+36
| * apply: refactor to use a switch statementPatrick Steinhardt2020-03-261-10/+14