summaryrefslogtreecommitdiff
path: root/tests/submodule
Commit message (Expand)AuthorAgeFilesLines
* typos in commentsDmitriy Olshevskiy2015-12-211-1/+1
* submodule: test updating a submodule w/ a pathEdward Thomson2015-11-043-0/+64
* Merge pull request #3434 from ethomson/reservednamesCarlos Martín Nieto2015-09-212-0/+17
|\
| * repo::reservedname: test a submodule updateEdward Thomson2015-09-182-0/+17
* | Fix a couple of warningsCarlos Martín Nieto2015-09-181-1/+1
* | git_futils_mkdir_*: make a relative-to-base mkdirEdward Thomson2015-09-171-5/+5
|/
* submodule: add a test for a renamed submdoule dircmn/submodule-refactorCarlos Martín Nieto2015-09-101-0/+55
* iterator: use an options struct instead of argsEdward Thomson2015-08-281-2/+4
* Merge pull request #3307 from libgit2/cmn/submodule-backslashEdward Thomson2015-07-241-0/+23
|\
| * submodule: add failing test for backslash in urlCarlos Martín Nieto2015-07-131-0/+23
* | Merge pull request #3303 from libgit2/cmn/index-add-submoduleEdward Thomson2015-07-241-0/+1
|\ \
| * | blob: fail to create a blob from a dir with EDIRECTORYCarlos Martín Nieto2015-07-121-0/+1
| |/
* | submdule: reproduce double-reporting of a submodule in foreachCarlos Martín Nieto2015-07-111-0/+18
|/
* submodule: add failing test for loading the wrong submoduleCarlos Martín Nieto2015-07-011-0/+23
* submodule: completely remove reload_allCarlos Martín Nieto2015-07-011-2/+0
* submodule: remove trailing slashes from submodule pathsCarlos Martín Nieto2015-06-291-0/+3
* Rename FALLBACK to UNSPECIFIEDcmn/rename-unspecifiedCarlos Martín Nieto2015-06-252-10/+10
* submodule: test unsetting config optionsCarlos Martín Nieto2015-06-221-13/+29
* submodule: test more accurately for non-existenceCarlos Martín Nieto2015-06-221-4/+4
* submodule: fix potential leak in the testsCarlos Martín Nieto2015-06-221-2/+1
* submodule: get rid of `_save()`Carlos Martín Nieto2015-06-221-9/+0
* submodule: make `_set_url()` affect the configurationCarlos Martín Nieto2015-06-222-42/+9
* submodule: make `_set_branch()` affect the configurationCarlos Martín Nieto2015-06-221-14/+20
* submodule: make `_set_update_fetch_recurse_submodules()` affect the configCarlos Martín Nieto2015-06-221-28/+16
* submodule: make `_set_update()` affect the configurationCarlos Martín Nieto2015-06-221-21/+11
* submodule: add an ignore option to statusCarlos Martín Nieto2015-06-223-48/+37
* submodule: don't let status change an existing instanceCarlos Martín Nieto2015-06-222-14/+24
* submodule: make set_ignore() affect the configurationCarlos Martín Nieto2015-06-222-17/+12
* submodule: remove the per-repo cacheCarlos Martín Nieto2015-06-222-46/+0
* Fix a few leaksCarlos Martín Nieto2015-05-131-0/+1
* Remove the callbacks struct from the remoteCarlos Martín Nieto2015-05-131-2/+2
* Implement git_submodule_set_branch.Patrick Steinhardt2015-04-121-3/+25
* Fix git_submodule_sync writing URL to wrong key.Patrick Steinhardt2015-03-121-3/+3
* config: borrow refcounted referencescmn/config-borrow-entryCarlos Martín Nieto2015-03-034-36/+16
* repository: remove log message override for switching the active branchCarlos Martín Nieto2015-03-032-4/+4
* Remove the signature from ref-modifying functionsCarlos Martín Nieto2015-03-033-9/+6
* Fix warningCarlos Martín Nieto2015-01-091-1/+1
* submodule::init tests: free some leaksEdward Thomson2015-01-081-1/+5
* Introduce a convenience function for submodule updatejamill/submodule_updateJameson Miller2014-12-224-6/+424
* submodule init should resolve relative url pathsJameson Miller2014-12-224-0/+89
* remote: rename _load() to _lookup()cmn/remote-lookupCarlos Martín Nieto2014-11-081-1/+1
* iterator: submodules are determined by an index or treecmn/submodule-and-dirCarlos Martín Nieto2014-11-071-1/+4
* submodule test: free submoduleEdward Thomson2014-10-261-0/+1
* remote: accept a repo and name for renamingcmn/remote-renameCarlos Martín Nieto2014-10-241-3/+1
* Introduce option to use relative paths for repository work directoryjamill/relative_gitlinkJameson Miller2014-09-022-0/+60
* Merge pull request #2407 from libgit2/cmn/remote-rename-morev0.21.0-rc1Vicent Marti2014-06-081-1/+4
|\
| * remote: return problem refspecs instead of using a callbackCarlos Martín Nieto2014-06-061-1/+4
* | Win32: Fix diff::workdir::submodules test #2361Philip Kelley2014-06-071-2/+2
|/
* Test (and fix) the git_submodule_sync changesRussell Belfer2014-04-031-8/+26
* Minor code cleanupRussell Belfer2014-04-031-30/+32