summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* remote: support `http.followRedirects=true`ethomson/follow_redirectsEdward Thomson2022-01-131-0/+4
* remote: test honoring configuration optionEdward Thomson2022-01-131-9/+57
* remote: introduce `follow_redirects` connect optionEdward Thomson2022-01-131-0/+64
* url: optionally allow off-site redirectsEdward Thomson2022-01-131-22/+40
* status: don't use `// ...` in tests, use `/* ... */`Edward Thomson2022-01-061-5/+4
* Merge remote-tracking branch 'pr/6159'Edward Thomson2022-01-065-0/+64
|\
| * #6154 git_status_list_new case insensitive fixMiguel Arroz2022-01-015-0/+63
* | status: don't use `// ...` in tests, use `/* ... */`Edward Thomson2022-01-061-15/+15
* | Merge pull request #6165 from libgit2/ethomson/includeifEdward Thomson2022-01-061-0/+25
|\ \
| * | config: handle empty conditional in includeIfEdward Thomson2022-01-051-0/+25
| |/
* | Add `rename_threshold` to `git_status_options`.Miguel Arroz2021-12-311-0/+63
|/
* worktree: checkout options suggestions from code reviewEdward Thomson2021-12-231-1/+1
* Fix test fail because of memory leakpunkymaniac2021-12-231-0/+1
* Update test for `git_str` usage instead of `git_buf`punkymaniac2021-12-231-3/+3
* Add test for `git_worktree_add` no checkoutpunkymaniac2021-12-231-0/+21
* Merge pull request #6142 from libgit2/ethomson/blob_data_is_binaryEdward Thomson2021-12-231-0/+16
|\
| * blob: identify binary contentethomson/blob_data_is_binaryEdward Thomson2021-12-101-0/+16
* | Merge pull request #6124 from csware/config-parsingEdward Thomson2021-12-233-0/+57
|\ \
| * | Multiline config values not preserved on savingSven Strickroth2021-12-061-0/+19
| * | Add more tests for contentsSven Strickroth2021-12-061-0/+15
| * | Config parsing confused by continuations that start with quotesSven Strickroth2021-12-062-0/+23
* | | Merge pull request #6125 from stforek/git_commit_summary_spacesEdward Thomson2021-12-231-0/+3
|\ \ \
| * | | git_commit_summary: ignore lines with spacesPrzemyslaw Ciezkowski2021-11-251-0/+3
| |/ /
* | | Merge pull request #6101 from mkhl/fix/instead-ofEdward Thomson2021-12-232-23/+128
|\ \ \
| * | | update remote/insteadof testsMartin Kühl2021-11-112-23/+128
* | | | Merge pull request #6095 from yoichi/better-compatiblity-for-at-time-notationEdward Thomson2021-12-2310-26/+56
|\ \ \ \
| * \ \ \ Merge branch 'main' into better-compatiblity-for-at-time-notationYoichi Nakayama2021-11-23123-1086/+1807
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Cause error when date parsing is failedYoichi Nakayama2021-10-222-0/+20
| * | | | Return the oldest reflog entry on revparse when older time is givenYoichi Nakayama2021-10-221-5/+12
| * | | | Add a branch with a empty reflog into testrepo.gitYoichi Nakayama2021-10-228-21/+24
* | | | | cmake: use PROJECT_SOURCE_DIR of CMAKE_SOURCE_DIRJosh Junon2021-12-231-3/+3
| |_|_|/ |/| | |
* | | | object: introduce a raw content validation functionethomson/object_validationEdward Thomson2021-11-301-0/+50
* | | | Merge pull request #6122 from libgit2/ethomson/cleanupEdward Thomson2021-11-309-20/+21
|\ \ \ \ | |_|/ / |/| | |
| * | | cmake: use CMAKE_SOURCE_DIR and CMAKE_BINARY_DIRethomson/cleanupEdward Thomson2021-11-221-3/+3
| * | | sha1: tests should use hashes, not oid computationEdward Thomson2021-11-221-11/+17
| * | | util: don't include unnecessary system librariesEdward Thomson2021-11-226-6/+0
| * | | utf8: include `utf8.h` in testsEdward Thomson2021-11-191-0/+1
* | | | Merge pull request #6106 from ammgws/fixtemplateerrEdward Thomson2021-11-221-0/+10
|\ \ \ \ | |/ / / |/| | |
| * | | tests: try to init with non-existent template pathJason Nader2021-11-121-0/+10
* | | | date: rfc2822 formatting uses a `git_buf` instead of a static stringethomson/dateEdward Thomson2021-11-191-17/+14
* | | | date: make it a proper `git_date` utility classEdward Thomson2021-11-182-8/+8
* | | | cmake: enable testing at the top levelEdward Thomson2021-11-171-2/+0
* | | | cmake: better explain why headertests existsEdward Thomson2021-11-161-3/+8
* | | | Make enum in src,tests and examples C90 compliant by removing trailing comma.Peter Pettersson2021-11-151-3/+3
* | | | Add target for testing libgit2 headersPeter Pettersson2021-11-152-1/+26
* | | | cmake: refactor global variablesEdward Thomson2021-11-141-7/+5
* | | | tests: include function declarationsEdward Thomson2021-11-115-4/+13
* | | | test: correct test namesEdward Thomson2021-11-113-3/+3
* | | | tests: declare functions statically where appropriateEdward Thomson2021-11-1134-60/+442
* | | | clar: declare summary functions as staticEdward Thomson2021-11-111-5/+5