summaryrefslogtreecommitdiff
path: root/include/git2/submodule.h
Commit message (Expand)AuthorAgeFilesLines
* Play nice with the docs.typedef-submodule-cbjoshaber2015-12-081-5/+4
* Use a typedef for the submodule_foreach callback.joshaber2015-12-081-1/+13
* submodule: completely remove reload_allCarlos Martín Nieto2015-07-011-11/+0
* submodule: remove the RESET enum valuescmn/submodule-config-stateCarlos Martín Nieto2015-06-221-3/+1
* submodule: get rid of `_save()`Carlos Martín Nieto2015-06-221-14/+0
* submodule: make `_set_url()` affect the configurationCarlos Martín Nieto2015-06-221-7/+5
* submodule: make `_set_branch()` affect the configurationCarlos Martín Nieto2015-06-221-8/+5
* submodule: make `_set_update_fetch_recurse_submodules()` affect the configCarlos Martín Nieto2015-06-221-7/+7
* submodule: make `_set_update()` affect the configurationCarlos Martín Nieto2015-06-221-13/+8
* submodule: add an ignore option to statusCarlos Martín Nieto2015-06-221-1/+3
* submodule: don't let status change an existing instanceCarlos Martín Nieto2015-06-221-4/+5
* submodule: make set_ignore() affect the configurationCarlos Martín Nieto2015-06-221-16/+8
* Remove the callbacks struct from the remoteCarlos Martín Nieto2015-05-131-3/+5
* Implement git_submodule_set_branch.Patrick Steinhardt2015-04-121-0/+16
* Remove the signature from ref-modifying functionsCarlos Martín Nieto2015-03-031-6/+0
* checkout: remove `GIT_CHECKOUT_SAFE_CREATE` as a strategyEdward Thomson2015-02-271-3/+3
* Add extern function to initialize submodule update options.David Calavera2015-01-071-3/+18
* Introduce a convenience function for submodule updatejamill/submodule_updateJameson Miller2014-12-221-1/+65
* Spelling fixesWill Stamper2014-12-041-1/+1
* Introduce option to use relative paths for repository work directoryjamill/relative_gitlinkJameson Miller2014-09-021-0/+18
* 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