140 Commits (79bdd48716a4c455bdc8ffd91d57a18d5cd55baa)

Author SHA1 Message Date
Elijah Newren e3d2f20e6f object-store.h: reduce unnecessary includes 2 years ago
Elijah Newren d812c3b6a0 treewide: remove cache.h inclusion due to object.h changes 2 years ago
Elijah Newren dabab1d6e6 object-name.h: move declarations for object-name.c functions from cache.h 2 years ago
Ævar Arnfjörð Bjarmason bc726bd075 cocci: apply the "object-store.h" part of "the_repository.pending" 2 years ago
Ævar Arnfjörð Bjarmason d850b7a545 cocci: apply the "cache.h" part of "the_repository.pending" 2 years ago
Elijah Newren 32a8f51061 environment.h: move declarations for environment.c functions from cache.h 2 years ago
Elijah Newren f394e093df treewide: be explicit about dependence on gettext.h 2 years ago
Elijah Newren 41771fa435 cache.h: remove dependence on hex.h; make other files include it explicitly 2 years ago
Elijah Newren 36bf195890 alloc.h: move ALLOC_GROW() functions from cache.h 2 years ago
Ævar Arnfjörð Bjarmason 51243f9f0f run-command API: don't fall back on online_cpus() 2 years ago
Ævar Arnfjörð Bjarmason 5cf88fd8b0 git-compat-util.h: use "UNUSED", not "UNUSED(var)" 3 years ago
Jeff King 02c3c59e62 hashmap: mark unused callback parameters 3 years ago
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