summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* refs: failing test for concurrent ref accessCarlos Martín Nieto2014-06-021-0/+33
* Ignore core.safecrlf=warn until we have a warn infrastructureEdward Thomson2014-05-301-0/+41
* Refs: Extend unicode test for branch creation.Arthur Schreiber2014-05-301-0/+3
* Refs: Add a unicode test for git_branch_move.Arthur Schreiber2014-05-301-0/+17
* Merge pull request #2011 from libgit2/cmn/clone-localVicent Marti2014-05-292-0/+131
|\
| * clone: more explicit local testscmn/clone-localCarlos Martín Nieto2014-05-291-14/+29
| * clone: allow for linking in local cloneCarlos Martín Nieto2014-05-281-0/+59
| * fileops: allow linking files when copying directory structuresCarlos Martín Nieto2014-05-281-0/+26
| * clone: add flag not to linkCarlos Martín Nieto2014-05-281-0/+2
| * clone: add flags to override whether to perform a local cloneCarlos Martín Nieto2014-05-281-0/+29
* | Merge pull request #2380 from libgit2/cmn/index-add-modesVicent Marti2014-05-281-0/+15
|\ \
| * | index: check for valid filemodes on addcmn/index-add-modesCarlos Martín Nieto2014-05-221-0/+15
| |/
* | Merge pull request #2385 from karipe/developmentVicent Marti2014-05-282-3/+3
|\ \
| * | Fix compile error on Visual StudioCha, Hojeong2014-05-272-3/+3
| |/
* | Modify GIT_MERGE_CONFIG -> GIT_MERGE_PREFERENCEEdward Thomson2014-05-271-18/+18
* | Move GIT_MERGE_CONFIG_* to its own enumEdward Thomson2014-05-271-31/+38
* | Introduce GIT_MERGE_CONFIG_* for merge.ff settingsEdward Thomson2014-05-271-0/+26
|/
* Merge pull request #2376 from libgit2/cmn/remote-symrefVicent Marti2014-05-222-0/+68
|\
| * remote: add api to guess the remote's default branchCarlos Martín Nieto2014-05-211-0/+50
| * remote: expose the remote's symref mappingsCarlos Martín Nieto2014-05-211-0/+18
* | Merge pull request #2375 from libgit2/rb/safecrlf-on-lf-platformVicent Marti2014-05-222-3/+21
|\ \ | |/ |/|
| * Make core.safecrlf work on LF-ending platformsRussell Belfer2014-05-192-3/+21
* | Fix a leak in the testsCarlos Martín Nieto2014-05-201-1/+1
|/
* Merge pull request #2354 from libgit2/cmn/clone-into-mirrorVicent Marti2014-05-192-0/+59
|\
| * clone: add failing test for a mirror-clone with clone_intoCarlos Martín Nieto2014-05-192-0/+59
* | message: don't assume the comment charcmn/comment-charCarlos Martín Nieto2014-05-182-8/+8
* | Fix a bug in the pack::packbuilder suitePhilip Kelley2014-05-171-0/+2
* | Merge pull request #2362 from libgit2/rb/update-4k-to-8kVicent Marti2014-05-171-0/+114
|\ \
| * | Git binary check compat testsrb/update-4k-to-8kRussell Belfer2014-05-161-0/+114
* | | Merge pull request #2313 from libgit2/cmn/remote-deleteVicent Marti2014-05-163-0/+93
|\ \ \ | |/ / |/| |
| * | remote: remove remote-tracking branches on deleteCarlos Martín Nieto2014-05-161-4/+8
| * | remote: Introduce git_remote_delete()nulltoken2014-04-301-0/+57
| * | tests: Introduce count_config_entries_match() helpernulltoken2014-04-302-0/+32
* | | Better search path sandboxingrb/restore-search-pathsRussell Belfer2014-05-158-66/+54
| |/ |/|
* | Merge pull request #2328 from libgit2/rb/how-broken-can-ignores-beVicent Marti2014-05-132-1/+108
|\ \
| * | Improve checks for ignore containmentrb/how-broken-can-ignores-beRussell Belfer2014-05-062-1/+108
* | | Merge pull request #2336 from libgit2/rb/unicode-branch-namesRussell Belfer2014-05-122-1/+58
|\ \ \
| * | | Don't always test composed-insensitive lookupsrb/unicode-branch-namesRussell Belfer2014-05-081-4/+4
| * | | Allow cl_repo_get_bool to work with missing keyRussell Belfer2014-05-081-1/+2
| * | | Pass unconverted data when iconv doesn't like itRussell Belfer2014-05-081-0/+56
* | | | Merge pull request #2334 from libgit2/rb/fix-2333Russell Belfer2014-05-121-3/+10
|\ \ \ \
| * | | | Be more careful with user-supplied buffersrb/fix-2333Russell Belfer2014-05-081-3/+10
| |/ / /
* | | | Don't scale diff stat when not neededRussell Belfer2014-05-121-0/+4
* | | | Merge pull request #2300 from libgit2/cmn/match-host-testsRussell Belfer2014-05-121-0/+13
|\ \ \ \
| * | | | netops: unit-test the cert host-name pattern matchingCarlos Martín Nieto2014-04-261-0/+13
| | |_|/ | |/| |
* | | | Merge pull request #2188 from libgit2/cmn/config-snapshotRussell Belfer2014-05-124-9/+97
|\ \ \ \
| * | | | config: refresh on deleteCarlos Martín Nieto2014-04-181-3/+3
| * | | | config: refresh before reading a valueCarlos Martín Nieto2014-04-182-11/+3
| * | | | config: refresh the values on writeCarlos Martín Nieto2014-04-181-1/+1
| * | | | config: implement config snapshottingCarlos Martín Nieto2014-04-181-0/+69