98 Commits (b9db14f52ea40019948d6328f7b6a749840ba284)

Author SHA1 Message Date
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
Brandon Williams 5688c28d81 submodules: add helper to determine if a submodule is populated 8 years ago
Brandon Williams 6c656c3fe4 submodules: add RECURSE_SUBMODULES_ONLY value 8 years ago
Stefan Beller f6f8586140 submodule: add absorb-git-dir function 8 years ago
Stefan Beller 47e83eb3b7 move connect_work_tree_and_git_dir to dir.h 8 years ago
Brandon Williams 0301c821c5 push: fix --dry-run to not push submodules 8 years ago
Heiko Voigt 9cfa1c260f serialize collection of refs that contain submodule changes 8 years ago
Jacob Keller fd47ae6a5b diff: teach diff to display submodule difference with an inline diff 9 years ago
Jacob Keller 602a283afb submodule: convert show_submodule_summary to use struct object_id * 9 years ago
Jeff King 89044baa8b submodule: stop sanitizing config options 9 years ago
Jeff King 4638728c63 submodule--helper: move config-sanitizing to submodule.c 9 years ago
Stefan Beller 3604242f08 submodule: port init from shell to C 9 years ago
Stefan Beller a028a1930c fetching submodules: respect `submodule.fetchJobs` config option 9 years ago
Stefan Beller ea2fa5a338 submodule-config: keep update strategy around 9 years ago
Stefan Beller 62104ba14a submodules: allow parallel fetching, add tests and documentation 9 years ago
Mike Crowe b33a15b081 push: add recurseSubmodules config option 9 years ago
Heiko Voigt 027771fcb1 submodule: allow erroneous values for the fetchRecurseSubmodules option 10 years ago
Heiko Voigt 851e18c385 submodule: use new config API for worktree configurations 10 years ago
Heiko Voigt 959b5455d0 submodule: implement a config API for lookup of .gitmodules values 10 years ago