summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* signature: don't allow empty emailscmn/signature-empty-emailCarlos Martín Nieto2014-09-101-2/+2
* Merge pull request #2511 from libgit2/cmn/remote-default-restrictVicent Marti2014-09-092-0/+108
|\
| * clone: handle overly restrictive refspecscmn/remote-default-restrictCarlos Martín Nieto2014-09-021-12/+1
| * clone: correct handling of an unborn HEADCarlos Martín Nieto2014-09-021-0/+15
| * remote: add test for single-branch cloneCarlos Martín Nieto2014-09-021-0/+61
| * remote: add tests for remote-branch edge casesCarlos Martín Nieto2014-09-021-0/+29
| * remote: assert what we want to happen when ther is no default branchCarlos Martín Nieto2014-08-291-0/+14
* | Merge pull request #2543 from libgit2/cmn/known-transportsVicent Marti2014-09-031-16/+14
|\ \
| * | remote: test for supported URLs in a single placeCarlos Martín Nieto2014-08-311-16/+9
| * | remote: get rid of git_remote_valid_url()Carlos Martín Nieto2014-08-311-11/+16
* | | Introduce option to use relative paths for repository work directoryjamill/relative_gitlinkJameson Miller2014-09-023-0/+138
* | | Introduce git_path_make_relativeEdward Thomson2014-09-021-0/+55
* | | Merge pull request #2545 from linquize/no-sshVicent Marti2014-09-031-0/+9
|\ \ \ | |/ / |/| |
| * | Skip SSH clone tests if libgit2 not built with GIT_SSH definedLinquize2014-09-011-0/+9
| |/
* | MSVC does not support zero size arrayLinquize2014-08-311-2/+1
* | Merge pull request #2481 from libgit2/cmn/oidarrayVicent Marti2014-08-291-0/+18
|\ \ | |/ |/|
| * merge: expose multiple merge basescmn/oidarrayCarlos Martín Nieto2014-07-271-0/+18
* | Merge pull request #2539 from libgit2/cmn/ahead-behind-orderVicent Marti2014-08-281-18/+18
|\ \
| * | Fix ahead-behind testsCarlos Martín Nieto2014-08-281-18/+18
* | | Merge pull request #2538 from libgit2/ntk/propagate_url_parsing_errorVicent Marti2014-08-271-0/+6
|\ \ \
| * | | winhttp: Prevent swallowing of url parsing errornulltoken2014-08-271-0/+6
* | | | Merge pull request #2490 from csware/ssh-wintunnelVicent Marti2014-08-271-0/+66
|\ \ \ \ | |/ / / |/| | |
| * | | Added some testsSven Strickroth2014-08-271-0/+66
* | | | Adjust clone tests to USERNAME cred typeCarlos Martín Nieto2014-08-271-0/+3
* | | | Merge remote-tracking branch 'upstream/master' into cmn/ssh-retryCarlos Martín Nieto2014-08-2774-395/+987
|\ \ \ \
| * \ \ \ Merge pull request #2508 from libgit2/rb/fix-ignore-slash-starVicent Marti2014-08-261-0/+95
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Demonstrate a trailing slash failure.rb/fix-ignore-slash-starRob Rix2014-08-081-0/+57
| | * | | status: failing test with slash-starCarlos Martín Nieto2014-08-081-0/+38
| * | | | Merge pull request #2531 from libgit2/rb/mkdir-allow-parent-failuresVicent Marti2014-08-251-0/+31
| |\ \ \ \
| | * | | | Allow mkdir helper to skip parent errorsrb/mkdir-allow-parent-failuresRussell Belfer2014-08-221-0/+31
| * | | | | Merge pull request #2527 from jacquesg/refspec-crashVicent Marti2014-08-251-5/+43
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Check if the refspec matches before transformingJacques Germishuys2014-08-171-5/+43
| | | |/ / | | |/| |
| * | | | Merge pull request #2528 from libgit2/vmg/tostr_sVicent Marti2014-08-183-14/+5
| |\ \ \ \
| | * | | | oid: Export `git_oid_tostr_s` instead of `_allocfmt`vmg/tostr_sVicent Marti2014-08-183-14/+5
| * | | | | Revert "test: Remove symlinks from the source tree"Vicent Marti2014-08-181-0/+1
| * | | | | test: Remove symlinks from the source treeVicent Marti2014-08-181-1/+0
| | |/ / / | |/| | |
| * | | | git_remote_ls() should return an error if the transport is not availableJacques Germishuys2014-08-151-0/+11
| * | | | Introduce git_buf_decode_base64Edward Thomson2014-08-151-8/+29
| * | | | online::clone::credentials support default credentialsEdward Thomson2014-08-151-3/+26
| * | | | Free references during push validationEdward Thomson2014-08-151-0/+2
| * | | | Remove the refs/notes/commits that we push in testEdward Thomson2014-08-141-0/+9
| * | | | Don't run the ssh clone tests against http remotesEdward Thomson2014-08-141-1/+1
| * | | | Merge pull request #2469 from ethomson/transport2Vicent Marti2014-08-142-0/+2
| |\ \ \ \
| | * | | | Custom transport: minor cleanupsEdward Thomson2014-08-142-0/+2
| | |/ / /
| * | | | Don't include the unreadable tests on win32Edward Thomson2014-08-131-0/+4
| |/ / /
| * | | config: a multiline var can start immediatelyCarlos Martín Nieto2014-08-091-0/+13
| |/ /
| * | Don't report status on named pipesRussell Belfer2014-08-081-0/+32
| * | Merge pull request #2471 from jacquesg/compatibility-cleanupVicent Marti2014-08-074-12/+13
| |\ \
| | * | Use p_snprintf also in testsJacques Germishuys2014-08-054-12/+13
| * | | Merge pull request #2484 from libgit2/fix-git-status-list-new-unreadable-folderVicent Marti2014-07-232-0/+102
| |\ \ \