aboutsummaryrefslogtreecommitdiff
path: root/submodule.c
Commit message (Expand)AuthorAge
* real_pathdup(): fix callsites that wanted it to die on errorJohannes Schindelin2017-03-08
* submodule absorbing: fix worktree/gitdir pointers recursively for non-movesStefan Beller2017-01-26
* Merge branch 'sb/submodule-cleanup-export-git-dir-env'Junio C Hamano2017-01-18
|\
| * submodule.c: use GIT_DIR_ENVIRONMENT consistentlyStefan Beller2017-01-07
* | Merge branch 'sb/submodule-rm-absorb'Junio C Hamano2017-01-18
|\ \
| * | submodule: rename and add flags to ok_to_remove_submoduleStefan Beller2016-12-27
| * | submodule: modernize ok_to_remove_submodule to use argv_arrayStefan Beller2016-12-27
* | | Merge branch 'bw/grep-recurse-submodules'Junio C Hamano2017-01-18
|\ \ \
| * | | submodules: load gitmodules file from commit sha1Brandon Williams2016-12-22
| * | | submodules: add helper to determine if a submodule is initializedBrandon Williams2016-12-22
| * | | submodules: add helper to determine if a submodule is populatedBrandon Williams2016-12-22
| * | | real_path: have callers use real_pathdup and strbuf_realpathBrandon Williams2016-12-12
* | | | Merge branch 'sb/submodule-embed-gitdir'Junio C Hamano2017-01-10
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | submodule: add absorb-git-dir functionStefan Beller2016-12-12
| * | move connect_work_tree_and_git_dir to dir.hStefan Beller2016-12-12
| * | submodule: use absolute path for computing relative path connectingStefan Beller2016-12-09
| |/
* | Merge branch 'bw/push-dry-run'Junio C Hamano2016-12-16
|\ \
| * | push: fix --dry-run to not push submodulesBrandon Williams2016-11-23
* | | Merge branch 'hv/submodule-not-yet-pushed-fix'Junio C Hamano2016-12-16
|\ \ \ | |/ / | | / | |/ |/|
| * submodule_needs_pushing(): explain the behaviour when we cannot answerHeiko Voigt2016-11-16
| * batch check whether submodule needs pushing into one callHeiko Voigt2016-11-16
| * serialize collection of refs that contain submodule changesHeiko Voigt2016-11-16
| * serialize collection of changed submodulesHeiko Voigt2016-11-16
* | Merge branch 'rs/cocci'Junio C Hamano2016-10-17
|\ \
| * | use strbuf_add_unique_abbrev() for adding short hashes, part 3René Scharfe2016-10-10
* | | Merge branch 'jk/alt-odb-cleanup'Junio C Hamano2016-10-17
|\ \ \ | |_|/ |/| |
| * | alternates: provide helper for adding to alternates listJeff King2016-10-10
* | | Merge branch 'rs/cocci'Junio C Hamano2016-10-06
|\ \ \ | | |/ | |/|
| * | use strbuf_add_unique_abbrev() for adding short hashes, part 2René Scharfe2016-09-27
| * | use strbuf_addstr() instead of strbuf_addf() with "%s", part 2René Scharfe2016-09-27
* | | sha1_array: let callbacks interrupt iterationJeff King2016-09-26
| |/ |/|
* | Merge branch 'jc/submodule-anchor-git-dir'Junio C Hamano2016-09-12
|\ \
| * | submodule: avoid auto-discovery in prepare_submodule_repo_env()Junio C Hamano2016-09-01
* | | diff: teach diff to display submodule difference with an inline diffJacob Keller2016-08-31
* | | submodule: refactor show_submodule_summary with helper functionJacob Keller2016-08-31
* | | submodule: convert show_submodule_summary to use struct object_id *Jacob Keller2016-08-31
* | | allow do_submodule_path to work even if submodule isn't checked outJacob Keller2016-08-31
| |/ |/|
* | Merge branch 'bc/cocci'Junio C Hamano2016-07-19
|\ \
| * | diff: convert struct diff_filespec to struct object_idbrian m. carlson2016-06-28
| |/
* | use string_list initializer consistentlyJeff King2016-06-13
|/
* Merge branch 'jk/submodule-c-credential'Junio C Hamano2016-05-17
|\
| * submodule: stop sanitizing config optionsJeff King2016-05-06
| * submodule: use prepare_submodule_repo_env consistentlyJeff King2016-04-28
| * submodule--helper: move config-sanitizing to submodule.cJeff King2016-04-28
* | submodule: port init from shell to CStefan Beller2016-04-16
* | Merge branch 'sb/submodule-path-misc-bugs' into sb/submodule-initJunio C Hamano2016-04-14
|\ \
| * \ Merge branch 'sb/submodule-parallel-fetch'Junio C Hamano2016-03-04
| |\ \
| * \ \ Merge branch 'ps/config-error'Junio C Hamano2016-02-26
| |\ \ \
| | * | | config: rename git_config_set_or_die to git_config_setPatrick Steinhardt2016-02-22
| | * | | config: rename git_config_set to git_config_set_gentlyPatrick Steinhardt2016-02-22