summaryrefslogtreecommitdiff
path: root/submodule.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-23Merge branch 'sb/checkout-recurse-submodules'Libravatar Junio C Hamano1-2/+1
2017-04-19Merge branch 'nd/files-backend-git-dir'Libravatar Junio C Hamano1-0/+31
2017-04-19Merge branch 'sb/submodule-rm-absorb'Libravatar Junio C Hamano1-2/+2
2017-04-19Merge branch 'bw/push-options-recursively-to-submodules'Libravatar Junio C Hamano1-4/+70
2017-04-19Merge branch 'bc/object-id'Libravatar Junio C Hamano1-33/+33
2017-04-19Merge branch 'sb/submodule-short-status'Libravatar Junio C Hamano1-32/+43
2017-04-17submodule: remove a superfluous second check for the "new" variableLibravatar Sebastian Schuberth1-2/+1
2017-04-16Merge branch 'sb/show-diff-for-submodule-in-diff-fix'Libravatar Junio C Hamano1-0/+1
2017-04-16Merge branch 'jk/snprintf-cleanups'Libravatar Junio C Hamano1-1/+1
2017-04-13submodule.c: add missing ' in error messagesLibravatar Ralf Thielow1-2/+2
2017-04-11push: propagate remote and refspec with --recurse-submodulesLibravatar Brandon Williams1-3/+60
2017-04-11push: propagate push-options with --recurse-submodulesLibravatar Brandon Williams1-2/+11
2017-04-02diff: submodule inline diff to initialize env array.Libravatar Stefan Beller1-0/+1
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