summaryrefslogtreecommitdiff
path: root/submodule.h
AgeCommit message (Expand)AuthorFilesLines
2017-07-17submodule: convert submodule config lookup to use object_idLibravatar brian m. carlson1-1/+1
2017-07-13Merge branch 'sb/pull-rebase-submodule'Libravatar Junio C Hamano1-0/+4
2017-06-30submodule.c: migrate diff output to use emit_diff_symbolLibravatar Stefan Beller1-9/+4
2017-06-23submodule: convert is_submodule_initialized to work on a repositoryLibravatar Brandon Williams1-1/+1
2017-06-23submodule: add repo_read_gitmodulesLibravatar Brandon Williams1-0/+2
2017-06-23pull: optionally rebase submodules (remote submodule changes only)Libravatar Stefan Beller1-0/+4
2017-06-13Merge branch 'sb/submodule-blanket-recursive'Libravatar Junio C Hamano1-1/+6
2017-06-01Introduce 'submodule.recurse' option for worktree manipulatorsLibravatar Stefan Beller1-0/+1
2017-05-30reset/checkout/read-tree: unify config callback for submodule recursionLibravatar Stefan Beller1-1/+5
2017-05-30Merge branch 'bw/pathspec-sans-the-index'Libravatar Junio C Hamano1-0/+4
2017-05-12pathspec: remove PATHSPEC_STRIP_SUBMODULE_SLASH_EXPENSIVE flagLibravatar Brandon Williams1-0/+2
2017-05-10submodule: add die_in_unpopulated_submodule functionLibravatar Brandon Williams1-0/+2
2017-05-08submodule: convert merge_submodule to use struct object_idLibravatar brian m. carlson1-4/+4
2017-04-19Merge branch 'nd/files-backend-git-dir'Libravatar Junio C Hamano1-0/+6
2017-04-19Merge branch 'bw/push-options-recursively-to-submodules'Libravatar Junio C Hamano1-1/+4
2017-04-19Merge branch 'bc/object-id'Libravatar Junio C Hamano1-4/+4
2017-04-11push: propagate remote and refspec with --recurse-submodulesLibravatar Brandon Williams1-1/+3
2017-04-11push: propagate push-options with --recurse-submodulesLibravatar Brandon Williams1-0/+1
2017-03-31Rename sha1_array to oid_arrayLibravatar brian m. carlson1-3/+3
2017-03-28Merge branch 'sb/checkout-recurse-submodules'Libravatar Junio C Hamano1-1/+22
2017-03-28submodule: convert check_for_new_submodule_commits to object_idLibravatar brian m. carlson1-1/+1
2017-03-27path.c: move some code out of strbuf_git_path_submodule()Libravatar Nguyễn Thái Ngọc Duy1-0/+6
2017-03-16update submodules: add submodule_move_headLibravatar Stefan Beller1-0/+7
2017-03-15submodules: introduce check to see whether to touch a submoduleLibravatar Stefan Beller1-0/+7
2017-03-15update submodules: add a config option to determine if submodules are updatedLibravatar Stefan Beller1-0/+1
2017-03-15make is_submodule_populated gentlyLibravatar Stefan Beller1-1/+7
2017-03-08rev-parse: add --show-superproject-working-treeLibravatar Stefan Beller1-0/+8
2017-01-31Merge branch 'bw/push-submodule-only'Libravatar Junio C Hamano1-0/+1
2017-01-18Merge branch 'sb/submodule-rm-absorb'Libravatar Junio C Hamano1-24/+32
2017-01-18Merge branch 'bw/grep-recurse-submodules'Libravatar Junio C Hamano1-0/+3
2017-01-10Merge branch 'sb/submodule-embed-gitdir'Libravatar Junio C Hamano1-1/+4
2016-12-27submodule: rename and add flags to ok_to_remove_submoduleLibravatar Stefan Beller1-1/+5
2016-12-27submodule.h: add extern keyword to functionsLibravatar Stefan Beller1-25/+30
2016-12-22submodules: load gitmodules file from commit sha1Libravatar Brandon Williams1-0/+1
2016-12-22submodules: add helper to determine if a submodule is initializedLibravatar Brandon Williams1-0/+1
2016-12-22submodules: add helper to determine if a submodule is populatedLibravatar Brandon Williams1-0/+1
2016-12-20submodules: add RECURSE_SUBMODULES_ONLY valueLibravatar Brandon Williams1-0/+1
2016-12-12submodule: add absorb-git-dir functionLibravatar Stefan Beller1-0/+4
2016-12-12move connect_work_tree_and_git_dir to dir.hLibravatar Stefan Beller1-1/+0
2016-11-23push: fix --dry-run to not push submodulesLibravatar Brandon Williams1-1/+3
2016-11-16serialize collection of refs that contain submodule changesLibravatar Heiko Voigt1-2/+3
2016-08-31diff: teach diff to display submodule difference with an inline diffLibravatar Jacob Keller1-0/+6
2016-08-31submodule: convert show_submodule_summary to use struct object_id *Libravatar Jacob Keller1-1/+1
2016-05-17Merge branch 'jk/submodule-c-credential'Libravatar Junio C Hamano1-0/+7
2016-05-06submodule: stop sanitizing config optionsLibravatar Jeff King1-10/+1
2016-04-28submodule--helper: move config-sanitizing to submodule.cLibravatar Jeff King1-0/+16
2016-04-16submodule: port init from shell to CLibravatar Stefan Beller1-0/+1
2016-04-14Merge branch 'sb/submodule-path-misc-bugs' into sb/submodule-initLibravatar Junio C Hamano1-0/+1
2016-03-01fetching submodules: respect `submodule.fetchJobs` config optionLibravatar Stefan Beller1-0/+2
2016-03-01submodule-config: keep update strategy aroundLibravatar Stefan Beller1-0/+16