aboutsummaryrefslogtreecommitdiffstats
path: root/submodule.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-02diff: submodule inline diff to initialize env array.Stefan Beller1-0/+1
2017-03-31Rename sha1_array to oid_arraybrian m. carlson1-24/+24
2017-03-31Convert sha1_array_for_each_unique and for_each_abbrev to object_idbrian m. carlson1-10/+10
2017-03-31Make sha1_array_append take a struct object_id *brian m. carlson1-3/+3
2017-03-30convert unchecked snprintf into xsnprintfJeff King1-1/+1
2017-03-30Merge branch 'bw/submodule-is-active'Junio C Hamano1-8/+42
2017-03-29submodule.c: correctly handle nested submodules in is_submodule_modifiedStefan Beller1-2/+19
2017-03-28Merge branch 'sb/checkout-recurse-submodules'Junio C Hamano1-32/+190
2017-03-28submodule: convert check_for_new_submodule_commits to object_idbrian m. carlson1-2/+2
2017-03-27path.c: move some code out of strbuf_git_path_submodule()Nguyễn Thái Ngọc Duy1-0/+31
2017-03-27submodule.c: stricter checking for submodules in is_submodule_modifiedStefan Beller1-2/+3
2017-03-27submodule.c: port is_submodule_modified to use porcelain 2Stefan Beller1-4/+5
2017-03-27submodule.c: convert is_submodule_modified to use strbuf_getwholelineStefan Beller1-16/+14
2017-03-27submodule.c: factor out early loop termination in is_submodule_modifiedStefan Beller1-8/+8
2017-03-27submodule.c: use argv_array in is_submodule_modifiedStefan Beller1-8/+2
2017-03-18submodule: decouple url and submodule interestBrandon Williams1-8/+42
2017-03-17Merge branch 'sb/rev-parse-show-superproject-root'Junio C Hamano1-0/+82
2017-03-16update submodules: add submodule_move_headStefan Beller1-0/+137
2017-03-16submodule.c: get_super_prefix_or_emptyStefan Beller1-6/+10
2017-03-15update submodules: move up prepare_submodule_repo_envStefan Beller1-12/+17
2017-03-15submodules: introduce check to see whether to touch a submoduleStefan Beller1-0/+16
2017-03-15update submodules: add a config option to determine if submodules are updatedStefan Beller1-0/+6
2017-03-15make is_submodule_populated gentlyStefan Beller1-5/+2
2017-03-15connect_work_tree_and_git_dir: safely create leading directoriesStefan Beller1-9/+2
2017-03-08rev-parse: add --show-superproject-working-treeStefan Beller1-0/+82
2017-03-08real_pathdup(): fix callsites that wanted it to die on errorJohannes Schindelin1-5/+5
2017-01-26submodule absorbing: fix worktree/gitdir pointers recursively for non-movesStefan Beller1-16/+46
2017-01-18Merge branch 'sb/submodule-cleanup-export-git-dir-env'Junio C Hamano1-1/+2
2017-01-18Merge branch 'sb/submodule-rm-absorb'Junio C Hamano1-19/+38
2017-01-18Merge branch 'bw/grep-recurse-submodules'Junio C Hamano1-4/+54
2017-01-17Merge branch 'bw/push-dry-run' into maintJunio C Hamano1-5/+8
2017-01-17Merge branch 'hv/submodule-not-yet-pushed-fix' into maintJunio C Hamano1-26/+97
2017-01-10Merge branch 'sb/submodule-embed-gitdir'Junio C Hamano1-24/+103
2017-01-07submodule.c: use GIT_DIR_ENVIRONMENT consistentlyStefan Beller1-1/+2
2016-12-27submodule: rename and add flags to ok_to_remove_submoduleStefan Beller1-12/+37
2016-12-27submodule: modernize ok_to_remove_submodule to use argv_arrayStefan Beller1-10/+4
2016-12-22submodules: load gitmodules file from commit sha1Brandon Williams1-0/+12
2016-12-22submodules: add helper to determine if a submodule is initializedBrandon Williams1-0/+23
2016-12-22submodules: add helper to determine if a submodule is populatedBrandon Williams1-0/+15
2016-12-16Merge branch 'bw/push-dry-run'Junio C Hamano1-5/+8
2016-12-16Merge branch 'hv/submodule-not-yet-pushed-fix'Junio C Hamano1-26/+97
2016-12-12real_path: have callers use real_pathdup and strbuf_realpathBrandon Williams1-1/+1
2016-12-12submodule: add absorb-git-dir functionStefan Beller1-0/+103
2016-12-12move connect_work_tree_and_git_dir to dir.hStefan Beller1-25/+0
2016-12-09submodule: use absolute path for computing relative path connectingStefan Beller1-6/+7
2016-11-23push: fix --dry-run to not push submodulesBrandon Williams1-5/+8
2016-11-16submodule_needs_pushing(): explain the behaviour when we cannot answerHeiko Voigt1-0/+11
2016-11-16batch check whether submodule needs pushing into one callHeiko Voigt1-29/+33
2016-11-16serialize collection of refs that contain submodule changesHeiko Voigt1-15/+20
2016-11-16serialize collection of changed submodulesHeiko Voigt1-4/+55