summaryrefslogtreecommitdiffstats
path: root/submodule.c
AgeCommit message (Expand)AuthorLines
2017-03-08real_pathdup(): fix callsites that wanted it to die on errorJohannes Schindelin-5/+5
2017-01-26submodule absorbing: fix worktree/gitdir pointers recursively for non-movesStefan Beller-16/+46
2017-01-18Merge branch 'sb/submodule-cleanup-export-git-dir-env'Junio C Hamano-1/+2
2017-01-18Merge branch 'sb/submodule-rm-absorb'Junio C Hamano-19/+38
2017-01-18Merge branch 'bw/grep-recurse-submodules'Junio C Hamano-4/+54
2017-01-10Merge branch 'sb/submodule-embed-gitdir'Junio C Hamano-24/+103
2017-01-07submodule.c: use GIT_DIR_ENVIRONMENT consistentlyStefan Beller-1/+2
2016-12-27submodule: rename and add flags to ok_to_remove_submoduleStefan Beller-12/+37
2016-12-27submodule: modernize ok_to_remove_submodule to use argv_arrayStefan Beller-10/+4
2016-12-22submodules: load gitmodules file from commit sha1Brandon Williams-0/+12
2016-12-22submodules: add helper to determine if a submodule is initializedBrandon Williams-0/+23
2016-12-22submodules: add helper to determine if a submodule is populatedBrandon Williams-0/+15
2016-12-16Merge branch 'bw/push-dry-run'Junio C Hamano-5/+8
2016-12-16Merge branch 'hv/submodule-not-yet-pushed-fix'Junio C Hamano-26/+97
2016-12-12real_path: have callers use real_pathdup and strbuf_realpathBrandon Williams-1/+1
2016-12-12submodule: add absorb-git-dir functionStefan Beller-0/+103
2016-12-12move connect_work_tree_and_git_dir to dir.hStefan Beller-25/+0
2016-12-09submodule: use absolute path for computing relative path connectingStefan Beller-6/+7
2016-11-23push: fix --dry-run to not push submodulesBrandon Williams-5/+8
2016-11-16submodule_needs_pushing(): explain the behaviour when we cannot answerHeiko Voigt-0/+11
2016-11-16batch check whether submodule needs pushing into one callHeiko Voigt-29/+33
2016-11-16serialize collection of refs that contain submodule changesHeiko Voigt-15/+20
2016-11-16serialize collection of changed submodulesHeiko Voigt-4/+55
2016-10-17Merge branch 'rs/cocci'Junio C Hamano-4/+3
2016-10-17Merge branch 'jk/alt-odb-cleanup'Junio C Hamano-22/+1
2016-10-10alternates: provide helper for adding to alternates listJeff King-22/+1
2016-10-10use strbuf_add_unique_abbrev() for adding short hashes, part 3René Scharfe-4/+3
2016-10-06Merge branch 'rs/cocci'Junio C Hamano-1/+1
2016-09-27use strbuf_add_unique_abbrev() for adding short hashes, part 2René Scharfe-1/+1
2016-09-27use strbuf_addstr() instead of strbuf_addf() with "%s", part 2René Scharfe-1/+1
2016-09-26sha1_array: let callbacks interrupt iterationJeff King-1/+2
2016-09-12Merge branch 'jc/submodule-anchor-git-dir'Junio C Hamano-0/+1
2016-09-01submodule: avoid auto-discovery in prepare_submodule_repo_env()Junio C Hamano-0/+1
2016-08-31diff: teach diff to display submodule difference with an inline diffJacob Keller-0/+69
2016-08-31submodule: refactor show_submodule_summary with helper functionJacob Keller-33/+82
2016-08-31submodule: convert show_submodule_summary to use struct object_id *Jacob Keller-8/+8
2016-08-31allow do_submodule_path to work even if submodule isn't checked outJacob Keller-2/+4
2016-07-19Merge branch 'bc/cocci'Junio C Hamano-2/+2
2016-06-28diff: convert struct diff_filespec to struct object_idbrian m. carlson-2/+2
2016-06-13use string_list initializer consistentlyJeff King-1/+1
2016-05-17Merge branch 'jk/submodule-c-credential'Junio C Hamano-7/+18
2016-05-06submodule: stop sanitizing config optionsJeff King-38/+1
2016-04-28submodule: use prepare_submodule_repo_env consistentlyJeff King-7/+7
2016-04-28submodule--helper: move config-sanitizing to submodule.cJeff King-0/+48
2016-04-16submodule: port init from shell to CStefan Beller-0/+21
2016-04-14Merge branch 'sb/submodule-path-misc-bugs' into sb/submodule-initJunio C Hamano-9/+7
2016-03-04Merge branch 'sb/submodule-parallel-fetch'Junio C Hamano-4/+3
2016-03-01fetching submodules: respect `submodule.fetchJobs` config optionStefan Beller-1/+15
2016-03-01submodule-config: keep update strategy aroundStefan Beller-0/+21
2016-03-01run-command: do not pass child process data into callbacksStefan Beller-4/+3