summaryrefslogtreecommitdiff
path: root/submodule.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-31Rename sha1_array to oid_arrayLibravatar brian m. carlson1-24/+24
2017-03-31Convert sha1_array_for_each_unique and for_each_abbrev to object_idLibravatar brian m. carlson1-10/+10
2017-03-31Make sha1_array_append take a struct object_id *Libravatar brian m. carlson1-3/+3
2017-03-30convert unchecked snprintf into xsnprintfLibravatar Jeff King1-1/+1
2017-03-30Merge branch 'bw/submodule-is-active'Libravatar Junio C Hamano1-8/+42
2017-03-29submodule.c: correctly handle nested submodules in is_submodule_modifiedLibravatar Stefan Beller1-2/+19
2017-03-28Merge branch 'sb/checkout-recurse-submodules'Libravatar Junio C Hamano1-32/+190
2017-03-28submodule: convert check_for_new_submodule_commits to object_idLibravatar brian m. carlson1-2/+2
2017-03-27path.c: move some code out of strbuf_git_path_submodule()Libravatar Nguyễn Thái Ngọc Duy1-0/+31
2017-03-27submodule.c: stricter checking for submodules in is_submodule_modifiedLibravatar Stefan Beller1-2/+3
2017-03-27submodule.c: port is_submodule_modified to use porcelain 2Libravatar Stefan Beller1-4/+5
2017-03-27submodule.c: convert is_submodule_modified to use strbuf_getwholelineLibravatar Stefan Beller1-16/+14
2017-03-27submodule.c: factor out early loop termination in is_submodule_modifiedLibravatar Stefan Beller1-8/+8
2017-03-27submodule.c: use argv_array in is_submodule_modifiedLibravatar Stefan Beller1-8/+2
2017-03-18submodule: decouple url and submodule interestLibravatar Brandon Williams1-8/+42
2017-03-17Merge branch 'sb/rev-parse-show-superproject-root'Libravatar Junio C Hamano1-0/+82
2017-03-16update submodules: add submodule_move_headLibravatar Stefan Beller1-0/+137
2017-03-16submodule.c: get_super_prefix_or_emptyLibravatar Stefan Beller1-6/+10
2017-03-15update submodules: move up prepare_submodule_repo_envLibravatar Stefan Beller1-12/+17
2017-03-15submodules: introduce check to see whether to touch a submoduleLibravatar Stefan Beller1-0/+16
2017-03-15update submodules: add a config option to determine if submodules are updatedLibravatar Stefan Beller1-0/+6
2017-03-15make is_submodule_populated gentlyLibravatar Stefan Beller1-5/+2
2017-03-15connect_work_tree_and_git_dir: safely create leading directoriesLibravatar Stefan Beller1-9/+2
2017-03-08rev-parse: add --show-superproject-working-treeLibravatar Stefan Beller1-0/+82
2017-03-08real_pathdup(): fix callsites that wanted it to die on errorLibravatar Johannes Schindelin1-5/+5
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-17Merge branch 'bw/push-dry-run' into maintLibravatar Junio C Hamano1-5/+8
2017-01-17Merge branch 'hv/submodule-not-yet-pushed-fix' into maintLibravatar Junio C Hamano1-26/+97
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