summaryrefslogtreecommitdiff
path: root/submodule.c
AgeCommit message (Expand)Author
2017-04-24Merge branch 'sb/checkout-recurse-submodules'Junio C Hamano
2017-04-20Merge branch 'nd/files-backend-git-dir'Junio C Hamano
2017-04-20Merge branch 'sb/submodule-rm-absorb'Junio C Hamano
2017-04-20Merge branch 'bw/push-options-recursively-to-submodules'Junio C Hamano
2017-04-20Merge branch 'bc/object-id'Junio C Hamano
2017-04-20Merge branch 'sb/submodule-short-status'Junio C Hamano
2017-04-18submodule: remove a superfluous second check for the "new" variableSebastian Schuberth
2017-04-17Merge branch 'sb/show-diff-for-submodule-in-diff-fix'Junio C Hamano
2017-04-17Merge branch 'jk/snprintf-cleanups'Junio C Hamano
2017-04-14submodule.c: add missing ' in error messagesRalf Thielow
2017-04-11push: propagate remote and refspec with --recurse-submodulesBrandon Williams
2017-04-11push: propagate push-options with --recurse-submodulesBrandon Williams
2017-04-02diff: submodule inline diff to initialize env array.Stefan Beller
2017-03-31Rename sha1_array to oid_arraybrian m. carlson
2017-03-31Convert sha1_array_for_each_unique and for_each_abbrev to object_idbrian m. carlson
2017-03-31Make sha1_array_append take a struct object_id *brian m. carlson
2017-03-30convert unchecked snprintf into xsnprintfJeff King
2017-03-30Merge branch 'bw/submodule-is-active'Junio C Hamano
2017-03-30submodule.c: correctly handle nested submodules in is_submodule_modifiedStefan Beller
2017-03-28Merge branch 'sb/checkout-recurse-submodules'Junio C Hamano
2017-03-28submodule: convert check_for_new_submodule_commits to object_idbrian m. carlson
2017-03-27path.c: move some code out of strbuf_git_path_submodule()Nguyễn Thái Ngọc Duy
2017-03-27submodule.c: stricter checking for submodules in is_submodule_modifiedStefan Beller
2017-03-27submodule.c: port is_submodule_modified to use porcelain 2Stefan Beller
2017-03-27submodule.c: convert is_submodule_modified to use strbuf_getwholelineStefan Beller
2017-03-27submodule.c: factor out early loop termination in is_submodule_modifiedStefan Beller
2017-03-27submodule.c: use argv_array in is_submodule_modifiedStefan Beller
2017-03-18submodule: decouple url and submodule interestBrandon Williams
2017-03-17Merge branch 'sb/rev-parse-show-superproject-root'Junio C Hamano
2017-03-16update submodules: add submodule_move_headStefan Beller
2017-03-16submodule.c: get_super_prefix_or_emptyStefan Beller
2017-03-16update submodules: move up prepare_submodule_repo_envStefan Beller
2017-03-16submodules: introduce check to see whether to touch a submoduleStefan Beller
2017-03-16update submodules: add a config option to determine if submodules are updatedStefan Beller
2017-03-16make is_submodule_populated gentlyStefan Beller
2017-03-16connect_work_tree_and_git_dir: safely create leading directoriesStefan Beller
2017-03-08rev-parse: add --show-superproject-working-treeStefan Beller
2017-03-08real_pathdup(): fix callsites that wanted it to die on errorJohannes Schindelin
2017-01-26submodule absorbing: fix worktree/gitdir pointers recursively for non-movesStefan Beller
2017-01-18Merge branch 'sb/submodule-cleanup-export-git-dir-env'Junio C Hamano
2017-01-18Merge branch 'sb/submodule-rm-absorb'Junio C Hamano
2017-01-18Merge branch 'bw/grep-recurse-submodules'Junio C Hamano
2017-01-17Merge branch 'bw/push-dry-run' into maintJunio C Hamano
2017-01-17Merge branch 'hv/submodule-not-yet-pushed-fix' into maintJunio C Hamano
2017-01-10Merge branch 'sb/submodule-embed-gitdir'Junio C Hamano
2017-01-07submodule.c: use GIT_DIR_ENVIRONMENT consistentlyStefan Beller
2016-12-27submodule: rename and add flags to ok_to_remove_submoduleStefan Beller
2016-12-27submodule: modernize ok_to_remove_submodule to use argv_arrayStefan Beller
2016-12-22submodules: load gitmodules file from commit sha1Brandon Williams
2016-12-22submodules: add helper to determine if a submodule is initializedBrandon Williams