122 Commits (c6cc4c5afd2efd5f8081a3839b48d003de4e094f)

Author SHA1 Message Date
Jeff King cf7a901ae4 submodule: drop unused prefix parameter from some functions 6 years ago
Stefan Beller 898c2e65b7 submodule: unset core.worktree if no working tree is present 6 years ago
Nguyễn Thái Ngọc Duy 6245b98b0e submodule.c: remove some of the_repository references 6 years ago
Antonio Ospite b5c259f226 submodule: add a helper to check if it is safe to write to .gitmodules 6 years ago
Nguyễn Thái Ngọc Duy 174d131fc9 submodule.c: remove implicit dependency on the_index 6 years ago
Jonathan Nieder f178c13fda Revert "Merge branch 'sb/submodule-core-worktree'" 6 years ago
Elijah Newren ef3ca95475 Add missing includes and forward declarations 6 years ago
Nguyễn Thái Ngọc Duy 4dcd706fe4 submodule.h: drop extern from function declaration 7 years ago
Stefan Beller 4fa4f90ccd submodule: unset core.worktree if no working tree is present 7 years ago
Jonathan Tan 4d36f88be7 submodule: do not pass null OID to setup_revisions 7 years ago
Brandon Williams 60fba4bf16 submodule: convert push_unpushed_submodules to take a struct refspec 7 years ago
Stefan Beller 18cfc08866 submodule.c: move submodule merging to merge-recursive.c 7 years ago
Stefan Beller 61aad92b85 submodule.h: drop declaration of connect_work_tree_and_git_dir 7 years ago
Brandon Williams bc099914d4 submodule: rename 'new' variables 7 years ago
Brandon Williams e724197f23 submodule: convert get_next_submodule to not rely on the_index 7 years ago
Brandon Williams 7da9aba417 submodule: used correct index in is_staging_gitmodules_ok 7 years ago
Brandon Williams 3b8317a9e6 submodule: convert stage_updated_gitmodules to take a struct index_state 7 years ago
Han-Wen Nienhuys 217bb56d4f submodule.h: typofix 7 years ago
Brandon Williams 557a5998df submodule: remove gitmodules_config 8 years ago
Brandon Williams 1b796ace7b submodule-config: move submodule-config functions to submodule-config.c 8 years ago
Brandon Williams 2cc67fe54a submodule: remove submodule_config callback routine 8 years ago
Brandon Williams ec6141a0f2 submodule--helper: don't overlay config in update-clone 8 years ago
Brandon Williams 34e2ba04be submodule: check for unmerged .gitmodules outside of config parsing 8 years ago
Brandon Williams 91b834807b submodule: check for unstaged .gitmodules outside of config parsing 8 years ago
Brandon Williams 8fa2915971 submodule: remove fetch.recursesubmodules from submodule-config parsing 8 years ago
Brandon Williams f20e7c1ea2 submodule: remove submodule.fetchjobs from submodule-config parsing 8 years ago
brian m. carlson cd73de4714 submodule: convert submodule config lookup to use object_id 8 years ago
Stefan Beller f3597138df submodule.c: migrate diff output to use emit_diff_symbol 8 years ago
Brandon Williams 627d9342fe submodule: convert is_submodule_initialized to work on a repository 8 years ago
Brandon Williams 69aba5329e submodule: add repo_read_gitmodules 8 years ago
Stefan Beller a6d7eb2c7a pull: optionally rebase submodules (remote submodule changes only) 8 years ago
Stefan Beller 046b48239e Introduce 'submodule.recurse' option for worktree manipulators 8 years ago
Stefan Beller d7a3803f9e reset/checkout/read-tree: unify config callback for submodule recursion 8 years ago
Brandon Williams c08397e3aa pathspec: remove PATHSPEC_STRIP_SUBMODULE_SLASH_EXPENSIVE flag 8 years ago
Brandon Williams bdab972153 submodule: add die_in_unpopulated_submodule function 8 years ago
brian m. carlson 71f35d5cbc submodule: convert merge_submodule to use struct object_id 8 years ago
Brandon Williams 06bf4ad1db push: propagate remote and refspec with --recurse-submodules 8 years ago
Brandon Williams 2a90556dde push: propagate push-options with --recurse-submodules 8 years ago
brian m. carlson 910650d2f8 Rename sha1_array to oid_array 8 years ago
brian m. carlson 2eb80bcdcc submodule: convert check_for_new_submodule_commits to object_id 8 years ago
Nguyễn Thái Ngọc Duy bbbb7de7ac path.c: move some code out of strbuf_git_path_submodule() 8 years ago
Stefan Beller 6e3c1595c6 update submodules: add submodule_move_head 8 years ago
Stefan Beller 84f8925eeb submodules: introduce check to see whether to touch a submodule 8 years ago
Stefan Beller cf055e465f update submodules: add a config option to determine if submodules are updated 8 years ago
Stefan Beller 15cdc64776 make is_submodule_populated gently 8 years ago
Stefan Beller bf0231c661 rev-parse: add --show-superproject-working-tree 8 years ago
Stefan Beller 83b7696605 submodule: rename and add flags to ok_to_remove_submodule 8 years ago
Stefan Beller bd26756112 submodule.h: add extern keyword to functions 8 years ago
Brandon Williams 9ebf689aad submodules: load gitmodules file from commit sha1 8 years ago
Brandon Williams f9f42560e2 submodules: add helper to determine if a submodule is initialized 8 years ago