summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* treebuilder: rename _create() to _new()cmn/treebuilder-newCarlos Martín Nieto2014-12-274-15/+15
* Always checkout with case sensitive iteratorEdward Thomson2014-12-231-13/+2
* Introduce test for checkout case-changing renameEdward Thomson2014-12-231-0/+77
* Merge pull request #2763 from libgit2/cmn/local-proto-progressEdward Thomson2014-12-201-0/+34
|\
| * local: add failing test for sideband informationCarlos Martín Nieto2014-12-161-0/+34
* | Add more Windows reserved filenamesLinquize2014-12-191-0/+13
* | COM0 is a valid path, although Windows Explorer does not allow to create thisLinquize2014-12-191-0/+2
* | index tests: test capitalization before mkdirhf/master_patchEdward Thomson2014-12-181-2/+4
* | Plug leaksCarlos Martín Nieto2014-12-181-0/+2
* | Create miscapitialised dirs for case-sensitive filesystemsCarlos Martín Nieto2014-12-181-0/+4
* | treebuilder: take a repository for path validationEdward Thomson2014-12-175-34/+97
* | Introduce core.protectHFS and core.protectNTFSEdward Thomson2014-12-172-3/+51
* | checkout: disallow bad paths on HFSEdward Thomson2014-12-1651-1/+109
* | reference_create: validate loose namesEdward Thomson2014-12-161-3/+45
* | checkout: disallow bad paths on win32Edward Thomson2014-12-1683-0/+533
* | index: Check for valid paths before creating an index entryVicent Marti2014-12-161-8/+93
* | win32: use NT-prefixed "\\?\" pathsEdward Thomson2014-12-162-16/+193
* | clar: wide character comparisonsEdward Thomson2014-12-102-0/+42
* | tests: use p_ instead of posix func directlyEdward Thomson2014-12-101-2/+2
|/
* push: fold unpack_ok() into finish()Carlos Martín Nieto2014-12-101-4/+0
* core::link test: clean up junction point nameEdward Thomson2014-12-091-7/+50
* win32: remember to free wide env name/valueEdward Thomson2014-12-091-1/+3
* Merge pull request #2750 from linquize/generate.pyEdward Thomson2014-12-081-5/+5
|\
| * Update clar to e3985ddLinquize2014-12-071-5/+5
* | Fix broken merge tests due to autocrlf was not falseLinquize2014-12-072-0/+20
* | Fix broken test suite on WindowsLinquize2014-12-071-3/+2
|/
* Merge pull request #2746 from libgit2/cmn/neg-ignore-dirEdward Thomson2014-12-061-5/+14
|\
| * ignore: adjust test for negating inside a dirCarlos Martín Nieto2014-12-051-5/+14
* | Merge pull request #2730 from libgit2/cmn/local-pushEdward Thomson2014-12-051-0/+34
|\ \
| * | remote: add test for pushing and deleting with the local transportCarlos Martín Nieto2014-11-231-0/+34
* | | notes: move the notes name argumentCarlos Martín Nieto2014-12-064-11/+11
| |/ |/|
* | Merge pull request #2744 from epmatsw/spellingnulltoken2014-12-051-1/+1
|\ \
| * | Spelling fixesWill Stamper2014-12-041-1/+1
* | | init: return the number of initializationsEdward Thomson2014-12-041-0/+14
|/ /
* | fix cl_git_mkfile() to test for -1 rather than 0 for errors from p_creat()Jeff Hostetler2014-11-261-1/+1
* | Merge pull request #2718 from libgit2/cmn/peeling-errorsEdward Thomson2014-11-233-17/+30
|\ \ | |/ |/|
| * peel: reject bad queries with EINVALIDSPECcmn/peeling-errorsCarlos Martín Nieto2014-11-223-17/+30
* | Plug leaksCarlos Martín Nieto2014-11-234-6/+8
* | buffer: Do not `put` anything if len is 0Vicent Marti2014-11-211-3/+2
* | odb: `git_odb_object` contents are never NULLvmg/emptyVicent Marti2014-11-211-0/+18
* | fetch: clear the connection data on closecmn/fetch-twiceCarlos Martín Nieto2014-11-191-0/+11
|/
* Merge pull request #2654 from linquize/missing-objEdward Thomson2014-11-188-3/+5
|\
| * Fix missing object in tests/resources/crlf by changing the tail commitLinquize2014-10-268-3/+5
* | Merge pull request #2608 from libgit2/cmn/remote-pushEdward Thomson2014-11-183-59/+114
|\ \
| * | remote: use configured push refspecs if none are givencmn/remote-pushCarlos Martín Nieto2014-11-091-4/+38
| * | push: move main test function to git_remote_push()Carlos Martín Nieto2014-11-093-59/+80
| * | remote: introduce git_remote_push()Carlos Martín Nieto2014-11-091-1/+1
* | | Merge pull request #2671 from swisspol/remote_create_fixEdward Thomson2014-11-171-0/+35
|\ \ \
| * | | Fixed active_refspecs field not initialized on new git_remote objectsPierre-Olivier Latour2014-11-171-0/+35
* | | | Merge pull request #2693 from libgit2/cmn/push-refspec-refactorEdward Thomson2014-11-172-13/+10
|\ \ \ \