summaryrefslogtreecommitdiff
path: root/submodule.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-26submodule absorbing: fix worktree/gitdir pointers recursively for non-movesLibravatar Stefan Beller1-16/+46
2017-01-18Merge branch 'sb/submodule-cleanup-export-git-dir-env'Libravatar Junio C Hamano1-1/+2
2017-01-18Merge branch 'sb/submodule-rm-absorb'Libravatar Junio C Hamano1-19/+38
2017-01-18Merge branch 'bw/grep-recurse-submodules'Libravatar Junio C Hamano1-4/+54
2017-01-10Merge branch 'sb/submodule-embed-gitdir'Libravatar Junio C Hamano1-24/+103
2017-01-07submodule.c: use GIT_DIR_ENVIRONMENT consistentlyLibravatar Stefan Beller1-1/+2
2016-12-27submodule: rename and add flags to ok_to_remove_submoduleLibravatar Stefan Beller1-12/+37
2016-12-27submodule: modernize ok_to_remove_submodule to use argv_arrayLibravatar Stefan Beller1-10/+4
2016-12-22submodules: load gitmodules file from commit sha1Libravatar Brandon Williams1-0/+12
2016-12-22submodules: add helper to determine if a submodule is initializedLibravatar Brandon Williams1-0/+23
2016-12-22submodules: add helper to determine if a submodule is populatedLibravatar Brandon Williams1-0/+15
2016-12-16Merge branch 'bw/push-dry-run'Libravatar Junio C Hamano1-5/+8
2016-12-16Merge branch 'hv/submodule-not-yet-pushed-fix'Libravatar Junio C Hamano1-26/+97
2016-12-12real_path: have callers use real_pathdup and strbuf_realpathLibravatar Brandon Williams1-1/+1
2016-12-12submodule: add absorb-git-dir functionLibravatar Stefan Beller1-0/+103
2016-12-12move connect_work_tree_and_git_dir to dir.hLibravatar Stefan Beller1-25/+0
2016-12-09submodule: use absolute path for computing relative path connectingLibravatar Stefan Beller1-6/+7
2016-11-23push: fix --dry-run to not push submodulesLibravatar Brandon Williams1-5/+8
2016-11-16submodule_needs_pushing(): explain the behaviour when we cannot answerLibravatar Heiko Voigt1-0/+11
2016-11-16batch check whether submodule needs pushing into one callLibravatar Heiko Voigt1-29/+33
2016-11-16serialize collection of refs that contain submodule changesLibravatar Heiko Voigt1-15/+20
2016-11-16serialize collection of changed submodulesLibravatar Heiko Voigt1-4/+55
2016-10-17Merge branch 'rs/cocci'Libravatar Junio C Hamano1-4/+3
2016-10-17Merge branch 'jk/alt-odb-cleanup'Libravatar Junio C Hamano1-22/+1
2016-10-10alternates: provide helper for adding to alternates listLibravatar Jeff King1-22/+1
2016-10-10use strbuf_add_unique_abbrev() for adding short hashes, part 3Libravatar René Scharfe1-4/+3
2016-10-06Merge branch 'rs/cocci'Libravatar Junio C Hamano1-1/+1
2016-09-27use strbuf_add_unique_abbrev() for adding short hashes, part 2Libravatar René Scharfe1-1/+1
2016-09-27use strbuf_addstr() instead of strbuf_addf() with "%s", part 2Libravatar René Scharfe1-1/+1
2016-09-26sha1_array: let callbacks interrupt iterationLibravatar Jeff King1-1/+2
2016-09-12Merge branch 'jc/submodule-anchor-git-dir'Libravatar Junio C Hamano1-0/+1
2016-09-01submodule: avoid auto-discovery in prepare_submodule_repo_env()Libravatar Junio C Hamano1-0/+1
2016-08-31diff: teach diff to display submodule difference with an inline diffLibravatar Jacob Keller1-0/+69
2016-08-31submodule: refactor show_submodule_summary with helper functionLibravatar Jacob Keller1-33/+82
2016-08-31submodule: convert show_submodule_summary to use struct object_id *Libravatar Jacob Keller1-8/+8
2016-08-31allow do_submodule_path to work even if submodule isn't checked outLibravatar Jacob Keller1-2/+4
2016-07-19Merge branch 'bc/cocci'Libravatar Junio C Hamano1-2/+2
2016-06-28diff: convert struct diff_filespec to struct object_idLibravatar brian m. carlson1-2/+2
2016-06-13use string_list initializer consistentlyLibravatar Jeff King1-1/+1
2016-05-17Merge branch 'jk/submodule-c-credential'Libravatar Junio C Hamano1-7/+18
2016-05-06submodule: stop sanitizing config optionsLibravatar Jeff King1-38/+1
2016-04-28submodule: use prepare_submodule_repo_env consistentlyLibravatar Jeff King1-7/+7
2016-04-28submodule--helper: move config-sanitizing to submodule.cLibravatar Jeff King1-0/+48
2016-04-16submodule: port init from shell to CLibravatar Stefan Beller1-0/+21
2016-04-14Merge branch 'sb/submodule-path-misc-bugs' into sb/submodule-initLibravatar Junio C Hamano1-9/+7
2016-03-04Merge branch 'sb/submodule-parallel-fetch'Libravatar Junio C Hamano1-4/+3
2016-03-01fetching submodules: respect `submodule.fetchJobs` config optionLibravatar Stefan Beller1-1/+15
2016-03-01submodule-config: keep update strategy aroundLibravatar Stefan Beller1-0/+21
2016-03-01run-command: do not pass child process data into callbacksLibravatar Stefan Beller1-4/+3
2016-02-26Merge branch 'ps/config-error'Libravatar Junio C Hamano1-6/+4