aboutsummaryrefslogtreecommitdiffstats
path: root/git-submodule.sh (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-17Merge branch 'sb/submodule-init'Junio C Hamano1-121/+6
2016-05-06submodule: stop sanitizing config optionsJeff King1-2/+2
2016-05-05submodule deinit: require '--all' instead of '.' for all submodulesStefan Beller1-3/+12
2016-04-28submodule: export sanitized GIT_CONFIG_PARAMETERSJeff King1-0/+1
2016-04-25Merge branch 'sb/submodule-path-misc-bugs'Junio C Hamano1-6/+7
2016-04-16submodule: port init from shell to CStefan Beller1-45/+3
2016-04-16submodule: port resolve_relative_url from shell to CStefan Beller1-77/+4
2016-04-14Merge branch 'sb/submodule-path-misc-bugs' into sb/submodule-initJunio C Hamano1-9/+33
2016-04-06Merge branch 'jk/submodule-c-credential'Junio C Hamano1-15/+25
2016-04-06Merge branch 'sb/submodule-parallel-update'Junio C Hamano1-34/+22
2016-03-30submodule update: align reporting path for custom command executionStefan Beller1-2/+2
2016-03-30submodule status: correct path handling in recursive submodulesStefan Beller1-0/+1
2016-03-30submodule update --init: correct path handling in recursive submodulesStefan Beller1-1/+1
2016-03-30submodule foreach: correct path display in recursive submodulesStefan Beller1-3/+3
2016-03-01git: submodule honor -c credential.* from command lineJacob Keller1-13/+23
2016-03-01submodule: don't pass empty string arguments to submodule--helper cloneJacob Keller1-2/+2
2016-03-01submodule update: expose parallelism to the userStefan Beller1-0/+9
2016-03-01git submodule update: have a dedicated helper for cloningStefan Beller1-34/+13
2016-03-01submodule update: direct error message to stderrStefan Beller1-2/+2
2016-02-24submodule: try harder to fetch needed sha1 by direct fetching sha1Stefan Beller1-3/+26
2015-10-05Sync with 2.6.1Junio C Hamano1-0/+9
2015-10-05Merge branch 'sb/submodule-helper'Junio C Hamano1-149/+15
2015-09-28Sync with 2.4.10Junio C Hamano1-0/+9
2015-09-23submodule: allow only certain protocols for submodule fetchesJeff King1-0/+9
2015-09-17Merge branch 'ah/submodule-typofix-in-error' into maintJunio C Hamano1-1/+1
2015-09-08submodule: rewrite `module_clone` shell function in CStefan Beller1-76/+2
2015-09-03submodule: rewrite `module_name` shell function in CStefan Beller1-25/+7
2015-09-03submodule: rewrite `module_list` shell function in CStefan Beller1-48/+6
2015-09-01Merge branch 'ah/submodule-typofix-in-error'Junio C Hamano1-1/+1
2015-08-28git-submodule: remove extraneous space from error messageAlex Henrie1-1/+1
2015-03-05Merge branch 'ps/submodule-sanitize-path-upon-add' into maintJunio C Hamano1-1/+1
2015-02-22Merge branch 'ps/submodule-sanitize-path-upon-add'Junio C Hamano1-1/+1
2015-02-02git-submodule.sh: fix '/././' path normalizationPatrick Steinhardt1-1/+1
2014-06-19git-submodule.sh: avoid "echo" path-like valuesJunio C Hamano1-8/+8
2014-06-19git-submodule.sh: avoid "test <cond> -a/-o <cond>"Elia Pinto1-12/+20
2014-06-06Merge branch 'sk/submodules-absolute-path-on-windows'Junio C Hamano1-3/+0
2014-05-08Revert "submodules: fix ambiguous absolute paths under Windows"Stepan Kasal1-3/+0
2014-04-02Revert "submodule: explicit local branch creation in module_clone"Junio C Hamano1-41/+17
2014-03-14Merge branch 'jl/doc-submodule-update-checkout'Junio C Hamano1-1/+1
2014-02-28submodule update: consistently document the '--checkout' optionJens Lehmann1-1/+1
2014-02-27Merge branch 'wk/submodule-on-branch'Junio C Hamano1-32/+57
2014-02-24submodule: explicit local branch creation in module_cloneW. Trevor King1-17/+41
2014-02-24submodule: document module_clone arguments in commentsW. Trevor King1-0/+6
2014-02-24submodule: make 'checkout' update_module mode more explicitW. Trevor King1-16/+11
2014-01-17Merge branch 'fp/submodule-checkout-mode'Junio C Hamano1-1/+12
2014-01-07git-submodule.sh: 'checkout' is a valid update modeFrancesco Pretto1-1/+12
2013-12-05Merge branch 'jl/submodule-update-retire-orig-flags'Junio C Hamano1-4/+1
2013-12-05Merge branch 'jk/replace-perl-in-built-scripts'Junio C Hamano1-1/+1
2013-12-05Merge branch 'ak/submodule-foreach-quoting'Junio C Hamano1-1/+6
2013-12-02Sync with 1.8.4.5Junio C Hamano1-5/+15