summaryrefslogtreecommitdiff
path: root/src/submodule.c
Commit message (Expand)AuthorAgeFilesLines
* index: make relative comparison use the checksum as wellcmn/index-checksumCarlos Martín Nieto2015-06-201-3/+2
* Remove the callbacks struct from the remoteCarlos Martín Nieto2015-05-131-1/+1
* Implement git_submodule_set_branch.Patrick Steinhardt2015-04-121-2/+26
* Fix git_submodule_sync writing URL to wrong key.Patrick Steinhardt2015-03-121-2/+2
* repository: remove log message override for switching the active branchCarlos Martín Nieto2015-03-031-2/+2
* Remove the signature from ref-modifying functionsCarlos Martín Nieto2015-03-031-3/+2
* Remove extra semicolon outside of a functionStefan Widgren2015-02-151-1/+1
* Add extern function to initialize submodule update options.David Calavera2015-01-071-0/+7
* submodule: declare vars at top of func blockEdward Thomson2015-01-061-1/+4
* Introduce a convenience function for submodule updatejamill/submodule_updateJameson Miller2014-12-221-10/+197
* submodule init should resolve relative url pathsJameson Miller2014-12-221-10/+24
* remote: rename _load() to _lookup()cmn/remote-lookupCarlos Martín Nieto2014-11-081-2/+2
* Introduce option to use relative paths for repository work directoryjamill/relative_gitlinkJameson Miller2014-09-021-33/+73
* Be more careful with user-supplied buffersrb/fix-2333Russell Belfer2014-05-081-1/+3
* Attribute file cache refactorRussell Belfer2014-04-171-2/+0
* Add diff threading tests and attr file cache locksRussell Belfer2014-04-171-2/+1
* Test (and fix) the git_submodule_sync changesRussell Belfer2014-04-031-3/+12
* Minor code cleanupRussell Belfer2014-04-031-78/+47
* git_submodule_resolve_url supports relative urlsJan Melcher2014-04-031-53/+83
* Fix submodule accounting for name and path changesRussell Belfer2014-04-011-10/+40
* Minor submodule cache locking improvementsRussell Belfer2014-04-011-14/+44
* Reinstate efficient submodule reloadingRussell Belfer2014-04-011-123/+111
* Use enums instead of bools for submodule optionsRussell Belfer2014-04-011-20/+37
* Make submodule refresh a bit smarterRussell Belfer2014-04-011-57/+96
* Make a real submodule cache objectRussell Belfer2014-04-011-134/+211
* Submodule sync refactoringRussell Belfer2014-04-011-47/+41
* Fix git_submodule_sync and add new config helperRussell Belfer2014-04-011-62/+76
* Add efficient git_buf join3 APIRussell Belfer2014-04-011-4/+5
* Add faster git_submodule__is_submodule checkRussell Belfer2014-03-311-0/+15
* Fix memory leak of submodule branch nameRussell Belfer2014-03-271-0/+1
* Fix use-after-free in submodule reloadRussell Belfer2014-03-271-3/+6
* Fix error when submodule path and name differRussell Belfer2014-03-261-2/+5
* Fix segfault if gitmodules is invalidRussell Belfer2014-03-261-2/+3
* Fix submodule leaks and invalid referencesRussell Belfer2014-03-251-24/+89
* Make submodules externally refcountedRussell Belfer2014-03-251-33/+73
* MSVC is sillyCarlos Martín Nieto2014-03-101-2/+2
* Add git_submodule_resolve_url()Jan Melcher2014-03-101-10/+20
* Make submodule fetchRecurse match other optionsRussell Belfer2014-01-301-1/+6
* index: rename an entry's id to 'id'Carlos Martín Nieto2014-01-251-6/+6
* Merge pull request #2022 from KTXSoftware/developmentRussell Belfer2014-01-031-0/+20
|\
| * Read the submodule branch option from Git 1.8.2.Robert Konrad2014-01-021-0/+20
* | Fix warnings with submodule changesRussell Belfer2014-01-021-3/+3
|/
* Default value for fetchRecurseSubmodules should be yesLinquize2013-12-311-0/+1
* Accept 'submodule.*.fetchRecurseSubmodules' config 'on-demand' valueLinquize2013-12-311-11/+38
* Fix up some valgrind leaks and warningsRussell Belfer2013-12-111-1/+1
* One more rename/cleanup for callback err functionsRussell Belfer2013-12-111-1/+1
* Some callback error check style cleanupsRussell Belfer2013-12-111-1/+3
* Remove converting user error to GIT_EUSERRussell Belfer2013-12-111-39/+13
* Improve GIT_EUSER handlingRussell Belfer2013-12-111-54/+68
* Add config read fns with controlled error behaviorRussell Belfer2013-12-111-6/+8