summaryrefslogtreecommitdiff
path: root/submodule.c
AgeCommit message (Expand)Author
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-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
2016-09-01submodule: avoid auto-discovery in prepare_submodule_repo_env()Junio C Hamano
2016-09-01diff: teach diff to display submodule difference with an inline diffJacob Keller
2016-09-01submodule: refactor show_submodule_summary with helper functionJacob Keller
2016-09-01submodule: convert show_submodule_summary to use struct object_id *Jacob Keller
2016-09-01allow do_submodule_path to work even if submodule isn't checked outJacob Keller
2016-07-19Merge branch 'bc/cocci'Junio C Hamano
2016-06-28diff: convert struct diff_filespec to struct object_idbrian m. carlson
2016-06-13use string_list initializer consistentlyJeff King
2016-05-17Merge branch 'jk/submodule-c-credential'Junio C Hamano
2016-05-06submodule: stop sanitizing config optionsJeff King
2016-04-28submodule: use prepare_submodule_repo_env consistentlyJeff King
2016-04-28submodule--helper: move config-sanitizing to submodule.cJeff King
2016-04-17submodule: port init from shell to CStefan Beller
2016-04-14Merge branch 'sb/submodule-path-misc-bugs' into sb/submodule-initJunio C Hamano
2016-03-04Merge branch 'sb/submodule-parallel-fetch'Junio C Hamano
2016-03-01fetching submodules: respect `submodule.fetchJobs` config optionStefan Beller
2016-03-01submodule-config: keep update strategy aroundStefan Beller
2016-03-01run-command: do not pass child process data into callbacksStefan Beller
2016-02-26Merge branch 'ps/config-error'Junio C Hamano