summaryrefslogtreecommitdiff
path: root/submodule.c
Commit message (Expand)AuthorAgeFilesLines
* submodule absorbing: fix worktree/gitdir pointers recursively for non-movessb/submodule-recursive-absorbStefan Beller2017-01-261-16/+46
* Merge branch 'sb/submodule-cleanup-export-git-dir-env'Junio C Hamano2017-01-181-1/+2
|\
| * submodule.c: use GIT_DIR_ENVIRONMENT consistentlysb/submodule-cleanup-export-git-dir-envStefan Beller2017-01-071-1/+2
* | Merge branch 'sb/submodule-rm-absorb'Junio C Hamano2017-01-181-19/+38
|\ \
| * | submodule: rename and add flags to ok_to_remove_submoduleStefan Beller2016-12-271-12/+37
| * | submodule: modernize ok_to_remove_submodule to use argv_arrayStefan Beller2016-12-271-10/+4
* | | Merge branch 'bw/grep-recurse-submodules'Junio C Hamano2017-01-181-4/+54
|\ \ \
| * | | submodules: load gitmodules file from commit sha1Brandon Williams2016-12-221-0/+12
| * | | submodules: add helper to determine if a submodule is initializedBrandon Williams2016-12-221-0/+23
| * | | submodules: add helper to determine if a submodule is populatedBrandon Williams2016-12-221-0/+15
| * | | real_path: have callers use real_pathdup and strbuf_realpathBrandon Williams2016-12-121-1/+1
* | | | Merge branch 'sb/submodule-embed-gitdir'Junio C Hamano2017-01-101-24/+103
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | submodule: add absorb-git-dir functionStefan Beller2016-12-121-0/+103
| * | move connect_work_tree_and_git_dir to dir.hStefan Beller2016-12-121-25/+0
| * | submodule: use absolute path for computing relative path connectingStefan Beller2016-12-091-6/+7
| |/
* | Merge branch 'bw/push-dry-run'Junio C Hamano2016-12-161-5/+8
|\ \
| * | push: fix --dry-run to not push submodulesbw/push-dry-runBrandon Williams2016-11-231-5/+8
* | | Merge branch 'hv/submodule-not-yet-pushed-fix'Junio C Hamano2016-12-161-26/+97
|\ \ \ | |/ / | | / | |/ |/|
| * submodule_needs_pushing(): explain the behaviour when we cannot answerhv/submodule-not-yet-pushed-fixHeiko Voigt2016-11-161-0/+11
| * batch check whether submodule needs pushing into one callHeiko Voigt2016-11-161-29/+33
| * serialize collection of refs that contain submodule changesHeiko Voigt2016-11-161-15/+20
| * serialize collection of changed submodulesHeiko Voigt2016-11-161-4/+55
* | Merge branch 'rs/cocci'Junio C Hamano2016-10-171-4/+3
|\ \
| * | use strbuf_add_unique_abbrev() for adding short hashes, part 3René Scharfe2016-10-101-4/+3
* | | Merge branch 'jk/alt-odb-cleanup'Junio C Hamano2016-10-171-22/+1
|\ \ \ | |_|/ |/| |
| * | alternates: provide helper for adding to alternates listJeff King2016-10-101-22/+1
* | | Merge branch 'rs/cocci'Junio C Hamano2016-10-061-1/+1
|\ \ \ | | |/ | |/|
| * | use strbuf_add_unique_abbrev() for adding short hashes, part 2René Scharfe2016-09-271-1/+1
| * | use strbuf_addstr() instead of strbuf_addf() with "%s", part 2René Scharfe2016-09-271-1/+1
* | | sha1_array: let callbacks interrupt iterationJeff King2016-09-261-1/+2
| |/ |/|
* | Merge branch 'jc/submodule-anchor-git-dir'Junio C Hamano2016-09-121-0/+1
|\ \
| * | submodule: avoid auto-discovery in prepare_submodule_repo_env()jc/submodule-anchor-git-dirJunio C Hamano2016-09-011-0/+1
* | | diff: teach diff to display submodule difference with an inline diffJacob Keller2016-08-311-0/+69
* | | submodule: refactor show_submodule_summary with helper functionJacob Keller2016-08-311-33/+82
* | | submodule: convert show_submodule_summary to use struct object_id *Jacob Keller2016-08-311-8/+8
* | | allow do_submodule_path to work even if submodule isn't checked outJacob Keller2016-08-311-2/+4
| |/ |/|
* | Merge branch 'bc/cocci'Junio C Hamano2016-07-191-2/+2
|\ \
| * | diff: convert struct diff_filespec to struct object_idbrian m. carlson2016-06-281-2/+2
| |/
* | use string_list initializer consistentlyjk/string-list-static-initJeff King2016-06-131-1/+1
|/
* Merge branch 'jk/submodule-c-credential'Junio C Hamano2016-05-171-7/+18
|\
| * submodule: stop sanitizing config optionsjk/submodule-c-credentialJeff King2016-05-061-38/+1
| * submodule: use prepare_submodule_repo_env consistentlyjk/submodule-config-sanitize-fixJeff King2016-04-281-7/+7
| * submodule--helper: move config-sanitizing to submodule.cJeff King2016-04-281-0/+48
* | submodule: port init from shell to CStefan Beller2016-04-161-0/+21
* | Merge branch 'sb/submodule-path-misc-bugs' into sb/submodule-initJunio C Hamano2016-04-141-9/+7
|\ \
| * \ Merge branch 'sb/submodule-parallel-fetch'Junio C Hamano2016-03-041-4/+3
| |\ \
| * \ \ Merge branch 'ps/config-error'Junio C Hamano2016-02-261-6/+4
| |\ \ \
| | * | | config: rename git_config_set_or_die to git_config_setps/config-errorPatrick Steinhardt2016-02-221-3/+3
| | * | | config: rename git_config_set to git_config_set_gentlyPatrick Steinhardt2016-02-221-1/+1
| | * | | submodule: die on config error when linking modulesPatrick Steinhardt2016-02-221-5/+3