summaryrefslogtreecommitdiff
path: root/include/git2/submodule.h
Commit message (Expand)AuthorAgeFilesLines
* Fixed miscellaneous documentation errors.Michael Anderson2014-05-231-1/+1
* Fix segfault if gitmodules is invalidRussell Belfer2014-03-261-3/+3
* Make submodules externally refcountedRussell Belfer2014-03-251-14/+30
* Add git_submodule_resolve_url()Jan Melcher2014-03-101-0/+10
* Make submodule fetchRecurse match other optionsRussell Belfer2014-01-301-13/+0
* "Uninitialized" submodules are "unmodified"Edward Thomson2014-01-201-1/+2
* Merge pull request #2022 from KTXSoftware/developmentRussell Belfer2014-01-031-0/+8
|\
| * Read the submodule branch option from Git 1.8.2.Robert Konrad2014-01-021-0/+8
* | Fix warnings with submodule changesRussell Belfer2014-01-021-1/+1
|/
* Accept 'submodule.*.fetchRecurseSubmodules' config 'on-demand' valueLinquize2013-12-311-2/+15
* Update submodule documentationRussell Belfer2013-08-051-14/+37
* Add ignore_submodules to diff optionsRussell Belfer2013-07-101-43/+10
* Submodule status improvementsRussell Belfer2013-07-101-13/+3
* Fixed most documentation header bugsAndreas Linde2013-06-241-2/+2
* Update diff handling of untracked directoriesRussell Belfer2013-04-301-14/+14
* Tests and more fixes for submodule diffsRussell Belfer2013-04-091-3/+20
* update copyrightsEdward Thomson2013-01-081-1/+1
* Submodule caching fix and location APIRussell Belfer2013-01-041-0/+18
* API updates for submodule.hRussell Belfer2012-11-271-3/+3
* Add test for diffs with submodules and bug fixesRussell Belfer2012-10-081-2/+9
* Add missing accessor for fetchRecurseSubmodulesRussell Belfer2012-09-071-0/+29
* Working implementation of git_submodule_statusRussell Belfer2012-08-241-91/+86
* Major submodule rewriteRussell Belfer2012-08-241-45/+420
* Fix spelling errors.Bruce Mitchener2012-05-191-1/+1
* Improve config handling for diff,submodules,attrsRussell Belfer2012-03-301-3/+1
* Added submodule API and use in statusRussell Belfer2012-03-281-0/+105