summaryrefslogtreecommitdiff
path: root/include/git2/submodule.h
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #6168 from punkymaniac/patch-documentation-2Edward Thomson2022-01-171-0/+5
|\
| * Add documentation about parameter and return valuepunkymaniac2022-01-091-0/+5
* | Fix typosDimitris Apostolou2022-01-051-1/+1
|/
* Make enum in includes C90 compliant by removing trailing comma.Peter Pettersson2021-11-151-1/+1
* submodule: git submodule dup out and source parameters have become mandatory.Dmitry Lobanov2021-06-151-1/+1
* submodule: git submodule dup documentation has been fixed.Dmitry Lobanov2021-06-011-2/+2
* submodule: git submodule dup object dup has been added.Dmitry Lobanov2021-05-261-3/+5
* submodule: git submodule dup has been added.Dmitry Lobanov2021-05-161-0/+7
* submodule: provide a wrapper for simple submodule clone stepsEtienne Samson2019-10-171-1/+18
* Rename opt init functions to `options_init`Edward Thomson2019-06-141-2/+2
* git_error: use full class name in public error APIEdward Thomson2019-01-221-2/+2
* Introduce GIT_CALLBACK macro to enforce cdeclEdward Thomson2019-01-171-1/+1
* docs: standardize struct git_*_options commentsEtienne Samson2018-05-071-3/+2
* docs: standardize comment block for git_*_init_options functionsEtienne Samson2018-05-071-4/+6
* Update submodule update opts init as per code reviewJosh Leeb-du Toit2016-10-101-1/+1
* Remove `clone_checkout_strategy` in submodule update optsJosh Leeb-du Toit2016-10-101-11/+2
* submodule: Try to fetch when update fails to find the target commit in the su...Jason Haslam2016-06-281-3/+11
* 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