summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* push tests: deeply free the specsEdward Thomson2018-07-201-1/+1
* push tests: deeply free the push statusEdward Thomson2018-07-201-2/+6
* Merge pull request #4702 from tiennou/fix/coverityPatrick Steinhardt2018-07-207-25/+25
|\
| * tests: fix a relative pathname issueEtienne Samson2018-07-061-1/+1
| * tests: add missing cl_git_pass to testsEtienne Samson2018-07-066-24/+24
| * tests: mailmap/parsing: add a missing cl_git_passEtienne Samson2018-07-061-1/+1
* | cmake: enforce C90 standardPatrick Steinhardt2018-07-131-0/+1
* | cmake: distinguish internal and system include directoriesPatrick Steinhardt2018-07-131-0/+1
* | treewide: remove use of C++ style commentsPatrick Steinhardt2018-07-1359-156/+161
* | Merge pull request #4719 from pks-t/pks/delta-oobEdward Thomson2018-07-092-0/+22
|\ \ | |/ |/|
| * delta: fix out-of-bounds read of deltaPatrick Steinhardt2018-06-291-0/+9
| * delta: fix sign-extension of big left-shiftPatrick Steinhardt2018-06-292-0/+13
* | Merge pull request #4687 from tiennou/fix/4672Edward Thomson2018-07-061-0/+71
|\ \
| * | patch_parse: populate line numbers while parsing diffsEtienne Samson2018-06-191-0/+71
* | | Merge pull request #4686 from tiennou/fix/more-worktree-from-barePatrick Steinhardt2018-07-065-52/+111
|\ \ \
| * | | tests: worktree/bare: test some pathsEtienne Samson2018-06-291-0/+18
| * | | tests: add a helper to build sandbox subpaths quicklyEtienne Samson2018-06-293-20/+39
| * | | tests: worktree/bare: fix git_worktree_validateEtienne Samson2018-06-291-0/+2
| * | | tests: worktree/bare: check git_worktree_listEtienne Samson2018-06-291-0/+5
| * | | tests: worktree/bare: gather all testsEtienne Samson2018-06-292-32/+47
* | | | Merge pull request #4699 from nelhage/fetch-null-dstPatrick Steinhardt2018-07-061-0/+5
|\ \ \ \
| * | | | formatting fixNelson Elhage2018-06-291-1/+2
| * | | | Add a test.Nelson Elhage2018-06-251-0/+4
| | |/ / | |/| |
* | | | Merge pull request #4536 from libgit2/ethomson/index_dirtyEdward Thomson2018-06-306-21/+243
|\ \ \ \ | |_|/ / |/| | |
| * | | settings: optional unsaved index safetyEdward Thomson2018-06-291-1/+15
| * | | index: return a unique error code on dirty indexEdward Thomson2018-06-291-0/+22
| * | | checkout: FORCE doesn't halt on dirty indexEdward Thomson2018-06-292-16/+0
| * | | index: commit the changes to the index properlyEdward Thomson2018-06-295-13/+44
| * | | index: test dirty index bitEdward Thomson2018-06-291-0/+53
| * | | checkout tests: validate GIT_CHECKOUT_NO_REFRESHEdward Thomson2018-06-291-0/+64
| * | | index::addall tests: write the indexEdward Thomson2018-06-261-0/+17
| * | | index::reuc tests: test that checkout succeedsEdward Thomson2018-06-261-8/+8
| * | | index::names tests: add conflicts with high stagesEdward Thomson2018-06-261-0/+37
| |/ /
* | | refspec: rename `git_refspec__free` to `git_refspec__dispose`Patrick Steinhardt2018-06-291-5/+5
* | | Merge pull request #4519 from cynecx/refspec-parsingPatrick Steinhardt2018-06-291-0/+12
|\ \ \ | |_|/ |/| |
| * | refspec: add public parsing apicynecx2018-06-221-0/+12
| |/
* | Clear revwalk sorting when resettingNika Layzell2018-06-221-0/+25
|/
* Fix last references to deprecated git_buf_freeSven Strickroth2018-06-181-1/+1
* Require the length argument to git_mailmap_from_buffer and make mailmap_add_b...Nika Layzell2018-06-172-2/+4
* mailmap: git_buf_free => git_buf_disposeNika Layzell2018-06-141-1/+1
* mailmap: API and style cleanupNika Layzell2018-06-144-14/+7
* mailmap: Updates tests for new API and featuresNika Layzell2018-06-1410-33/+153
* mailmap: API and style cleanupNika Layzell2018-06-143-35/+69
* mailmap: Switch mailmap parsing to use the git_parse moduleNika Layzell2018-06-144-64/+31
* mailmap: Clean up the mailmap fixture's .gitted directoryNika Layzell2018-06-1413-543/+0
* mailmap: Fix some other minor style nitsEmilio Cobos Álvarez2018-06-141-7/+7
* mailmap: Fix more bugs which snuck in when I rebasedNika Layzell2018-06-143-6/+5
* mailmap: Add a bunch of tests for the new mailmap functionalityNika Layzell2018-06-1458-0/+841
* mailmap: Support path fixtures in cl_git_repository_init()Nika Layzell2018-06-143-17/+23
* mailmap: Add some super-basic testsEmilio Cobos Álvarez2018-06-141-0/+98