summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2238 from libgit2/cmn/upstream-for-unbornVicent Marti2014-04-033-1/+70
|\
| * remote: write tests for cloning from an empty repoCarlos Martín Nieto2014-04-023-1/+70
* | Merge pull request #2239 from libgit2/vmg/clar-skip-testVicent Marti2014-04-036-69/+89
|\ \ | |/ |/|
| * Clar: skip testsvmg/clar-skip-testVicent Marti2014-04-026-73/+89
| * Add warning when skipping blame testRussell Belfer2014-04-021-12/+7
| * Skip blame libgit2 test if not in libgit2 repoRussell Belfer2014-04-011-2/+11
* | Merge pull request #2230 from anuraggup/revwalk-merge-baseVicent Marti2014-04-021-4/+75
|\ \
| * | No need to find merge base.Anurag Gupta2014-03-311-4/+75
* | | New tests of status for repo inside reporb/fix-untracked-repo-statusRussell Belfer2014-04-012-24/+183
| |/ |/|
* | Merge pull request #2226 from libgit2/rb/submodule-sorting-fixEdward Thomson2014-04-011-0/+6
|\ \
| * | Improve test of submodule name sortingRussell Belfer2014-03-311-0/+6
| |/
* | Merge pull request #2206 from libgit2/cmn/inmemory-swap-orderVicent Marti2014-04-013-9/+9
|\ \
| * | remote: rename inmemory to anonymous and swap url and fetch orderCarlos Martín Nieto2014-04-013-9/+9
* | | Merge pull request #2178 from libgit2/rb/fix-short-idEdward Thomson2014-03-313-10/+19
|\ \ \ | |_|/ |/| |
| * | Add failing test for git_object_short_idJiri Pospisil2014-03-102-0/+7
| * | Fix a number of git_odb_exists_prefix bugsRussell Belfer2014-03-101-10/+12
* | | Introduce git_merge_head_idEdward Thomson2014-03-311-0/+27
* | | Update clar to 4b75388Edward Thomson2014-03-281-2/+8
* | | Sandbox configuration during test runsEdward Thomson2014-03-281-1/+10
* | | Update clar to 587f88aEdward Thomson2014-03-283-3/+35
* | | Fix memory leak of test repository objectRussell Belfer2014-03-271-2/+5
* | | Fix error when submodule path and name differRussell Belfer2014-03-261-0/+33
* | | Fix segfault if gitmodules is invalidRussell Belfer2014-03-261-0/+95
* | | Decorate unused params as unused in revwalk::hidecb testsEdward Thomson2014-03-261-0/+9
* | | Merge pull request #2204 from libgit2/rb/submodule-reference-countingVicent Marti2014-03-268-244/+197
|\ \ \ | |_|/ |/| |
| * | Make submodules externally refcountedRussell Belfer2014-03-258-244/+197
* | | Merge pull request #2205 from libgit2/rb/submodule-untracked-vs-ignoredVicent Marti2014-03-264-12/+78
|\ \ \
| * | | Update behavior for untracked sub-reposRussell Belfer2014-03-254-12/+78
| |/ /
* | | Test for giterr_captureEdward Thomson2014-03-251-0/+24
* | | Merge pull request #2181 from anuraggup/hide_cbEdward Thomson2014-03-251-0/+198
|\ \ \ | |/ / |/| |
| * | Modified test for revwalk_hidecbAnurag Gupta2014-03-241-2/+2
| * | Conforming to libgit2 coding style.Anurag Gupta2014-03-241-3/+2
| * | Unit Tests for hide_cb in revwalkAnurag Gupta2014-03-241-0/+199
* | | env test needs to deref git_buf's ptrEdward Thomson2014-03-241-1/+1
* | | Merge pull request #2183 from ethomson/merge_refactorVicent Marti2014-03-2419-474/+465
|\ \ \ | |/ / |/| |
| * | UNBORN implies FAST_FORWARDEdward Thomson2014-03-201-1/+2
| * | Introduce GIT_MERGE_ANALYSIS_UNBORNEdward Thomson2014-03-201-4/+20
| * | git_merge_status -> git_merge_analysisEdward Thomson2014-03-201-22/+23
| * | Remove `git_merge_result` as it's now unnecessaryEdward Thomson2014-03-208-122/+34
| * | Update git_merge_tree_opts to git_merge_optionsEdward Thomson2014-03-2012-31/+31
| * | Change signature of `git_merge` to take merge and checkout optsEdward Thomson2014-03-209-50/+45
| * | Remove fastforward / uptodate from `git_merge`Edward Thomson2014-03-201-77/+47
| * | Add `git_merge_status` to provide info about an upcoming mergeEdward Thomson2014-03-203-148/+90
| * | Introduce git_merge_file for consumersEdward Thomson2014-03-206-74/+228
* | | settings: use git_buf for returning stringsCarlos Martín Nieto2014-03-241-4/+6
* | | reflog: follow core.logallrefupdatesCarlos Martín Nieto2014-03-201-0/+73
|/ /
* | reflog: handle symref chainsCarlos Martín Nieto2014-03-191-0/+51
* | reflog: handle the birth of a branchCarlos Martín Nieto2014-03-191-0/+48
* | refdb: don't update when there's no needCarlos Martín Nieto2014-03-192-0/+51
* | reflog: more comprehensive HEAD testsCarlos Martín Nieto2014-03-181-0/+72