1. 42d5c03 config: add --comment option to add a comment by Ralph Seichter · 1 year ago
  2. 76bd129 Merge branch 'vd/fsck-submodule-url-test' by Junio C Hamano · 1 year, 2 months ago
  3. 8430b43 submodule-config.c: strengthen URL fsck check by Victoria Dye · 1 year, 2 months ago
  4. 13320ff submodule-config.h: move check_submodule_url by Victoria Dye · 1 year, 2 months ago
  5. 34b1a0d submodule: handle NULL value when parsing submodule.*.branch by Jeff King · 1 year, 3 months ago
  6. ce481ac Merge branch 'cw/compat-util-header-cleanup' by Junio C Hamano · 1 year, 8 months ago
  7. b3d1c85 Merge branch 'gc/config-context' by Junio C Hamano · 1 year, 8 months ago
  8. 91c080d git-compat-util: move alloc macros to git-compat-util.h by Calvin Wan · 1 year, 8 months ago
  9. 8868b1e config: pass kvi to die_bad_number() by Glen Choo · 1 year, 9 months ago
  10. 809d868 config: pass ctx with config files by Glen Choo · 1 year, 9 months ago
  11. a4e7e31 config: add ctx arg to config_fn_t by Glen Choo · 1 year, 9 months ago
  12. a034e91 object-store-ll.h: split this header out of object-store.h by Elijah Newren · 1 year, 10 months ago
  13. c339932 repository: remove unnecessary include of path.h by Elijah Newren · 1 year, 10 months ago
  14. 9b6b06c config: pass 'repo' directly to 'config_with_options()' by Victoria Dye · 1 year, 10 months ago
  15. e3d2f20 object-store.h: reduce unnecessary includes by Elijah Newren · 1 year, 11 months ago
  16. d812c3b treewide: remove cache.h inclusion due to object.h changes by Elijah Newren · 1 year, 11 months ago
  17. dabab1d object-name.h: move declarations for object-name.c functions from cache.h by Elijah Newren · 1 year, 11 months ago
  18. e7dca80 Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-cache-h by Junio C Hamano · 2 years ago
  19. bc726bd cocci: apply the "object-store.h" part of "the_repository.pending" by Ævar Arnfjörð Bjarmason · 2 years ago
  20. d850b7a cocci: apply the "cache.h" part of "the_repository.pending" by Ævar Arnfjörð Bjarmason · 2 years ago
  21. 32a8f51 environment.h: move declarations for environment.c functions from cache.h by Elijah Newren · 2 years ago
  22. f394e09 treewide: be explicit about dependence on gettext.h by Elijah Newren · 2 years ago
  23. 41771fa cache.h: remove dependence on hex.h; make other files include it explicitly by Elijah Newren · 2 years, 1 month ago
  24. 36bf195 alloc.h: move ALLOC_GROW() functions from cache.h by Elijah Newren · 2 years, 1 month ago
  25. 51243f9 run-command API: don't fall back on online_cpus() by Ævar Arnfjörð Bjarmason · 2 years, 5 months ago
  26. 5cf88fd git-compat-util.h: use "UNUSED", not "UNUSED(var)" by Ævar Arnfjörð Bjarmason · 2 years, 7 months ago
  27. 02c3c59 hashmap: mark unused callback parameters by Jeff King · 2 years, 7 months ago
  28. b4eda05 i18n: fix mismatched camelCase config variables by Jiang Xin · 2 years, 9 months ago
  29. f535592 submodule-config: avoid memory leak by Johannes Schindelin · 2 years, 9 months ago
  30. 9fd512c dir API: add a generalized path_match_flags() function by Ævar Arnfjörð Bjarmason · 2 years, 10 months ago
  31. d21d5dd Merge branch 'ja/i18n-common-messages' by Junio C Hamano · 3 years, 1 month ago
  32. 1a8aea8 i18n: factorize "invalid value" messages by Jean-Noël Avila · 3 years, 1 month ago
  33. 961b130 branch: add --recurse-submodules option for branch creation by Glen Choo · 3 years, 2 months ago
  34. e3e8bf0 submodule-config: pass repo upon blob config read by Jonathan Tan · 3 years, 7 months ago
  35. 1422844 hash: provide per-algorithm null OIDs by brian m. carlson · 3 years, 11 months ago
  36. 6da1a25 hashmap: provide deallocation function names by Elijah Newren · 4 years, 4 months ago
  37. e5b9421 fetch: avoid reading submodule config until needed by Jonathan Tan · 4 years, 7 months ago
  38. f5914f4 parse_config_key(): return subsection len as size_t by Jeff King · 5 years ago
  39. 5d55554 Merge branch 'mr/show-config-scope' by Junio C Hamano · 5 years ago
  40. 9a83d08 submodule-config: add subomdule config scope by Matthew Rogers · 5 years ago
  41. d799242 submodule-config: add skip_if_read option to repo_read_gitmodules() by Matheus Tavares · 5 years ago
  42. 571fb96 fix-typo: consecutive-word duplications by ryenus · 5 years ago
  43. 67af91c Sync with 2.23.1 by Johannes Schindelin · 5 years ago
  44. 5421ddd Sync with 2.21.1 by Johannes Schindelin · 5 years ago
  45. d851d94 Sync with 2.19.3 by Johannes Schindelin · 5 years ago
  46. 7c9fbda Sync with 2.18.2 by Johannes Schindelin · 5 years ago
  47. 14af7ed Sync with 2.17.3 by Johannes Schindelin · 5 years ago
  48. 9ac92fe Sync with 2.15.4 by Johannes Schindelin · 5 years ago
  49. e904deb submodule: reject submodule.update = !command in .gitmodules by Jonathan Nieder · 5 years ago
  50. 404ab78 hashmap: remove type arg from hashmap_{get,put,remove}_entry by Eric Wong · 5 years ago
  51. 23dee69 OFFSETOF_VAR macro to simplify hashmap iterators by Eric Wong · 5 years ago
  52. c8e424c hashmap: introduce hashmap_free_entries by Eric Wong · 5 years ago
  53. 8a973d0 hashmap: hashmap_{put,remove} return hashmap_entry * by Eric Wong · 5 years ago
  54. 87571c3 hashmap: use *_entry APIs for iteration by Eric Wong · 5 years ago
  55. 939af16 hashmap_cmp_fn takes hashmap_entry params by Eric Wong · 5 years ago
  56. f23a465 hashmap_get{,_from_hash} return "struct hashmap_entry *" by Eric Wong · 5 years ago
  57. 26b455f hashmap_put takes "struct hashmap_entry *" by Eric Wong · 5 years ago
  58. 28ee794 hashmap_remove takes "const struct hashmap_entry *" by Eric Wong · 5 years ago
  59. b6c5241 hashmap_get takes "const struct hashmap_entry *" by Eric Wong · 5 years ago
  60. b94e5c1 hashmap_add takes "struct hashmap_entry *" by Eric Wong · 5 years ago
  61. d22245a hashmap_entry_init takes "struct hashmap_entry *" by Eric Wong · 5 years ago
  62. d9b8b8f submodule-config.c: use repo_get_oid for reading .gitmodules by Nguyễn Thái Ngọc Duy · 6 years ago
  63. 5a59a23 completion: add more parameter value completion by Nguyễn Thái Ngọc Duy · 6 years ago
  64. abb4824 Merge branch 'ao/submodule-wo-gitmodules-checked-out' by Junio C Hamano · 6 years ago
  65. 76e9bdc submodule: support reading .gitmodules when it's not in the working tree by Antonio Ospite · 6 years ago
  66. 45f5ef3 submodule: factor out a config_set_in_gitmodules_file_gently function by Antonio Ospite · 6 years ago
  67. bcbc780 submodule: add a print_config_from_gitmodules() helper by Antonio Ospite · 6 years ago
  68. f84b9b0 Sync with 2.19.1 by Junio C Hamano · 6 years ago
  69. 1958ad5 Sync with 2.18.1 by Junio C Hamano · 6 years ago
  70. 44f87da Sync with 2.17.2 by Junio C Hamano · 6 years ago
  71. 424aac6 Sync with 2.15.3 by Junio C Hamano · 6 years ago
  72. 902df9f Sync with Git 2.14.4 by Junio C Hamano · 6 years ago
  73. 273c614 submodule-config: ban submodule paths that start with a dash by Jeff King · 6 years ago
  74. f6adec4 submodule-config: ban submodule urls that start with dash by Jeff King · 6 years ago
  75. 9001dc2 convert "oidcmp() != 0" to "!oideq()" by Jeff King · 7 years ago
  76. bd1a32d Merge branch 'jk/fsck-gitmodules-gently' by Junio C Hamano · 7 years ago
  77. b9632c9 Merge branch 'ao/config-from-gitmodules' by Junio C Hamano · 7 years ago
  78. 00624d6 Merge branch 'sb/object-store-grafts' by Junio C Hamano · 7 years ago
  79. 4574f1a config: add options parameter to git_config_from_mem by Jeff King · 7 years ago
  80. db64d11 submodule-config: reuse config_from_gitmodules in repo_read_gitmodules by Antonio Ospite · 7 years ago
  81. 9a0fb3e submodule-config: pass repository as argument to config_from_gitmodules by Antonio Ospite · 7 years ago
  82. 588929d submodule-config: make 'config_from_gitmodules' private by Antonio Ospite · 7 years ago
  83. 0574499 submodule-config: add helper to get 'update-clone' config from .gitmodules by Antonio Ospite · 7 years ago
  84. 71a6953 submodule-config: add helper function to get 'fetch' config from .gitmodules by Antonio Ospite · 7 years ago
  85. ad13637 config: move config_from_gitmodules to submodule-config.c by Antonio Ospite · 7 years ago
  86. 42c8ce1 Merge branch 'bc/object-id' by Junio C Hamano · 7 years ago
  87. 7913f53 Sync with Git 2.17.1 by Junio C Hamano · 7 years ago
  88. 0230204 Sync with Git 2.15.2 by Junio C Hamano · 7 years ago
  89. 9e0f06d Sync with Git 2.14.4 by Junio C Hamano · 7 years ago
  90. 7b01c71 Sync with Git 2.13.7 by Junio C Hamano · 7 years ago
  91. 0383bbb submodule-config: verify submodule names as paths by Jeff King · 7 years ago
  92. cbd53a2 object-store: move object access functions to object-store.h by Stefan Beller · 7 years ago
  93. 0c7ecb7 Merge branch 'sb/submodule-move-nested' by Junio C Hamano · 7 years ago
  94. 34caab0 submodule-config: convert structures to object_id by brian m. carlson · 7 years ago
  95. 0c89fdd submodule-config: remove submodule_from_cache by Stefan Beller · 7 years ago
  96. 3b8fb39 submodule-config: add repository argument to submodule_from_{name, path} by Stefan Beller · 7 years ago
  97. f793b89 submodule-config: allow submodule_free to handle arbitrary repositories by Stefan Beller · 7 years ago
  98. b4f5aca sha1_file: convert read_sha1_file to struct object_id by brian m. carlson · 7 years ago
  99. 5aea9fe Correct mispellings of ".gitmodule" to ".gitmodules" by Robert P. J. Day · 7 years ago
  100. 614ea03 Merge branch 'bw/submodule-config-cleanup' by Junio C Hamano · 8 years ago