summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* cmake: BUILD_CLAR is now BUILD_TESTSethomson/clar_no_moreEdward Thomson2021-10-172-12/+12
* str: introduce `git_str` for internal, `git_buf` is externalethomson/gitstrEdward Thomson2021-10-17192-2483/+2487
* hash: hash functions operate on byte arrays not git_oidsEdward Thomson2021-10-025-9/+9
* hash: accept the algorithm in inputsEdward Thomson2021-10-015-7/+7
* Merge pull request #6076 from libgit2/ethomson/oidarray_disposeEdward Thomson2021-09-271-37/+37
|\
| * oidarray: introduce `git_oidarray_dispose`ethomson/oidarray_disposeEdward Thomson2021-09-261-37/+37
* | Merge pull request #6075 from libgit2/ethomson/attr_longpathsEdward Thomson2021-09-271-3/+3
|\ \
| * | attr_file: don't take the `repo` as an argethomson/attr_longpathsEdward Thomson2021-09-261-3/+3
| |/
* | Merge pull request #6073 from libgit2/ethomson/attr_lookupsEdward Thomson2021-09-271-1/+88
|\ \
| * | repository: improve `hashfile` for absolute pathsEdward Thomson2021-09-251-1/+88
| |/
* | buf: common_prefix takes a string arrayethomson/strarrayEdward Thomson2021-09-261-22/+7
|/
* Merge pull request #6067 from libgit2/ethomson/filter_commit_idEdward Thomson2021-09-211-8/+2
|\
| * filter: use a `git_oid` in filter options, not a pointerethomson/filter_commit_idEdward Thomson2021-09-211-8/+2
* | rebase: fix (deprecated) signing testethomson/deprecationEdward Thomson2021-09-211-7/+7
|/
* Merge pull request #6061 from libgit2/ethomson/emailEdward Thomson2021-09-202-1/+383
|\
| * diff: deprecate diff_format_emailethomson/emailEdward Thomson2021-09-181-0/+20
| * email: include renames by defaultEdward Thomson2021-09-181-2/+115
| * email: include binary diffs by defaultEdward Thomson2021-09-181-0/+53
| * email: allow `git_diff_commit_as_email` to take 0 as patch indexEdward Thomson2021-09-181-1/+0
| * email: introduce `git_email_create_from_diff`Edward Thomson2021-09-181-13/+47
| * email: introduce `git_email_create_from_commit`Edward Thomson2021-09-181-0/+163
* | Merge branch 'sathieu/patch-1' into mainEdward Thomson2021-09-201-0/+9
|\ \
| * | httpproxy: move empty string test above configEdward Thomson2021-09-201-4/+9
| * | Add test to ensure empty proxy env behaves like unset envMathieu Parent2021-09-141-0/+4
* | | win32: ensure content filtering occurs in longpath testEdward Thomson2021-09-201-4/+23
* | | Merge remote-tracking branch 'mathworks/longpath_filter_bug' into mainEdward Thomson2021-09-201-4/+24
|\ \ \
| * | | Apply suggestions from code reviewLaurence McGlashan2021-09-141-0/+2
| * | | Refactor shared code in longpath test.Laurence McGlashan2021-09-141-22/+12
| * | | If longpaths is true and filters are enabled, pass git_repository through the...Laurence McGlashan2021-09-141-0/+28
| |/ /
* | | Merge pull request #6058 from mathworks/proxy_config_with_detached_remoteEdward Thomson2021-09-201-1/+41
|\ \ \
| * | | Update formatting.Laurence McGlashan2021-09-161-3/+3
| * | | Allow proxy options when connecting with a detached remote.Laurence McGlashan2021-09-161-1/+41
| | |/ | |/|
* | | Add test for revert+rename bug.Colin Stolley2021-09-159-0/+60
|/ /
* | Merge pull request #6031 from libgit2/ethomson/extensionsEdward Thomson2021-09-143-42/+118
|\ \
| * | common: support custom repository extensionsethomson/extensionsEdward Thomson2021-09-042-0/+74
| * | repo: refactor extensions tests into their own fileEdward Thomson2021-09-032-42/+44
| |/
* | Add test config parsingBasile Henry2021-09-092-0/+12
|/
* remote: refactor proxy detectionEdward Thomson2021-09-013-101/+139
* url: introduce `git_net_url_matches_pattern_list`Edward Thomson2021-09-011-0/+49
* url: introduce `git_net_url_matches_pattern`Edward Thomson2021-09-011-0/+54
* tests: create the network::url test hierarcyEdward Thomson2021-09-013-59/+59
* util: introduce `git__strlcmp`Edward Thomson2021-09-011-0/+11
* Add NO_PROXY env supportMathieu Parent2021-09-012-0/+106
* Merge branch 'cgraph-write' into mainEdward Thomson2021-08-302-0/+43
|\
| * Merge remote-tracking branch 'origin/main' into cgraph-writelhchavez2021-08-296-10/+245
| |\
| * \ Merge remote-tracking branch 'origin/main' into cgraph-writelhchavez2021-08-2627-49/+336
| |\ \
| * | | Make the defaultable fields defaultablelhchavez2021-08-261-0/+8
| * | | commit-graph: Add a way to write commit-graph fileslhchavez2021-07-271-0/+35
* | | | Merge pull request #6011 from libgit2/ethomson/filter_applyEdward Thomson2021-08-292-3/+36
|\ \ \ \
| * | | | filter: use streaming filters in testsEdward Thomson2021-08-272-3/+36