summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* revert tests: always use core.autocrlf=false in testsEdward Thomson2014-10-2713-12/+8
* s/git_merge_head/git_annotated_commitEdward Thomson2014-10-2611-383/+386
* rebase: clean up some warnings and memory leaksEdward Thomson2014-10-261-0/+1
* git_rebase: iterators for operationsEdward Thomson2014-10-261-0/+108
* rebase: preload all operationsEdward Thomson2014-10-261-12/+12
* rebase: init/open a git_rebase objectEdward Thomson2014-10-263-50/+88
* git_rebase_next: provide info about the operationEdward Thomson2014-10-261-17/+34
* git_rebase_finish: rewrite notes when finishing rebaseEdward Thomson2014-10-261-1/+93
* git_rebase_commit: write HEAD's reflog appropriatelyEdward Thomson2014-10-261-1/+9
* Introduce git_rebase_finish to complete a rebaseEdward Thomson2014-10-261-0/+57
* git_rebase_next: test that we return GIT_ITEROVEREdward Thomson2014-10-261-0/+50
* git_rebase_commit: drop already-picked commitsEdward Thomson2014-10-2611-0/+43
* Introduce git_rebase_commitEdward Thomson2014-10-261-0/+91
* git_rebase_next: write conflicts nicely during rebaseEdward Thomson2014-10-261-0/+59
* Introduce git_rebase_nextEdward Thomson2014-10-261-0/+59
* Introduce git_rebase_abortEdward Thomson2014-10-261-0/+148
* Introduce git_rebase to set up a rebase sessionEdward Thomson2014-10-26125-0/+495
* revwalk::mergebase test: free memoryEdward Thomson2014-10-261-0/+1
* submodule test: free submoduleEdward Thomson2014-10-261-0/+1
* clone::local test: isalpha -> git__isalphaEdward Thomson2014-10-261-1/+1
* config test: clean up memory leakEdward Thomson2014-10-261-0/+1
* Clean up some memory leaksEdward Thomson2014-10-261-0/+2
* tests: fix leakCarlos Martín Nieto2014-10-271-0/+1
* Fix test repo dir not deleted after runningLinquize2014-10-271-1/+1
* Merge pull request #2638 from libgit2/cmn/config-refresh-removeEdward Thomson2014-10-243-92/+0
|\
| * config: remove the refresh function and backend fieldcmn/config-refresh-removeCarlos Martín Nieto2014-10-233-92/+0
* | Merge pull request #2646 from libgit2/cmn/remote-renameEdward Thomson2014-10-242-46/+22
|\ \
| * | remote: accept a repo and name for renamingcmn/remote-renameCarlos Martín Nieto2014-10-242-46/+22
| |/
* | Merge pull request #2647 from ethomson/clar_tmpnameEdward Thomson2014-10-241-0/+5
|\ \
| * | clar: use a custom temp directory nameEdward Thomson2014-10-241-0/+5
| |/
* | remote: delete git_remote_supported_url()cmn/remove-supported-urlCarlos Martín Nieto2014-10-241-20/+0
|/
* Merge pull request #2622 from libgit2/refresh-config-snapshotCarlos Martín Nieto2014-10-231-1/+14
|\
| * Change the length of the file so that the change is picked up.Alan Rogers2014-10-231-2/+2
| * Add a test to make sure a new snapshot has the new value.Alan Rogers2014-10-231-1/+14
* | Remote paths: canonicalize UNC paths on Win32Edward Thomson2014-10-221-0/+88
* | tree-cache: correct the entry_count calculationCarlos Martín Nieto2014-10-221-5/+5
|/
* Introduce failing test for conflict filtering in indexEdward Thomson2014-10-134-0/+69
* Don't use cl_git_pass for POSIX functionsrb/minor-cleanupsRussell Belfer2014-10-101-2/+2
* index: make sure to write cached subtrees if parent is invalidatedCarlos Martín Nieto2014-10-101-0/+53
* index: write out the tree cache extensionCarlos Martín Nieto2014-10-101-6/+79
* index: add tests for the tree cacheCarlos Martín Nieto2014-10-101-0/+110
* Merge pull request #2593 from libgit2/cmn/remote-delete-nameEdward Thomson2014-10-101-18/+3
|\
| * remote: accept a repository and remote name for deletioncmn/remote-delete-nameCarlos Martín Nieto2014-09-301-18/+3
* | Fix test buildCarlos Martín Nieto2014-10-102-3/+3
* | Merge pull request #2542 from linquize/fetch-headCarlos Martín Nieto2014-10-101-0/+34
|\ \
| * | Add network::fetchlocal multi remotes testLinquize2014-09-021-0/+34
* | | Merge pull request #2499 from csware/hard-reset-checkout-callbacksCarlos Martín Nieto2014-10-1011-61/+61
|\ \ \
| * | | Allow to propagate checkout callbacks to git HARD resetSven Strickroth2014-08-0311-61/+61
* | | | Merge pull request #2574 from csware/hostname-for-certificate_check_cbEdward Thomson2014-10-101-3/+8
|\ \ \ \
| * | | | Add tests for host namesSven Strickroth2014-10-091-2/+4