summaryrefslogtreecommitdiff
path: root/tests/submodule
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
* git_submodule_resolve_url supports relative urlsJan Melcher2014-04-032-73/+115
* Test git_submodule_add_setup with relative urlJan Melcher2014-04-031-0/+24
* More tests and fix submodule index refreshRussell Belfer2014-04-013-13/+129
* Remove most submodule reloads from testsRussell Belfer2014-04-012-29/+55
* Fix submodule accounting for name and path changesRussell Belfer2014-04-011-0/+67
* Fix error when submodule path and name differRussell Belfer2014-03-261-0/+33
* Fix segfault if gitmodules is invalidRussell Belfer2014-03-261-0/+95
* Merge pull request #2204 from libgit2/rb/submodule-reference-countingVicent Marti2014-03-265-241/+185
|\
| * Make submodules externally refcountedRussell Belfer2014-03-255-241/+185
* | Update behavior for untracked sub-reposRussell Belfer2014-03-251-6/+10
|/
* Make submodule fetchRecurse match other optionsRussell Belfer2014-01-301-14/+20