1. 51243f9 run-command API: don't fall back on online_cpus() by Ævar Arnfjörð Bjarmason · 2 years, 5 months ago
  2. 5cf88fd git-compat-util.h: use "UNUSED", not "UNUSED(var)" by Ævar Arnfjörð Bjarmason · 2 years, 6 months ago
  3. 02c3c59 hashmap: mark unused callback parameters by Jeff King · 2 years, 6 months ago
  4. b4eda05 i18n: fix mismatched camelCase config variables by Jiang Xin · 2 years, 9 months ago
  5. f535592 submodule-config: avoid memory leak by Johannes Schindelin · 2 years, 9 months ago
  6. 9fd512c dir API: add a generalized path_match_flags() function by Ævar Arnfjörð Bjarmason · 2 years, 10 months ago
  7. d21d5dd Merge branch 'ja/i18n-common-messages' by Junio C Hamano · 3 years ago
  8. 1a8aea8 i18n: factorize "invalid value" messages by Jean-Noël Avila · 3 years, 1 month ago
  9. 961b130 branch: add --recurse-submodules option for branch creation by Glen Choo · 3 years, 1 month ago
  10. e3e8bf0 submodule-config: pass repo upon blob config read by Jonathan Tan · 3 years, 7 months ago
  11. 1422844 hash: provide per-algorithm null OIDs by brian m. carlson · 3 years, 10 months ago
  12. 6da1a25 hashmap: provide deallocation function names by Elijah Newren · 4 years, 4 months ago
  13. e5b9421 fetch: avoid reading submodule config until needed by Jonathan Tan · 4 years, 7 months ago
  14. f5914f4 parse_config_key(): return subsection len as size_t by Jeff King · 4 years, 11 months ago
  15. 5d55554 Merge branch 'mr/show-config-scope' by Junio C Hamano · 5 years ago
  16. 9a83d08 submodule-config: add subomdule config scope by Matthew Rogers · 5 years ago
  17. d799242 submodule-config: add skip_if_read option to repo_read_gitmodules() by Matheus Tavares · 5 years ago
  18. 571fb96 fix-typo: consecutive-word duplications by ryenus · 5 years ago
  19. 67af91c Sync with 2.23.1 by Johannes Schindelin · 5 years ago
  20. 5421ddd Sync with 2.21.1 by Johannes Schindelin · 5 years ago
  21. d851d94 Sync with 2.19.3 by Johannes Schindelin · 5 years ago
  22. 7c9fbda Sync with 2.18.2 by Johannes Schindelin · 5 years ago
  23. 14af7ed Sync with 2.17.3 by Johannes Schindelin · 5 years ago
  24. 9ac92fe Sync with 2.15.4 by Johannes Schindelin · 5 years ago
  25. e904deb submodule: reject submodule.update = !command in .gitmodules by Jonathan Nieder · 5 years ago
  26. 404ab78 hashmap: remove type arg from hashmap_{get,put,remove}_entry by Eric Wong · 5 years ago
  27. 23dee69 OFFSETOF_VAR macro to simplify hashmap iterators by Eric Wong · 5 years ago
  28. c8e424c hashmap: introduce hashmap_free_entries by Eric Wong · 5 years ago
  29. 8a973d0 hashmap: hashmap_{put,remove} return hashmap_entry * by Eric Wong · 5 years ago
  30. 87571c3 hashmap: use *_entry APIs for iteration by Eric Wong · 5 years ago
  31. 939af16 hashmap_cmp_fn takes hashmap_entry params by Eric Wong · 5 years ago
  32. f23a465 hashmap_get{,_from_hash} return "struct hashmap_entry *" by Eric Wong · 5 years ago
  33. 26b455f hashmap_put takes "struct hashmap_entry *" by Eric Wong · 5 years ago
  34. 28ee794 hashmap_remove takes "const struct hashmap_entry *" by Eric Wong · 5 years ago
  35. b6c5241 hashmap_get takes "const struct hashmap_entry *" by Eric Wong · 5 years ago
  36. b94e5c1 hashmap_add takes "struct hashmap_entry *" by Eric Wong · 5 years ago
  37. d22245a hashmap_entry_init takes "struct hashmap_entry *" by Eric Wong · 5 years ago
  38. d9b8b8f submodule-config.c: use repo_get_oid for reading .gitmodules by Nguyễn Thái Ngọc Duy · 6 years ago
  39. 5a59a23 completion: add more parameter value completion by Nguyễn Thái Ngọc Duy · 6 years ago
  40. abb4824 Merge branch 'ao/submodule-wo-gitmodules-checked-out' by Junio C Hamano · 6 years ago
  41. 76e9bdc submodule: support reading .gitmodules when it's not in the working tree by Antonio Ospite · 6 years ago
  42. 45f5ef3 submodule: factor out a config_set_in_gitmodules_file_gently function by Antonio Ospite · 6 years ago
  43. bcbc780 submodule: add a print_config_from_gitmodules() helper by Antonio Ospite · 6 years ago
  44. f84b9b0 Sync with 2.19.1 by Junio C Hamano · 6 years ago
  45. 1958ad5 Sync with 2.18.1 by Junio C Hamano · 6 years ago
  46. 44f87da Sync with 2.17.2 by Junio C Hamano · 6 years ago
  47. 424aac6 Sync with 2.15.3 by Junio C Hamano · 6 years ago
  48. 902df9f Sync with Git 2.14.4 by Junio C Hamano · 6 years ago
  49. 273c614 submodule-config: ban submodule paths that start with a dash by Jeff King · 6 years ago
  50. f6adec4 submodule-config: ban submodule urls that start with dash by Jeff King · 6 years ago
  51. 9001dc2 convert "oidcmp() != 0" to "!oideq()" by Jeff King · 7 years ago
  52. bd1a32d Merge branch 'jk/fsck-gitmodules-gently' by Junio C Hamano · 7 years ago
  53. b9632c9 Merge branch 'ao/config-from-gitmodules' by Junio C Hamano · 7 years ago
  54. 00624d6 Merge branch 'sb/object-store-grafts' by Junio C Hamano · 7 years ago
  55. 4574f1a config: add options parameter to git_config_from_mem by Jeff King · 7 years ago
  56. db64d11 submodule-config: reuse config_from_gitmodules in repo_read_gitmodules by Antonio Ospite · 7 years ago
  57. 9a0fb3e submodule-config: pass repository as argument to config_from_gitmodules by Antonio Ospite · 7 years ago
  58. 588929d submodule-config: make 'config_from_gitmodules' private by Antonio Ospite · 7 years ago
  59. 0574499 submodule-config: add helper to get 'update-clone' config from .gitmodules by Antonio Ospite · 7 years ago
  60. 71a6953 submodule-config: add helper function to get 'fetch' config from .gitmodules by Antonio Ospite · 7 years ago
  61. ad13637 config: move config_from_gitmodules to submodule-config.c by Antonio Ospite · 7 years ago
  62. 42c8ce1 Merge branch 'bc/object-id' by Junio C Hamano · 7 years ago
  63. 7913f53 Sync with Git 2.17.1 by Junio C Hamano · 7 years ago
  64. 0230204 Sync with Git 2.15.2 by Junio C Hamano · 7 years ago
  65. 9e0f06d Sync with Git 2.14.4 by Junio C Hamano · 7 years ago
  66. 7b01c71 Sync with Git 2.13.7 by Junio C Hamano · 7 years ago
  67. 0383bbb submodule-config: verify submodule names as paths by Jeff King · 7 years ago
  68. cbd53a2 object-store: move object access functions to object-store.h by Stefan Beller · 7 years ago
  69. 0c7ecb7 Merge branch 'sb/submodule-move-nested' by Junio C Hamano · 7 years ago
  70. 34caab0 submodule-config: convert structures to object_id by brian m. carlson · 7 years ago
  71. 0c89fdd submodule-config: remove submodule_from_cache by Stefan Beller · 7 years ago
  72. 3b8fb39 submodule-config: add repository argument to submodule_from_{name, path} by Stefan Beller · 7 years ago
  73. f793b89 submodule-config: allow submodule_free to handle arbitrary repositories by Stefan Beller · 7 years ago
  74. b4f5aca sha1_file: convert read_sha1_file to struct object_id by brian m. carlson · 7 years ago
  75. 5aea9fe Correct mispellings of ".gitmodule" to ".gitmodules" by Robert P. J. Day · 7 years ago
  76. 614ea03 Merge branch 'bw/submodule-config-cleanup' by Junio C Hamano · 8 years ago
  77. bdfcdef Merge branch 'ma/parse-maybe-bool' by Junio C Hamano · 8 years ago
  78. 5aa0b6c Merge branch 'bw/grep-recurse-submodules' by Junio C Hamano · 8 years ago
  79. 55c965f Merge branch 'sb/hashmap-cleanup' by Junio C Hamano · 8 years ago
  80. df42267 Merge branch 'bc/object-id' by Junio C Hamano · 8 years ago
  81. 8957661 treewide: deprecate git_config_maybe_bool, use git_parse_maybe_bool by Martin Ågren · 8 years ago
  82. ff6f1f5 submodule-config: lazy-load a repository's .gitmodules file by Brandon Williams · 8 years ago
  83. 1b796ac submodule-config: move submodule-config functions to submodule-config.c by Brandon Williams · 8 years ago
  84. a46ddc9 Merge branch 'bc/object-id' into bw/submodule-config-cleanup by Junio C Hamano · 8 years ago
  85. f20e7c1 submodule: remove submodule.fetchjobs from submodule-config parsing by Brandon Williams · 8 years ago
  86. cd73de4 submodule: convert submodule config lookup to use object_id by brian m. carlson · 8 years ago
  87. c9c63ee Merge branch 'sb/pull-rebase-submodule' by Junio C Hamano · 8 years ago
  88. 91f6922 Merge branch 'sb/hashmap-customize-comparison' by Junio C Hamano · 8 years ago
  89. 152cbdc submodule-config.c: drop hashmap_cmp_fn cast by Stefan Beller · 8 years ago
  90. 7663cdc hashmap.h: compare function has access to a data field by Stefan Beller · 8 years ago
  91. bf12fcd submodule-config: store the_submodule_cache in the_repository by Brandon Williams · 8 years ago
  92. 886dc15 builtin/fetch: factor submodule recurse parsing out to submodule config by Stefan Beller · 8 years ago
  93. b2141fc config: don't include config.h by default by Brandon Williams · 8 years ago
  94. e394fa0 Merge branch 'sb/checkout-recurse-submodules' by Junio C Hamano · 8 years ago
  95. e15b960 Merge branch 'sb/submodule-config-parse-ignore-fix' by Junio C Hamano · 8 years ago
  96. d601fd0 update submodules: add submodule config parsing by Stefan Beller · 8 years ago
  97. 5ea3048 submodule-config: correct error reporting for invalid ignore value by Stefan Beller · 8 years ago
  98. 792e22e Merge branch 'bw/push-submodule-only' by Junio C Hamano · 8 years ago
  99. 55d128a Merge branch 'bw/grep-recurse-submodules' by Junio C Hamano · 8 years ago
  100. 9ebf689 submodules: load gitmodules file from commit sha1 by Brandon Williams · 8 years ago