summaryrefslogtreecommitdiff
path: root/submodule.c
AgeCommit message (Expand)Author
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-02diff: submodule inline diff to initialize env array.Stefan Beller
2017-03-30convert unchecked snprintf into xsnprintfJeff King
2017-03-30Merge branch 'bw/submodule-is-active'Junio C Hamano
2017-03-28Merge branch 'sb/checkout-recurse-submodules'Junio C Hamano
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
2016-12-22submodules: add helper to determine if a submodule is populatedBrandon Williams
2016-12-16Merge branch 'bw/push-dry-run'Junio C Hamano
2016-12-16Merge branch 'hv/submodule-not-yet-pushed-fix'Junio C Hamano
2016-12-12real_path: have callers use real_pathdup and strbuf_realpathBrandon Williams
2016-12-12submodule: add absorb-git-dir functionStefan Beller
2016-12-12move connect_work_tree_and_git_dir to dir.hStefan Beller
2016-12-09submodule: use absolute path for computing relative path connectingStefan Beller
2016-11-23push: fix --dry-run to not push submodulesBrandon Williams
2016-11-16submodule_needs_pushing(): explain the behaviour when we cannot answerHeiko Voigt
2016-11-16batch check whether submodule needs pushing into one callHeiko Voigt
2016-11-16serialize collection of refs that contain submodule changesHeiko Voigt
2016-11-16serialize collection of changed submodulesHeiko Voigt
2016-10-17Merge branch 'rs/cocci'Junio C Hamano
2016-10-17Merge branch 'jk/alt-odb-cleanup'Junio C Hamano
2016-10-10alternates: provide helper for adding to alternates listJeff King
2016-10-10use strbuf_add_unique_abbrev() for adding short hashes, part 3René Scharfe
2016-10-06Merge branch 'rs/cocci'Junio C Hamano
2016-09-27use strbuf_add_unique_abbrev() for adding short hashes, part 2René Scharfe
2016-09-27use strbuf_addstr() instead of strbuf_addf() with "%s", part 2René Scharfe
2016-09-26sha1_array: let callbacks interrupt iterationJeff King
2016-09-12Merge branch 'jc/submodule-anchor-git-dir'Junio C Hamano