summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* remote: implement opportunistic remote-tracking branch updatescmn/remote-fetch-refsCarlos Martín Nieto2014-09-301-0/+21
* remote: use active refspec override in the testsCarlos Martín Nieto2014-09-302-28/+71
* remote: allow overriding the refspecs for download and fetchCarlos Martín Nieto2014-09-306-19/+19
* Merge pull request #2581 from jacquesg/stash-ignored-directoriesEdward Thomson2014-09-291-0/+17
|\
| * Added test for stashing files in ignored directoriesJacques Germishuys2014-09-241-0/+17
* | Merge pull request #2584 from jacquesg/pool-alignmentEdward Thomson2014-09-293-3/+3
|\ \
| * | Silence unused return value warningJacques Germishuys2014-09-261-1/+1
| * | Fixed odb foreach test failure for big-endian 64-bitJakub Čajka2014-09-261-1/+1
| * | Fixed merge REUC test for big-endian 64-bitJakub Čajka2014-09-261-1/+1
| |/
* | Merge pull request #2559 from libgit2/cmn/free-tls-errorEdward Thomson2014-09-291-0/+14
|\ \ | |/ |/|
| * global: free the error message when exiting a threadcmn/free-tls-errorCarlos Martín Nieto2014-09-141-0/+14
* | Merge pull request #2567 from cirosantilli/factor-41Vicent Marti2014-09-176-13/+13
|\ \
| * | Factor 40 and 41 constants from source.Ciro Santilli2014-09-166-13/+13
* | | Merge pull request #2571 from libgit2/vmg/walk-up-pathVicent Marti2014-09-173-17/+45
|\ \ \
| * | | attr: Add an extra test for files under a subfolderThe rugged tests are fragile2014-09-171-0/+7
| * | | path: Fix `git_path_walk_up` to work with non-rooted pathsThe rugged tests are fragile2014-09-172-17/+38
* | | | Merge pull request #2572 from cirosantilli/factor-voidVicent Marti2014-09-171-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Replace void casts with GIT_UNUSED.Ciro Santilli2014-09-171-2/+2
| |/ /
* | | Merge pull request #2464 from libgit2/cmn/host-cert-infoVicent Marti2014-09-172-1/+83
|\ \ \
| * | | ssh: skip the localhost cert check earliercmn/host-cert-infoCarlos Martín Nieto2014-09-161-2/+4
| * | | ssh: expose both hashesCarlos Martín Nieto2014-09-161-4/+13
| * | | ssh: provide our own types for host key lengthsCarlos Martín Nieto2014-09-161-0/+2
| * | | net: use only structs to pass information about certCarlos Martín Nieto2014-09-161-13/+8
| * | | Merge remote-tracking branch 'upstream/master' into cmn/host-cert-infoCarlos Martín Nieto2014-09-1612-20/+372
| |\ \ \
| * | | | ssh: add test for host keyCarlos Martín Nieto2014-09-161-0/+32
| * | | | winhttp: credential check on successful connectCarlos Martín Nieto2014-09-161-2/+4
| * | | | Bring certificate check back to the normal return codeCarlos Martín Nieto2014-09-161-2/+2
| * | | | ssh: do ssh cert info before asking for credentialsCarlos Martín Nieto2014-09-161-0/+3
| * | | | transport: always call the certificate check callbackCarlos Martín Nieto2014-09-161-5/+7
| * | | | remote: add tests for the certificate callbackCarlos Martín Nieto2014-09-161-0/+35
| * | | | Provide a callback for certificate validationCarlos Martín Nieto2014-09-161-1/+1
* | | | | Clean up some leaks in the test suiteCarlos Martín Nieto2014-09-173-0/+4
* | | | | Merge pull request #2561 from jacquesg/merge-skipVicent Marti2014-09-161-0/+41
|\ \ \ \ \
| * | | | | Added test case to illustrate bogus conflicts detected if no files were merge...Jacques Germishuys2014-09-121-0/+41
| | |_|/ / | |/| | |
* | | | | Fix attribute lookup in index for bare reposrb/attr-with-bareRussell Belfer2014-09-151-0/+36
| |_|/ / |/| | |
* | | | Merge pull request #2554 from linquize/fetch-head-tagVicent Marti2014-09-152-0/+27
|\ \ \ \ | |/ / / |/| | |
| * | | When auto follow tags, FETCH_HEAD should list only newly followed tagsLinquize2014-09-062-0/+27
| |/ /
* | | 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
|\ \ \ | |/ / |/| |