summaryrefslogtreecommitdiff
path: root/src/submodule.c
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3307 from libgit2/cmn/submodule-backslashEdward Thomson2015-07-241-0/+11
|\
| * submodule, path: extract slash conversioncmn/submodule-backslashCarlos Martín Nieto2015-07-131-7/+3
| * submodule: normalize slashes in resolve_urlCarlos Martín Nieto2015-07-131-0/+15
* | submodule: lookup the submodule by path if availablecmn/submodule-foreach-diff-pathCarlos Martín Nieto2015-07-111-1/+1
|/
* submodule: correctly delimit the keys to use for lookupcmn/submodule-duplicateCarlos Martín Nieto2015-07-011-1/+1
* Merge pull request #3270 from ethomson/warnings2Carlos Martín Nieto2015-06-301-1/+1
|\
| * submodule: cast enum to int for compareEdward Thomson2015-06-291-1/+1
* | submodule: remove trailing slashes from submodule pathsCarlos Martín Nieto2015-06-291-4/+12
* | submodule: remove some obsolete logicCarlos Martín Nieto2015-06-291-19/+0
|/
* Rename FALLBACK to UNSPECIFIEDcmn/rename-unspecifiedCarlos Martín Nieto2015-06-251-2/+2
* submodule: handle writing out all enum values for settingsCarlos Martín Nieto2015-06-221-61/+21
* submodule: get rid of `_save()`Carlos Martín Nieto2015-06-221-38/+0
* submodule: make `_set_url()` affect the configurationCarlos Martín Nieto2015-06-221-12/+3
* submodule: make `_set_branch()` affect the configurationCarlos Martín Nieto2015-06-221-48/+28
* submodule: make `_set_update_fetch_recurse_submodules()` affect the configCarlos Martín Nieto2015-06-221-18/+26
* submodule: make `_set_update()` affect the configurationCarlos Martín Nieto2015-06-221-24/+28
* submodule: correct detection of existing submodulesCarlos Martín Nieto2015-06-221-10/+26
* submodule: bring back finding by pathCarlos Martín Nieto2015-06-221-0/+42
* submodule: add an ignore option to statusCarlos Martín Nieto2015-06-221-4/+4
* submodule: don't let status change an existing instanceCarlos Martín Nieto2015-06-221-4/+13
* submodule: make set_ignore() affect the configurationCarlos Martín Nieto2015-06-221-15/+22
* submodule: remove the per-repo cacheCarlos Martín Nieto2015-06-221-501/+269
* 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