1. f635b8d Merge branch 'jt/submodule-pull-recurse-rebase' by Junio C Hamano · 7 years ago
  2. 0821b73 Merge branch 'sb/submodule-merge-in-merge-recursive' by Junio C Hamano · 7 years ago
  3. 4d36f88 submodule: do not pass null OID to setup_revisions by Jonathan Tan · 7 years ago
  4. 60fba4b submodule: convert push_unpushed_submodules to take a struct refspec by Brandon Williams · 7 years ago
  5. 18cfc08 submodule.c: move submodule merging to merge-recursive.c by Stefan Beller · 7 years ago
  6. 0c7ecb7 Merge branch 'sb/submodule-move-nested' by Junio C Hamano · 7 years ago
  7. 61aad92 submodule.h: drop declaration of connect_work_tree_and_git_dir by Stefan Beller · 7 years ago
  8. bc09991 submodule: rename 'new' variables by Brandon Williams · 7 years ago
  9. e724197 submodule: convert get_next_submodule to not rely on the_index by Brandon Williams · 7 years ago
  10. 7da9aba submodule: used correct index in is_staging_gitmodules_ok by Brandon Williams · 7 years ago
  11. 3b8317a submodule: convert stage_updated_gitmodules to take a struct index_state by Brandon Williams · 7 years ago
  12. 8174645 Merge branch 'hn/typofix' by Junio C Hamano · 8 years ago
  13. 217bb56 submodule.h: typofix by Han-Wen Nienhuys · 8 years ago
  14. 614ea03 Merge branch 'bw/submodule-config-cleanup' by Junio C Hamano · 8 years ago
  15. b6c4058 Merge branch 'sb/diff-color-move' by Junio C Hamano · 8 years ago
  16. 5aa0b6c Merge branch 'bw/grep-recurse-submodules' by Junio C Hamano · 8 years ago
  17. df42267 Merge branch 'bc/object-id' by Junio C Hamano · 8 years ago
  18. 557a599 submodule: remove gitmodules_config by Brandon Williams · 8 years ago
  19. 1b796ac submodule-config: move submodule-config functions to submodule-config.c by Brandon Williams · 8 years ago
  20. 2cc67fe submodule: remove submodule_config callback routine by Brandon Williams · 8 years ago
  21. ec6141a submodule--helper: don't overlay config in update-clone by Brandon Williams · 8 years ago
  22. a46ddc9 Merge branch 'bc/object-id' into bw/submodule-config-cleanup by Junio C Hamano · 8 years ago
  23. 34e2ba0 submodule: check for unmerged .gitmodules outside of config parsing by Brandon Williams · 8 years ago
  24. 91b8348 submodule: check for unstaged .gitmodules outside of config parsing by Brandon Williams · 8 years ago
  25. 8fa2915 submodule: remove fetch.recursesubmodules from submodule-config parsing by Brandon Williams · 8 years ago
  26. f20e7c1 submodule: remove submodule.fetchjobs from submodule-config parsing by Brandon Williams · 8 years ago
  27. cd73de4 submodule: convert submodule config lookup to use object_id by brian m. carlson · 8 years ago
  28. c9c63ee Merge branch 'sb/pull-rebase-submodule' by Junio C Hamano · 8 years ago
  29. f359713 submodule.c: migrate diff output to use emit_diff_symbol by Stefan Beller · 8 years ago
  30. 627d934 submodule: convert is_submodule_initialized to work on a repository by Brandon Williams · 8 years ago
  31. 69aba53 submodule: add repo_read_gitmodules by Brandon Williams · 8 years ago
  32. a6d7eb2 pull: optionally rebase submodules (remote submodule changes only) by Stefan Beller · 8 years ago
  33. 3c548de Merge branch 'sb/submodule-blanket-recursive' by Junio C Hamano · 8 years ago
  34. 046b482 Introduce 'submodule.recurse' option for worktree manipulators by Stefan Beller · 8 years ago
  35. d7a3803 reset/checkout/read-tree: unify config callback for submodule recursion by Stefan Beller · 8 years ago
  36. 3c5a782 Merge branch 'bw/pathspec-sans-the-index' by Junio C Hamano · 8 years ago
  37. c08397e pathspec: remove PATHSPEC_STRIP_SUBMODULE_SLASH_EXPENSIVE flag by Brandon Williams · 8 years ago
  38. bdab972 submodule: add die_in_unpopulated_submodule function by Brandon Williams · 8 years ago
  39. 71f35d5 submodule: convert merge_submodule to use struct object_id by brian m. carlson · 8 years ago
  40. 5ab8f22 Merge branch 'nd/files-backend-git-dir' by Junio C Hamano · 8 years ago
  41. 872e2cf Merge branch 'bw/push-options-recursively-to-submodules' by Junio C Hamano · 8 years ago
  42. b1081e4 Merge branch 'bc/object-id' by Junio C Hamano · 8 years ago
  43. 06bf4ad push: propagate remote and refspec with --recurse-submodules by Brandon Williams · 8 years ago
  44. 2a90556 push: propagate push-options with --recurse-submodules by Brandon Williams · 8 years ago
  45. 910650d Rename sha1_array to oid_array by brian m. carlson · 8 years ago
  46. e394fa0 Merge branch 'sb/checkout-recurse-submodules' by Junio C Hamano · 8 years ago
  47. 2eb80bc submodule: convert check_for_new_submodule_commits to object_id by brian m. carlson · 8 years ago
  48. bbbb7de path.c: move some code out of strbuf_git_path_submodule() by Nguyễn Thái Ngọc Duy · 8 years ago
  49. 6e3c159 update submodules: add submodule_move_head by Stefan Beller · 8 years ago
  50. 84f8925 submodules: introduce check to see whether to touch a submodule by Stefan Beller · 8 years ago
  51. cf055e4 update submodules: add a config option to determine if submodules are updated by Stefan Beller · 8 years ago
  52. 15cdc64 make is_submodule_populated gently by Stefan Beller · 8 years ago
  53. bf0231c rev-parse: add --show-superproject-working-tree by Stefan Beller · 8 years ago
  54. 792e22e Merge branch 'bw/push-submodule-only' by Junio C Hamano · 8 years ago
  55. 3ccd681 Merge branch 'sb/submodule-rm-absorb' by Junio C Hamano · 8 years ago
  56. 55d128a Merge branch 'bw/grep-recurse-submodules' by Junio C Hamano · 8 years ago
  57. da2b74e Merge branch 'sb/submodule-embed-gitdir' by Junio C Hamano · 8 years ago
  58. 83b7696 submodule: rename and add flags to ok_to_remove_submodule by Stefan Beller · 8 years ago
  59. bd26756 submodule.h: add extern keyword to functions by Stefan Beller · 8 years ago
  60. 9ebf689 submodules: load gitmodules file from commit sha1 by Brandon Williams · 8 years ago
  61. f9f4256 submodules: add helper to determine if a submodule is initialized by Brandon Williams · 8 years ago
  62. 5688c28 submodules: add helper to determine if a submodule is populated by Brandon Williams · 8 years ago
  63. 6c656c3 submodules: add RECURSE_SUBMODULES_ONLY value by Brandon Williams · 8 years ago
  64. f6f8586 submodule: add absorb-git-dir function by Stefan Beller · 8 years ago
  65. 47e83eb move connect_work_tree_and_git_dir to dir.h by Stefan Beller · 8 years ago
  66. 0301c82 push: fix --dry-run to not push submodules by Brandon Williams · 8 years ago
  67. 9cfa1c2 serialize collection of refs that contain submodule changes by Heiko Voigt · 8 years ago
  68. fd47ae6 diff: teach diff to display submodule difference with an inline diff by Jacob Keller · 9 years ago
  69. 602a283 submodule: convert show_submodule_summary to use struct object_id * by Jacob Keller · 9 years ago
  70. e059388 Merge branch 'jk/submodule-c-credential' by Junio C Hamano · 9 years ago
  71. 89044ba submodule: stop sanitizing config options by Jeff King · 9 years ago
  72. 4638728 submodule--helper: move config-sanitizing to submodule.c by Jeff King · 9 years ago
  73. 3604242 submodule: port init from shell to C by Stefan Beller · 9 years ago
  74. ee30f17 Merge branch 'sb/submodule-path-misc-bugs' into sb/submodule-init by Junio C Hamano · 9 years ago
  75. a028a19 fetching submodules: respect `submodule.fetchJobs` config option by Stefan Beller · 9 years ago
  76. ea2fa5a submodule-config: keep update strategy around by Stefan Beller · 9 years ago
  77. 187c0d3 Merge branch 'sb/submodule-parallel-fetch' by Junio C Hamano · 9 years ago
  78. 62104ba submodules: allow parallel fetching, add tests and documentation by Stefan Beller · 9 years ago
  79. b33a15b push: add recurseSubmodules config option by Mike Crowe · 9 years ago
  80. 027771f submodule: allow erroneous values for the fetchRecurseSubmodules option by Heiko Voigt · 10 years ago
  81. 851e18c submodule: use new config API for worktree configurations by Heiko Voigt · 10 years ago
  82. 959b545 submodule: implement a config API for lookup of .gitmodules values by Heiko Voigt · 10 years ago
  83. 95c1641 rm: delete .gitmodules entry of submodules removed from the work tree by Jens Lehmann · 12 years ago
  84. 0656781 mv: update the path entry in .gitmodules for moved submodules by Jens Lehmann · 12 years ago
  85. 5fee995 submodule.c: add .gitmodules staging helper functions by Jens Lehmann · 12 years ago
  86. a88c915 mv: move submodules using a gitfile by Jens Lehmann · 12 years ago
  87. 0f33a06 submodule: print graph output next to submodule log by John Keeping · 12 years ago
  88. 4e21513 submodule: display summary header in bold by Ramkumar Ramachandra · 12 years ago
  89. d21240f Merge branch 'jl/submodule-rm' by Jeff King · 12 years ago
  90. 293ab15 submodule: teach rm to remove submodules unless they contain a git directory by Jens Lehmann · 13 years ago
  91. 50d89ad submodule: use argv_array instead of hand-building arrays by Jens Lehmann · 13 years ago
  92. 419f2ec Merge branch 'hv/submodule-recurse-push' by Junio C Hamano · 13 years ago
  93. c2df758 submodule: fix prototype of gitmodules_config by René Scharfe · 13 years ago
  94. eb21c73 push: teach --recurse-submodules the on-demand option by Heiko Voigt · 13 years ago
  95. a762e51 Refactor submodule push check to use string list instead of integer by Heiko Voigt · 13 years ago
  96. 8098878 submodule: Search for merges only at end of recursive merge by Brad King · 13 years ago
  97. d2b17b3 push: Don't push a repository with unpushed submodules by Fredrik Gustafsson · 14 years ago
  98. 8f0700d fetch/pull: Add the 'on-demand' value to the --recurse-submodules option by Jens Lehmann · 14 years ago
  99. 88a2197 fetch/pull: recurse into submodules when necessary by Jens Lehmann · 14 years ago
  100. be254a0 Add the 'fetch.recurseSubmodules' config setting by Jens Lehmann · 14 years ago