summaryrefslogtreecommitdiff
path: root/tests/submodule
Commit message (Expand)AuthorAgeFilesLines
* 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
* refs: remove the _with_log differentiationCarlos Martín Nieto2014-01-151-1/+1
* Update test related to fetchRecurseSubmodulesLinquize2013-12-311-8/+17
* Rename tests-clar to testsBen Straub2013-11-145-0/+982