summaryrefslogtreecommitdiff
path: root/submodule-config.c
AgeCommit message (Expand)AuthorFilesLines
2018-09-27Sync with 2.19.1Libravatar Junio C Hamano1-0/+10
2018-09-27Sync with 2.18.1Libravatar Junio C Hamano1-0/+10
2018-09-27Sync with 2.17.2Libravatar Junio C Hamano1-0/+10
2018-09-27Sync with 2.15.3Libravatar Junio C Hamano1-0/+10
2018-09-27Sync with Git 2.14.4Libravatar Junio C Hamano1-0/+10
2018-09-27submodule-config: ban submodule paths that start with a dashLibravatar Jeff King1-0/+2
2018-09-27submodule-config: ban submodule urls that start with dashLibravatar Jeff King1-0/+8
2018-08-29convert "oidcmp() != 0" to "!oideq()"Libravatar Jeff King1-2/+2
2018-08-02Merge branch 'jk/fsck-gitmodules-gently'Libravatar Junio C Hamano1-1/+1
2018-07-18Merge branch 'ao/config-from-gitmodules'Libravatar Junio C Hamano1-12/+63
2018-07-18Merge branch 'sb/object-store-grafts'Libravatar Junio C Hamano1-0/+1
2018-07-03config: add options parameter to git_config_from_memLibravatar Jeff King1-1/+1
2018-06-26submodule-config: reuse config_from_gitmodules in repo_read_gitmodulesLibravatar Antonio Ospite1-29/+21
2018-06-26submodule-config: pass repository as argument to config_from_gitmodulesLibravatar Antonio Ospite1-5/+5
2018-06-26submodule-config: make 'config_from_gitmodules' privateLibravatar Antonio Ospite1-4/+4
2018-06-26submodule-config: add helper to get 'update-clone' config from .gitmodulesLibravatar Antonio Ospite1-0/+14
2018-06-26submodule-config: add helper function to get 'fetch' config from .gitmodulesLibravatar Antonio Ospite1-0/+28
2018-06-26config: move config_from_gitmodules to submodule-config.cLibravatar Antonio Ospite1-0/+17
2018-05-30Merge branch 'bc/object-id'Libravatar Junio C Hamano1-33/+33
2018-05-29Sync with Git 2.17.1Libravatar Junio C Hamano1-0/+31
2018-05-22Sync with Git 2.15.2Libravatar Junio C Hamano1-0/+31
2018-05-22Sync with Git 2.14.4Libravatar Junio C Hamano1-0/+31
2018-05-22Sync with Git 2.13.7Libravatar Junio C Hamano1-0/+31
2018-05-21submodule-config: verify submodule names as pathsLibravatar Jeff King1-0/+31
2018-05-16object-store: move object access functions to object-store.hLibravatar Stefan Beller1-0/+1
2018-05-08Merge branch 'sb/submodule-move-nested'Libravatar Junio C Hamano1-18/+11
2018-05-02submodule-config: convert structures to object_idLibravatar brian m. carlson1-33/+33
2018-03-29submodule-config: remove submodule_from_cacheLibravatar Stefan Beller1-9/+0
2018-03-29submodule-config: add repository argument to submodule_from_{name, path}Libravatar Stefan Beller1-6/+8
2018-03-29submodule-config: allow submodule_free to handle arbitrary repositoriesLibravatar Stefan Beller1-3/+3
2018-03-14sha1_file: convert read_sha1_file to struct object_idLibravatar brian m. carlson1-1/+1
2018-02-14Correct mispellings of ".gitmodule" to ".gitmodules"Libravatar Robert P. J. Day1-2/+2
2017-08-26Merge branch 'bw/submodule-config-cleanup'Libravatar Junio C Hamano1-12/+53
2017-08-22Merge branch 'ma/parse-maybe-bool'Libravatar Junio C Hamano1-3/+3
2017-08-22Merge branch 'bw/grep-recurse-submodules'Libravatar Junio C Hamano1-0/+8
2017-08-11Merge branch 'sb/hashmap-cleanup'Libravatar Junio C Hamano1-6/+12
2017-08-11Merge branch 'bc/object-id'Libravatar Junio C Hamano1-19/+19
2017-08-07treewide: deprecate git_config_maybe_bool, use git_parse_maybe_boolLibravatar Martin Ă…gren1-2/+2
2017-08-03submodule-config: lazy-load a repository's .gitmodules fileLibravatar Brandon Williams1-5/+22
2017-08-03submodule-config: move submodule-config functions to submodule-config.cLibravatar Brandon Williams1-7/+31
2017-08-02Merge branch 'bc/object-id' into bw/submodule-config-cleanupLibravatar Junio C Hamano1-19/+19
2017-08-02submodule: remove submodule.fetchjobs from submodule-config parsingLibravatar Brandon Williams1-0/+8
2017-07-17submodule: convert submodule config lookup to use object_idLibravatar brian m. carlson1-19/+19
2017-07-13Merge branch 'sb/pull-rebase-submodule'Libravatar Junio C Hamano1-0/+22
2017-07-13Merge branch 'sb/hashmap-customize-comparison'Libravatar Junio C Hamano1-6/+8
2017-07-05submodule-config.c: drop hashmap_cmp_fn castLibravatar Stefan Beller1-6/+12
2017-06-30hashmap.h: compare function has access to a data fieldLibravatar Stefan Beller1-6/+8
2017-06-23submodule-config: store the_submodule_cache in the_repositoryLibravatar Brandon Williams1-18/+52
2017-06-23builtin/fetch: factor submodule recurse parsing out to submodule configLibravatar Stefan Beller1-0/+22
2017-06-15config: don't include config.h by defaultLibravatar Brandon Williams1-0/+1