1. 847a9e5 *: remove 'const' qualifier for struct index_state by Derrick Stolee · 4 years ago
  2. 180b154 submodule: rename helper functions to avoid ambiguity by Shourya Shukla · 4 years, 8 months ago
  3. 873cd28 argv-array: rename to strvec by Jeff King · 4 years, 8 months ago
  4. 49d3c4b get_superproject_working_tree(): return strbuf by Alexandr Miloslavskiy · 5 years ago
  5. 7fd9fd9 Sync with 2.22.2 by Johannes Schindelin · 5 years ago
  6. fc346cb Sync with 2.20.2 by Johannes Schindelin · 5 years ago
  7. d851d94 Sync with 2.19.3 by Johannes Schindelin · 5 years ago
  8. 7c9fbda Sync with 2.18.2 by Johannes Schindelin · 5 years ago
  9. 14af7ed Sync with 2.17.3 by Johannes Schindelin · 5 years ago
  10. bdfef04 Sync with 2.16.6 by Johannes Schindelin · 5 years ago
  11. 9ac92fe Sync with 2.15.4 by Johannes Schindelin · 5 years ago
  12. d3ac8c3 Sync with 2.14.6 by Johannes Schindelin · 5 years ago
  13. a8dee3c Disallow dubiously-nested submodule git directories by Johannes Schindelin · 5 years ago
  14. cf7a901 submodule: drop unused prefix parameter from some functions by Jeff King · 6 years ago
  15. 898c2e6 submodule: unset core.worktree if no working tree is present by Stefan Beller · 6 years ago
  16. abb4824 Merge branch 'ao/submodule-wo-gitmodules-checked-out' by Junio C Hamano · 6 years ago
  17. 6245b98 submodule.c: remove some of the_repository references by Nguyễn Thái Ngọc Duy · 6 years ago
  18. b5c259f submodule: add a helper to check if it is safe to write to .gitmodules by Antonio Ospite · 6 years ago
  19. 174d131 submodule.c: remove implicit dependency on the_index by Nguyễn Thái Ngọc Duy · 7 years ago
  20. f178c13 Revert "Merge branch 'sb/submodule-core-worktree'" by Jonathan Nieder · 7 years ago
  21. 5ade034 Merge branch 'en/incl-forward-decl' by Junio C Hamano · 7 years ago
  22. ef3ca95 Add missing includes and forward declarations by Elijah Newren · 7 years ago
  23. 4dcd706 submodule.h: drop extern from function declaration by Nguyễn Thái Ngọc Duy · 7 years ago
  24. 4fa4f90 submodule: unset core.worktree if no working tree is present by Stefan Beller · 7 years ago
  25. f635b8d Merge branch 'jt/submodule-pull-recurse-rebase' by Junio C Hamano · 7 years ago
  26. 0821b73 Merge branch 'sb/submodule-merge-in-merge-recursive' by Junio C Hamano · 7 years ago
  27. 4d36f88 submodule: do not pass null OID to setup_revisions by Jonathan Tan · 7 years ago
  28. 60fba4b submodule: convert push_unpushed_submodules to take a struct refspec by Brandon Williams · 7 years ago
  29. 18cfc08 submodule.c: move submodule merging to merge-recursive.c by Stefan Beller · 7 years ago
  30. 0c7ecb7 Merge branch 'sb/submodule-move-nested' by Junio C Hamano · 7 years ago
  31. 61aad92 submodule.h: drop declaration of connect_work_tree_and_git_dir by Stefan Beller · 7 years ago
  32. bc09991 submodule: rename 'new' variables by Brandon Williams · 7 years ago
  33. e724197 submodule: convert get_next_submodule to not rely on the_index by Brandon Williams · 7 years ago
  34. 7da9aba submodule: used correct index in is_staging_gitmodules_ok by Brandon Williams · 7 years ago
  35. 3b8317a submodule: convert stage_updated_gitmodules to take a struct index_state by Brandon Williams · 7 years ago
  36. 8174645 Merge branch 'hn/typofix' by Junio C Hamano · 8 years ago
  37. 217bb56 submodule.h: typofix by Han-Wen Nienhuys · 8 years ago
  38. 614ea03 Merge branch 'bw/submodule-config-cleanup' by Junio C Hamano · 8 years ago
  39. b6c4058 Merge branch 'sb/diff-color-move' by Junio C Hamano · 8 years ago
  40. 5aa0b6c Merge branch 'bw/grep-recurse-submodules' by Junio C Hamano · 8 years ago
  41. df42267 Merge branch 'bc/object-id' by Junio C Hamano · 8 years ago
  42. 557a599 submodule: remove gitmodules_config by Brandon Williams · 8 years ago
  43. 1b796ac submodule-config: move submodule-config functions to submodule-config.c by Brandon Williams · 8 years ago
  44. 2cc67fe submodule: remove submodule_config callback routine by Brandon Williams · 8 years ago
  45. ec6141a submodule--helper: don't overlay config in update-clone by Brandon Williams · 8 years ago
  46. a46ddc9 Merge branch 'bc/object-id' into bw/submodule-config-cleanup by Junio C Hamano · 8 years ago
  47. 34e2ba0 submodule: check for unmerged .gitmodules outside of config parsing by Brandon Williams · 8 years ago
  48. 91b8348 submodule: check for unstaged .gitmodules outside of config parsing by Brandon Williams · 8 years ago
  49. 8fa2915 submodule: remove fetch.recursesubmodules from submodule-config parsing by Brandon Williams · 8 years ago
  50. f20e7c1 submodule: remove submodule.fetchjobs from submodule-config parsing by Brandon Williams · 8 years ago
  51. cd73de4 submodule: convert submodule config lookup to use object_id by brian m. carlson · 8 years ago
  52. c9c63ee Merge branch 'sb/pull-rebase-submodule' by Junio C Hamano · 8 years ago
  53. f359713 submodule.c: migrate diff output to use emit_diff_symbol by Stefan Beller · 8 years ago
  54. 627d934 submodule: convert is_submodule_initialized to work on a repository by Brandon Williams · 8 years ago
  55. 69aba53 submodule: add repo_read_gitmodules by Brandon Williams · 8 years ago
  56. a6d7eb2 pull: optionally rebase submodules (remote submodule changes only) by Stefan Beller · 8 years ago
  57. 3c548de Merge branch 'sb/submodule-blanket-recursive' by Junio C Hamano · 8 years ago
  58. 046b482 Introduce 'submodule.recurse' option for worktree manipulators by Stefan Beller · 8 years ago
  59. d7a3803 reset/checkout/read-tree: unify config callback for submodule recursion by Stefan Beller · 8 years ago
  60. 3c5a782 Merge branch 'bw/pathspec-sans-the-index' by Junio C Hamano · 8 years ago
  61. c08397e pathspec: remove PATHSPEC_STRIP_SUBMODULE_SLASH_EXPENSIVE flag by Brandon Williams · 8 years ago
  62. bdab972 submodule: add die_in_unpopulated_submodule function by Brandon Williams · 8 years ago
  63. 71f35d5 submodule: convert merge_submodule to use struct object_id by brian m. carlson · 8 years ago
  64. 5ab8f22 Merge branch 'nd/files-backend-git-dir' by Junio C Hamano · 8 years ago
  65. 872e2cf Merge branch 'bw/push-options-recursively-to-submodules' by Junio C Hamano · 8 years ago
  66. b1081e4 Merge branch 'bc/object-id' by Junio C Hamano · 8 years ago
  67. 06bf4ad push: propagate remote and refspec with --recurse-submodules by Brandon Williams · 8 years ago
  68. 2a90556 push: propagate push-options with --recurse-submodules by Brandon Williams · 8 years ago
  69. 910650d Rename sha1_array to oid_array by brian m. carlson · 8 years ago
  70. e394fa0 Merge branch 'sb/checkout-recurse-submodules' by Junio C Hamano · 8 years ago
  71. 2eb80bc submodule: convert check_for_new_submodule_commits to object_id by brian m. carlson · 8 years ago
  72. bbbb7de path.c: move some code out of strbuf_git_path_submodule() by Nguyễn Thái Ngọc Duy · 8 years ago
  73. 6e3c159 update submodules: add submodule_move_head by Stefan Beller · 8 years ago
  74. 84f8925 submodules: introduce check to see whether to touch a submodule by Stefan Beller · 8 years ago
  75. cf055e4 update submodules: add a config option to determine if submodules are updated by Stefan Beller · 8 years ago
  76. 15cdc64 make is_submodule_populated gently by Stefan Beller · 8 years ago
  77. bf0231c rev-parse: add --show-superproject-working-tree by Stefan Beller · 8 years ago
  78. 792e22e Merge branch 'bw/push-submodule-only' by Junio C Hamano · 8 years ago
  79. 3ccd681 Merge branch 'sb/submodule-rm-absorb' by Junio C Hamano · 8 years ago
  80. 55d128a Merge branch 'bw/grep-recurse-submodules' by Junio C Hamano · 8 years ago
  81. da2b74e Merge branch 'sb/submodule-embed-gitdir' by Junio C Hamano · 8 years ago
  82. 83b7696 submodule: rename and add flags to ok_to_remove_submodule by Stefan Beller · 8 years ago
  83. bd26756 submodule.h: add extern keyword to functions by Stefan Beller · 8 years ago
  84. 9ebf689 submodules: load gitmodules file from commit sha1 by Brandon Williams · 8 years ago
  85. f9f4256 submodules: add helper to determine if a submodule is initialized by Brandon Williams · 8 years ago
  86. 5688c28 submodules: add helper to determine if a submodule is populated by Brandon Williams · 8 years ago
  87. 6c656c3 submodules: add RECURSE_SUBMODULES_ONLY value by Brandon Williams · 8 years ago
  88. f6f8586 submodule: add absorb-git-dir function by Stefan Beller · 8 years ago
  89. 47e83eb move connect_work_tree_and_git_dir to dir.h by Stefan Beller · 8 years ago
  90. 0301c82 push: fix --dry-run to not push submodules by Brandon Williams · 8 years ago
  91. 9cfa1c2 serialize collection of refs that contain submodule changes by Heiko Voigt · 8 years ago
  92. fd47ae6 diff: teach diff to display submodule difference with an inline diff by Jacob Keller · 9 years ago
  93. 602a283 submodule: convert show_submodule_summary to use struct object_id * by Jacob Keller · 9 years ago
  94. e059388 Merge branch 'jk/submodule-c-credential' by Junio C Hamano · 9 years ago
  95. 89044ba submodule: stop sanitizing config options by Jeff King · 9 years ago
  96. 4638728 submodule--helper: move config-sanitizing to submodule.c by Jeff King · 9 years ago
  97. 3604242 submodule: port init from shell to C by Stefan Beller · 9 years ago
  98. ee30f17 Merge branch 'sb/submodule-path-misc-bugs' into sb/submodule-init by Junio C Hamano · 9 years ago
  99. a028a19 fetching submodules: respect `submodule.fetchJobs` config option by Stefan Beller · 9 years ago
  100. ea2fa5a submodule-config: keep update strategy around by Stefan Beller · 9 years ago