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

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-10-07hashmap_cmp_fn takes hashmap_entry paramsEric Wong
2019-10-07hashmap_get{,_from_hash} return "struct hashmap_entry *"Eric Wong
2019-10-07hashmap_put takes "struct hashmap_entry *"Eric Wong
2019-10-07hashmap_remove takes "const struct hashmap_entry *"Eric Wong
2019-10-07hashmap_get takes "const struct hashmap_entry *"Eric Wong
2019-10-07hashmap_add takes "struct hashmap_entry *"Eric Wong
2019-10-07hashmap_entry_init takes "struct hashmap_entry *"Eric Wong
2019-04-16submodule-config.c: use repo_get_oid for reading .gitmodulesNguyễn Thái Ngọc Duy
2019-02-20completion: add more parameter value completionNguyễn Thái Ngọc Duy
2018-11-13Merge branch 'ao/submodule-wo-gitmodules-checked-out'Junio C Hamano
2018-10-31submodule: support reading .gitmodules when it's not in the working treeAntonio Ospite
2018-10-09submodule: factor out a config_set_in_gitmodules_file_gently functionAntonio Ospite
2018-10-09submodule: add a print_config_from_gitmodules() helperAntonio Ospite
2018-09-27Sync with 2.19.1Junio C Hamano
2018-09-27Sync with 2.18.1Junio C Hamano
2018-09-27Sync with 2.17.2Junio C Hamano
2018-09-27Sync with 2.15.3Junio C Hamano
2018-09-27Sync with Git 2.14.4Junio C Hamano
2018-09-27submodule-config: ban submodule paths that start with a dashJeff King
2018-09-27submodule-config: ban submodule urls that start with dashJeff King
2018-08-29convert "oidcmp() != 0" to "!oideq()"Jeff King
2018-08-03Merge branch 'jk/fsck-gitmodules-gently'Junio C Hamano
2018-07-18Merge branch 'ao/config-from-gitmodules'Junio C Hamano
2018-07-18Merge branch 'sb/object-store-grafts'Junio C Hamano
2018-07-03config: add options parameter to git_config_from_memJeff King
2018-06-26submodule-config: reuse config_from_gitmodules in repo_read_gitmodulesAntonio Ospite
2018-06-26submodule-config: pass repository as argument to config_from_gitmodulesAntonio Ospite
2018-06-26submodule-config: make 'config_from_gitmodules' privateAntonio Ospite
2018-06-26submodule-config: add helper to get 'update-clone' config from .gitmodulesAntonio Ospite
2018-06-26submodule-config: add helper function to get 'fetch' config from .gitmodulesAntonio Ospite
2018-06-26config: move config_from_gitmodules to submodule-config.cAntonio Ospite
2018-05-30Merge branch 'bc/object-id'Junio C Hamano
2018-05-29Sync with Git 2.17.1Junio C Hamano
2018-05-22Sync with Git 2.15.2Junio C Hamano
2018-05-22Sync with Git 2.14.4Junio C Hamano
2018-05-22Sync with Git 2.13.7Junio C Hamano
2018-05-22submodule-config: verify submodule names as pathsJeff King
2018-05-16object-store: move object access functions to object-store.hStefan Beller
2018-05-08Merge branch 'sb/submodule-move-nested'Junio C Hamano
2018-05-02submodule-config: convert structures to object_idbrian m. carlson
2018-03-29submodule-config: remove submodule_from_cacheStefan Beller
2018-03-29submodule-config: add repository argument to submodule_from_{name, path}Stefan Beller
2018-03-29submodule-config: allow submodule_free to handle arbitrary repositoriesStefan Beller
2018-03-14sha1_file: convert read_sha1_file to struct object_idbrian m. carlson
2018-02-14Correct mispellings of ".gitmodule" to ".gitmodules"Robert P. J. Day
2017-08-27Merge branch 'bw/submodule-config-cleanup'Junio C Hamano
2017-08-22Merge branch 'ma/parse-maybe-bool'Junio C Hamano
2017-08-22Merge branch 'bw/grep-recurse-submodules'Junio C Hamano
2017-08-11Merge branch 'sb/hashmap-cleanup'Junio C Hamano
2017-08-11Merge branch 'bc/object-id'Junio C Hamano