summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* remote: handle error caseethomson/remote_errorEdward Thomson2021-06-201-1/+3
* Merge pull request #5910 from arxanas/patch-1Edward Thomson2021-06-151-2/+2
|\
| * Update index.hWaleed Khan2021-06-141-2/+2
| * Fix misleading doc for `git_index_find`Waleed Khan2021-06-131-1/+1
* | Merge pull request #5900 from dtolnay-contrib/lstatEdward Thomson2021-06-151-3/+4
|\ \
| * | Tolerate readlink size less than st_sizeDavid Tolnay2021-05-301-3/+4
* | | Merge pull request #5903 from punkymaniac/patch-documentationEdward Thomson2021-06-154-1/+11
|\ \ \ | |_|/ |/| |
| * | Add some missing documentation about return valuepunkymaniac2021-06-022-0/+4
| * | Fix struct indentationpunkymaniac2021-06-021-0/+1
| * | Remove bad space in documentationpunkymaniac2021-06-021-1/+1
| * | Add documentation about GIT_OPT_GET_USER_AGENTpunkymaniac2021-06-021-0/+5
|/ /
* | Merge pull request #5897 from tiennou/fix/coding-style-commentEdward Thomson2021-05-311-1/+1
|\ \ | |/ |/|
| * docs: fix incorrect comment markerEtienne Samson2021-05-271-1/+1
|/
* Merge branch 'pr/5853'Edward Thomson2021-05-194-0/+43
|\
| * diff: test ignore-blank-linesEdward Thomson2021-05-181-0/+35
| * diff:add option to ignore blank line changesyuuri2021-05-013-0/+8
* | Merge pull request #5892 from libgit2/ethomson/memleakEdward Thomson2021-05-184-1/+19
|\ \
| * | tests: clean up refs::races zero oid testEdward Thomson2021-05-181-1/+3
| * | tests: exit with error on win32 leakcheckEdward Thomson2021-05-183-0/+16
|/ /
* | Merge pull request #5852 from implausible/httpclient/skip-entire-bodyEdward Thomson2021-05-161-4/+9
|\ \
| * | httpclient: no proxy creds in requests if proxy is CONNECT typeTyler Ang-Wanek2021-05-121-3/+8
| * | httpclient: git_http_client_skip_body should drain socket of bodyTyler Ang-Wanek2021-05-121-1/+1
| |/
* | Merge pull request #5850 from punkymaniac/comment-formatEdward Thomson2021-05-162-21/+16
|\ \
| * | Fix typopunkymaniac2021-04-221-1/+1
| * | Uniformise documentation return code separatorpunkymaniac2021-04-221-7/+7
| * | Fix documentation formattingpunkymaniac2021-04-221-13/+8
| |/
* | Merge pull request #5831 from todaysoftware/bindings/libgit2-delphiEdward Thomson2021-05-161-0/+1
|\ \
| * | Update README.md for additional Delphi bindingstodaysoftware2021-03-261-0/+1
* | | Merge branch 'zero_oid_in_old'Edward Thomson2021-05-163-1/+23
|\ \ \
| * | | refs: test git_reference_create_matching failure for zero oidEdward Thomson2021-05-161-0/+3
| * | | git_reference_create_matching: Treat all-zero OID as "must be absent"David Turner2021-04-203-1/+20
* | | | Merge pull request #5839 from staktrace/find_similarEdward Thomson2021-05-1315-2/+68
|\ \ \ \
| * | | | Add testcaseKartikaya Gupta2021-05-1214-0/+66
| * | | | diff: Fix bug in git_diff_find_similar.Kartikaya Gupta2021-05-121-2/+2
|/ / / /
* | | | Merge pull request #5860 from libgit2/ethomson/buf_textEdward Thomson2021-05-1126-539/+468
|\ \ \ \
| * | | | buf: bom enum is in the buf namespaceEdward Thomson2021-05-115-25/+25
| * | | | buf: remove internal `git_buf_text` namespaceEdward Thomson2021-05-1126-532/+461
* | | | | Merge pull request #5859 from libgit2/ethomson/filter_bufEdward Thomson2021-05-1110-118/+209
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | filter: internal git_buf filter handling functionEdward Thomson2021-05-065-8/+34
| * | | | filter: deprecate git_filter_list_apply_to_dataEdward Thomson2021-05-066-97/+111
| * | | | filter: introduce git_filter_list_apply_to_bufferEdward Thomson2021-05-062-1/+16
| * | | | filter: remove git_buf sharing in `git_filter_list_apply_to_data`Edward Thomson2021-05-062-24/+20
| * | | | filter: deprecate git_filter_list_stream_dataEdward Thomson2021-05-063-13/+53
|/ / / /
* | | | Merge pull request #5858 from libgit2/ethomson/memleaksEdward Thomson2021-05-063-0/+5
|\ \ \ \
| * | | | test: clean up memory leaksEdward Thomson2021-05-063-0/+5
* | | | | Merge pull request #5857 from libgit2/ethomson/longpathsEdward Thomson2021-05-066-67/+129
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | win32: add file and get status on a long pathEdward Thomson2021-05-061-1/+31
| * | | | win32: ensure core.longpaths is honored for workdir pathsEdward Thomson2021-05-061-0/+4
| * | | | path: bump most Win32 unicode buffer sizes from MAX_PATH to GIT_PATH_MAXIan Hattendorf2021-05-054-46/+33
| * | | | clar: support long paths on WindowsEdward Thomson2021-05-052-20/+61
|/ / / /