127 Commits (d16978517c20911cbef6f98b78c6ec84ae1be57d)

Author SHA1 Message Date
Jiang Xin b4eda05d58 i18n: fix mismatched camelCase config variables 3 years ago
Johannes Schindelin f53559227c submodule-config: avoid memory leak 3 years ago
Ævar Arnfjörð Bjarmason 9fd512c8d6 dir API: add a generalized path_match_flags() function 3 years ago
Jean-Noël Avila 1a8aea857e i18n: factorize "invalid value" messages 3 years ago
Glen Choo 961b130d20 branch: add --recurse-submodules option for branch creation 3 years ago
Jonathan Tan e3e8bf046e submodule-config: pass repo upon blob config read 4 years ago
brian m. carlson 14228447c9 hash: provide per-algorithm null OIDs 4 years ago
Elijah Newren 6da1a25814 hashmap: provide deallocation function names 4 years ago
Jonathan Tan e5b942136e fetch: avoid reading submodule config until needed 5 years ago
Jeff King f5914f4b6b parse_config_key(): return subsection len as size_t 5 years ago
Matthew Rogers 9a83d088ee submodule-config: add subomdule config scope 5 years ago
Matheus Tavares d7992421e1 submodule-config: add skip_if_read option to repo_read_gitmodules() 5 years ago
ryenus 571fb96573 fix-typo: consecutive-word duplications 5 years ago
Jonathan Nieder e904deb89d submodule: reject submodule.update = !command in .gitmodules 5 years ago
Eric Wong 404ab78e39 hashmap: remove type arg from hashmap_{get,put,remove}_entry 6 years ago
Eric Wong 23dee69f53 OFFSETOF_VAR macro to simplify hashmap iterators 6 years ago
Eric Wong c8e424c9c9 hashmap: introduce hashmap_free_entries 6 years ago
Eric Wong 8a973d0bb3 hashmap: hashmap_{put,remove} return hashmap_entry * 6 years ago
Eric Wong 87571c3f71 hashmap: use *_entry APIs for iteration 6 years ago
Eric Wong 939af16eac hashmap_cmp_fn takes hashmap_entry params 6 years ago
Eric Wong f23a465132 hashmap_get{,_from_hash} return "struct hashmap_entry *" 6 years ago
Eric Wong 26b455f21e hashmap_put takes "struct hashmap_entry *" 6 years ago
Eric Wong 28ee794128 hashmap_remove takes "const struct hashmap_entry *" 6 years ago
Eric Wong b6c5241606 hashmap_get takes "const struct hashmap_entry *" 6 years ago
Eric Wong b94e5c1df6 hashmap_add takes "struct hashmap_entry *" 6 years ago
Eric Wong d22245a2e3 hashmap_entry_init takes "struct hashmap_entry *" 6 years ago
Nguyễn Thái Ngọc Duy d9b8b8f896 submodule-config.c: use repo_get_oid for reading .gitmodules 6 years ago
Nguyễn Thái Ngọc Duy 5a59a2301f completion: add more parameter value completion 6 years ago
Antonio Ospite 76e9bdc437 submodule: support reading .gitmodules when it's not in the working tree 6 years ago
Antonio Ospite 45f5ef3d77 submodule: factor out a config_set_in_gitmodules_file_gently function 7 years ago
Antonio Ospite bcbc780d14 submodule: add a print_config_from_gitmodules() helper 7 years ago
Jeff King 273c61496f submodule-config: ban submodule paths that start with a dash 7 years ago
Jeff King f6adec4e32 submodule-config: ban submodule urls that start with dash 7 years ago
Jeff King 9001dc2a74 convert "oidcmp() != 0" to "!oideq()" 7 years ago
Jeff King 4574f1aace config: add options parameter to git_config_from_mem 7 years ago
Antonio Ospite db64d1127f submodule-config: reuse config_from_gitmodules in repo_read_gitmodules 7 years ago
Antonio Ospite 9a0fb3e772 submodule-config: pass repository as argument to config_from_gitmodules 7 years ago
Antonio Ospite 588929d54d submodule-config: make 'config_from_gitmodules' private 7 years ago
Antonio Ospite 057449978e submodule-config: add helper to get 'update-clone' config from .gitmodules 7 years ago
Antonio Ospite 71a6953d16 submodule-config: add helper function to get 'fetch' config from .gitmodules 7 years ago
Antonio Ospite ad136370b2 config: move config_from_gitmodules to submodule-config.c 7 years ago
Jeff King 0383bbb901 submodule-config: verify submodule names as paths 7 years ago
Stefan Beller cbd53a2193 object-store: move object access functions to object-store.h 7 years ago
brian m. carlson 34caab0261 submodule-config: convert structures to object_id 7 years ago
Stefan Beller 0c89fdd739 submodule-config: remove submodule_from_cache 7 years ago
Stefan Beller 3b8fb393bc submodule-config: add repository argument to submodule_from_{name, path} 7 years ago
Stefan Beller f793b895fd submodule-config: allow submodule_free to handle arbitrary repositories 7 years ago
brian m. carlson b4f5aca40e sha1_file: convert read_sha1_file to struct object_id 7 years ago
Robert P. J. Day 5aea9fe6cc Correct mispellings of ".gitmodule" to ".gitmodules" 7 years ago
Martin Ågren 8957661378 treewide: deprecate git_config_maybe_bool, use git_parse_maybe_bool 8 years ago