summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | Provide host name to certificate_check_cbSven Strickroth2014-09-221-3/+6
* | | | Merge pull request #2473 from arthurschreiber/arthur/new-javascript-test-filesEdward Thomson2014-10-1014-351/+325
|\ \ \ \
| * | | | Update the javascript diff driver's function pattern.Arthur Schreiber2014-10-091-3/+3
| * | | | New test files for the javascript diff driver.Arthur Schreiber2014-10-0914-351/+325
* | | | | Merge pull request #2592 from libgit2/cmn/describeCarlos Martín Nieto2014-10-0957-0/+317
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | describe: rename git_describe_opts to git_describe_optionsCarlos Martín Nieto2014-09-304-13/+13
| * | | | describe: use globs in the testsCarlos Martín Nieto2014-09-304-49/+34
| * | | | describe: implement describing the workdirCarlos Martín Nieto2014-09-303-0/+48
| * | | | describe: split into gather and format stepsCarlos Martín Nieto2014-09-304-31/+46
| * | | | describe: rename _object() to _commit()Carlos Martín Nieto2014-09-302-2/+2
| * | | | Merge remote-tracking branch 'upstream/master' into cmn/describeCarlos Martín Nieto2014-09-30130-632/+3226
| |\ \ \ \
| * | | | | object: introduce git_describe_object()nulltoken2014-04-304-0/+215
| * | | | | tests: Add "describe" test repositorynulltoken2014-04-3053-0/+54
* | | | | | Merge pull request #2599 from linquize/config-trailing-spacesEdward Thomson2014-10-092-0/+18
|\ \ \ \ \ \
| * | | | | | config: Add test cases that have trailing spaces before comment charsLinquize2014-10-042-0/+18
* | | | | | | Merge pull request #2597 from ethomson/fixupEdward Thomson2014-10-091-2/+2
|\ \ \ \ \ \ \
| * | | | | | | p_mkdir != mkdir on win32Edward Thomson2014-10-031-2/+2
| |/ / / / / /
* | | | | | | Merge pull request #2448 from libgit2/cmn/reference-transactionEdward Thomson2014-10-091-0/+110
|\ \ \ \ \ \ \
| * | | | | | | transaction: rename lock() to lock_ref()cmn/reference-transactionCarlos Martín Nieto2014-10-091-7/+7
| * | | | | | | Introduce reference transactionsCarlos Martín Nieto2014-09-301-0/+110
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #2462 from libgit2/cmn/remote-fetch-refsEdward Thomson2014-10-096-38/+102
|\ \ \ \ \ \ \
| * | | | | | | 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
| |/ / / / / /
* | | | | | | Add git_merge_bases_many.Arthur Schreiber2014-10-091-2/+22
| |/ / / / / |/| | | | |
* | | | | | hashsig: Export as a `sys` headervmg/hashsigVicent Marti2014-10-012-2/+2
|/ / / / /
* | | | | 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