summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pr/2740'Edward Thomson2015-01-143-19/+41
|\
| * Added GIT_HASHSIG_ALLOW_SMALL_FILES to allow computing signatures for small f...Pierre-Olivier Latour2015-01-143-19/+41
* | Merge commit '4b1018d24f980273528743c27c47ceb96cb720bd'Carlos Martín Nieto2015-01-091-0/+31
|\ \
| * | Fix crash in free() when git_buf_grow() fails.Jeff Hostetler2015-01-091-0/+31
* | | Fix warningCarlos Martín Nieto2015-01-091-1/+1
* | | Merge pull request #2810 from ethomson/remove_symlinksCarlos Martín Nieto2015-01-092-10/+40
|\ \ \
| * | | repo::init test: create hook symlinkEdward Thomson2015-01-082-10/+40
* | | | submodule::init tests: free some leaksEdward Thomson2015-01-081-1/+5
* | | | Merge pull request #2802 from calavera/remote_create_prune_configEdward Thomson2015-01-081-0/+44
|\ \ \ \ | |/ / / |/| | |
| * | | Fix more indentation.David Calavera2015-01-071-1/+1
| * | | Fix intentation.David Calavera2015-01-051-1/+1
| * | | Load prune configuration when a remote is created.David Calavera2015-01-051-0/+44
* | | | Add extern function to initialize submodule update options.David Calavera2015-01-071-0/+5
* | | | Merge commit 'refs/pull/2632/head' of github.com:libgit2/libgit2Carlos Martín Nieto2015-01-0520-6/+531
|\ \ \ \ | |/ / / |/| | |
| * | | Introduce a convenience function for submodule updatejamill/submodule_updateJameson Miller2014-12-224-6/+424
| * | | submodule init should resolve relative url pathsJameson Miller2014-12-2217-0/+107
| | |/ | |/|
* | | Plug a couple of leaksCarlos Martín Nieto2015-01-042-1/+1
| |/ |/|
* | Merge pull request #2761 from libgit2/cmn/fetch-pruneEdward Thomson2014-12-301-0/+285
|\ \
| * | fetch: plug leaks in the prune testsCarlos Martín Nieto2014-12-141-18/+34
| * | fetch: remove the prune setterCarlos Martín Nieto2014-12-141-4/+2
| * | fetch: add test for the other order of overlapping specsCarlos Martín Nieto2014-12-141-0/+9
| * | fetch: assert we don't call update tips when there are no upatesCarlos Martín Nieto2014-12-141-0/+12
| * | fetch: do set prune when testingCarlos Martín Nieto2014-12-141-0/+1
| * | Make sure that `fetch --prune --tags` doesn't remove tags.David Calavera2014-12-141-0/+59
| * | Cleanup repository after prune tests.David Calavera2014-12-141-19/+14
| * | Cleanup after testing remote prune.David Calavera2014-12-141-3/+6
| * | Fix references to git_remote_lookup.David Calavera2014-12-141-6/+6
| * | Test that prune overlapping works as expected.David Calavera2014-12-141-0/+64
| * | Fix calls to `git_remote_download` and `git_remote_fetch`.David Calavera2014-12-141-6/+6
| * | Add test for prune refsLinquize2014-12-141-0/+128
* | | Merge pull request #2762 from libgit2/cmn/hide-pushEdward Thomson2014-12-303-54/+39
|\ \ \
| * | | remote: remove git_push from the public APIcmn/hide-pushCarlos Martín Nieto2014-12-303-54/+39
| |/ /
* | | 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