summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| * | Patch parsing from patch filesEdward Thomson2016-05-263-0/+547
| * | Introduce git_apply_patchEdward Thomson2016-05-262-0/+462
* | | Remove unused static functionsPatrick Steinhardt2016-06-211-10/+0
* | | Avoid old-style function definitionsPatrick Steinhardt2016-06-211-2/+2
* | | threads: split up OS-dependent thread codePatrick Steinhardt2016-06-203-6/+6
* | | checkout: use empty baseline when no indexethomson/checkout_no_indexEdward Thomson2016-06-151-0/+63
* | | tests: fix memory leaks in checkout::typechangePatrick Steinhardt2016-06-071-2/+2
| |/ |/|
* | rebase: test rebasing a new commit with subfolderEdward Thomson2016-06-028-0/+83
* | test: ensure we can round-trip a written treeEdward Thomson2016-06-021-0/+23
* | round-trip trees through index_read_indexEdward Thomson2016-06-021-0/+32
* | cleanup: unused warningEdward Thomson2016-06-011-0/+3
|/
* Merge pull request #3798 from mmuman/stat-test-fixEdward Thomson2016-05-261-2/+3
|\
| * test: Fix stat() test to mask out unwanted bitsFrançois Revol2016-05-241-2/+3
* | checkout: handle dirty submodules correctlyJason Haslam2016-05-261-8/+74
|/
* tree: handle removal of all entries in the updatercmn/remove-single-entryCarlos Martín Nieto2016-05-241-0/+32
* tree: plug leaks in the tree updatercmn/tree-update-basenameCarlos Martín Nieto2016-05-191-1/+2
* tree: use testrepo2 for the tree updater testsCarlos Martín Nieto2016-05-191-9/+38
* Introduce a function to create a tree based on a different onecmn/tree-updateCarlos Martín Nieto2016-05-171-0/+167
* Merge pull request #3757 from johnhaley81/jh/fix-create-initial-commitCarlos Martín Nieto2016-05-061-0/+60
|\
| * Fix initial commit testJohn Haley2016-05-041-30/+5
| * Add tests for creating an initial commitJohn Haley2016-05-031-0/+85
* | rebase: test rebase (merge) w/ no common ancestorEdward Thomson2016-05-032-5/+104
|/
* Introduce `git_signature_from_buffer`ethomson/signature_from_bufferEdward Thomson2016-04-281-0/+13
* rebase::abort: test we can abort rebase by revspecEdward Thomson2016-04-261-0/+19
* Merge pull request #3749 from arthurschreiber/arthur/add-git-reference-dupCarlos Martín Nieto2016-04-261-0/+40
|\
| * Allow creating copies of `git_reference` objects.Arthur Schreiber2016-04-221-0/+40
* | Merge pull request #3748 from libgit2/ethomson/rebase_detachedCarlos Martín Nieto2016-04-262-5/+115
|\ \
| * | rebase: correctly finish rebasing detached headsethomson/rebase_detachedEdward Thomson2016-04-211-0/+50
| * | rebase: test abort immediately after initEdward Thomson2016-04-211-5/+65
| |/
* | tag: ignore extra header fieldscmn/silly-tagsCarlos Martín Nieto2016-04-251-0/+37
* | clone test: annotate unused varsEdward Thomson2016-04-211-1/+3
|/
* Merge pull request #3110 from libgit2/cmn/proxy-configEdward Thomson2016-04-197-17/+70
|\
| * proxy: don't specify the protocol in the typeCarlos Martín Nieto2016-04-191-2/+2
| * netops: make the path optional in URLsCarlos Martín Nieto2016-04-191-0/+9
| * proxy: use poxy to test our Windows proxy supportCarlos Martín Nieto2016-04-191-1/+0
| * proxy: ask the user for credentials if necessaryCarlos Martín Nieto2016-04-196-17/+62
* | ignore: fix directory limits when searching for star-starCarlos Martín Nieto2016-04-191-0/+12
* | Add more tests for path matching with globs and path delimitersAntonio Scandurra2016-04-181-0/+14
|/
* tests: skip the unreadable file tests as rootEdward Thomson2016-04-112-0/+8
* Merge pull request #3736 from libgit2/cmn/dwim-general-messageEdward Thomson2016-04-111-0/+8
|\
| * refs: provide a more general error message for dwimcmn/dwim-general-messageCarlos Martín Nieto2016-04-111-0/+8
* | refs::create: strict object creation on by defaultEdward Thomson2016-04-111-5/+5
* | reset: use real ids for the testsCarlos Martín Nieto2016-04-111-3/+3
|/
* tests: fix core/stream test when built with openssl offAndreas Henriksson2016-04-061-2/+6
* Merge pull request #3724 from ethomson/submodule_start_supports_silly_slashesCarlos Martín Nieto2016-04-022-6/+59
|\
| * iterator: support trailing `/` in start for submodEdward Thomson2016-04-021-6/+12
| * diff: test submodules are found with trailing `/`Edward Thomson2016-04-021-0/+47
* | ignore: don't use realpath to canonicalize pathcmn/ignore-symlinkCarlos Martín Nieto2016-04-021-0/+13
|/
* Merge pull request #3719 from libgit2/ethomson/submodule_statusCarlos Martín Nieto2016-04-01230-0/+422
|\
| * status: test submodules with mixed caseEdward Thomson2016-03-31230-0/+422