summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | Consider files executable only if the user can execute themDavid Turner2021-06-162-1/+40
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #5916 from boretrk/docEdward Thomson2021-07-021-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Update from regex to pcre licensing informationPeter Pettersson2021-06-171-1/+1
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #5917 from tiennou/fix/docurium-issuesEdward Thomson2021-07-022-0/+2
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / |/| | | | | | | | |
| * | | | | | | | | docs: fix some missing includes that cause Docurium to error outEtienne Samson2021-05-272-0/+2
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #5929 from jacquesg/winhttpEdward Thomson2021-06-291-0/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | define WINHTTP_NO_CLIENT_CERT_CONTEXT if neededJacques Germishuys2021-06-261-0/+4
|/ / / / / / / / /
* | | | | | | | | README: libera.chat not FreenodeEdward Thomson2021-06-251-1/+2
* | | | | | | | | Merge pull request #5925 from Batchyx/batchyx/master-to-main-docEdward Thomson2021-06-252-7/+7
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | Update docs/release.mdEdward Thomson2021-06-251-1/+1
| * | | | | | | | docs: stop mentioning libgit2's "master" branchNicolas Cavallari2021-06-232-7/+7
|/ / / / / / / /
* | | | | | | | 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