Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-01-23git_error: use new names in internal APIs and usageEdward Thomson
2019-01-04submodule: grab the error while loading from configEtienne Samson
2018-12-01object_type: use new enumeration namesEdward Thomson
2018-12-01index: use new enum and structure namesEdward Thomson
2018-11-28khash: remove intricate knowledge of khash typesPatrick Steinhardt
2018-11-28submodule: remove string map implementation that strips trailing slashesPatrick Steinhardt
2018-10-05submodule: ignore path and url attributes if they look like optionsCarlos Martín Nieto
2018-09-28config: rename "config_file.h" to "config_backend.h"Patrick Steinhardt
2018-09-21submodule: fix submodule names depending on config-owned memoryPatrick Steinhardt
2018-07-06submodule: don't leak memory when failing to insert the namesEtienne Samson
2018-06-10Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt
2018-05-30submodule: remove useless mask computationsPatrick Steinhardt
2018-05-30submodule: refactor loading submodule namesPatrick Steinhardt
2018-05-30submodule: detect duplicated submodule pathsPatrick Steinhardt
2018-05-24submodule: plug leaks from the escape detectionCarlos Martín Nieto
2018-05-24submodule: replace index with strchr which exists on WindowsCarlos Martín Nieto
2018-05-24submodule: the repostiory for _name_is_valid should not be constCarlos Martín Nieto
2018-05-23path: reject .gitmodules as a symlinkCarlos Martín Nieto
2018-05-14submodule: also validate Windows-separated paths for validityCarlos Martín Nieto
2018-05-09submodule: ignore submodules which include path traversal in their nameCarlos Martín Nieto
2018-04-17Merge pull request #4522 from csware/submodules-should-report-parse-errorsEdward Thomson
2018-03-28submodule: add more robust error handling when a submodule path is found on addCarson Howard
2018-03-27Submodule API should report .gitmodules parse errorsSven Strickroth
2018-03-27submodule: add better error handling to is_path_occupiedCarson Howard
2018-03-27submodule: change can_add_submodule to is_path_occupiedCarson Howard
2018-03-27submodule: update index check to check path before directory and fix testsCarson Howard
2018-03-27submodule: fix styling errorsCarson Howard
2018-03-27submodule: check index for prefix before adding submoduleCarson Howard
2017-10-09config: pass repository when opening config filesPatrick Steinhardt
2017-08-25submodule: refuse lookup in bare repositoriesPatrick Steinhardt
2017-07-03Make sure to always include "common.h" firstPatrick Steinhardt
2017-03-22Merge pull request #4163 from pks-t/pks/submodules-with-worktreesEdward Thomson
2017-03-17submodule: resolve URLs relative to main worktreePatrick Steinhardt
2017-03-14submodule: catch when submodule is not staged on updatePatrick Steinhardt
2017-02-17khash: avoid using macro magic to get return addressPatrick Steinhardt
2017-02-17khash: avoid using `kh_put` directlyPatrick Steinhardt
2017-02-17khash: avoid using `kh_size` directlyPatrick Steinhardt
2017-02-13repository: use `git_repository_item_path`Patrick Steinhardt
2017-01-27Fix uninitialized variable warningMatthew Plough
2017-01-24submodule: only examine idx & head given a configEdward Thomson
2017-01-24submodule: don't double free during load failureEdward Thomson
2017-01-23variable 'i' is used uninitialized whenever 'if' condition is trueEtienne Samson
2017-01-22Merge branch 'master' into pr/3938Edward Thomson
2017-01-21Skip submodule head/index update when caching.Brock Peabody
2017-01-21Allow for caching of submodules.Brock Peabody
2017-01-21Fix formattingDavid Turner
2016-12-29giterr_set: consistent error messagesEdward Thomson
2016-10-10Remove set of submodule update `checkout_strategy`Josh Leeb-du Toit
2016-10-10Remove `clone_checkout_strategy` in submodule update optsJosh Leeb-du Toit
2016-06-29submodule: Try to fetch when update fails to find the target commit in the su...Jason Haslam