summaryrefslogtreecommitdiff
path: root/git-submodule.sh
AgeCommit message (Expand)Author
2016-08-04Merge branch 'sb/submodule-clone-retry'Junio C Hamano
2016-07-28Merge branch 'sb/submodule-deinit-all'Junio C Hamano
2016-07-26submodule deinit: remove outdated commentStefan Beller
2016-07-22git-submodule: forward exit code of git-submodule--helper more faithfullyJohannes Sixt
2016-07-13Merge branch 'va/i18n-even-more'Junio C Hamano
2016-07-11Merge branch 'sb/submodule-clone-retry'Junio C Hamano
2016-06-20Merge branch 'sb/submodule-recommend-shallowness'Junio C Hamano
2016-06-20Merge branch 'sb/submodule-misc-cleanups'Junio C Hamano
2016-06-17i18n: submodule: escape shell variables inside eval_gettextVasco Almeida
2016-06-17i18n: submodule: join strings marked for translationVasco Almeida
2016-06-17i18n: git-sh-setup.sh: mark strings for translationVasco Almeida
2016-06-13submodule update: continue when a clone failsStefan Beller
2016-06-01submodule: remove bashism from shell scriptStefan Beller
2016-06-01submodule--helper: offer a consistent APIStefan Beller
2016-05-27submodule update: learn `--[no-]recommend-shallow` optionStefan Beller
2016-05-25submodule update: make use of the existing fetch_in_submodule functionStefan Beller
2016-05-17Merge branch 'jk/submodule-c-credential'Junio C Hamano
2016-05-17Merge branch 'sb/submodule-deinit-all'Junio C Hamano
2016-05-17Merge branch 'sb/submodule-init'Junio C Hamano
2016-05-06submodule: stop sanitizing config optionsJeff King
2016-05-05submodule deinit: require '--all' instead of '.' for all submodulesStefan Beller
2016-04-28submodule: export sanitized GIT_CONFIG_PARAMETERSJeff King
2016-04-25Merge branch 'sb/submodule-path-misc-bugs'Junio C Hamano
2016-04-17submodule: port init from shell to CStefan Beller
2016-04-17submodule: port resolve_relative_url from shell to CStefan Beller
2016-04-14Merge branch 'sb/submodule-path-misc-bugs' into sb/submodule-initJunio C Hamano
2016-04-06Merge branch 'jk/submodule-c-credential'Junio C Hamano
2016-04-06Merge branch 'sb/submodule-parallel-update'Junio C Hamano
2016-03-30submodule update: align reporting path for custom command executionStefan Beller
2016-03-30submodule status: correct path handling in recursive submodulesStefan Beller
2016-03-30submodule update --init: correct path handling in recursive submodulesStefan Beller
2016-03-30submodule foreach: correct path display in recursive submodulesStefan Beller
2016-03-01git: submodule honor -c credential.* from command lineJacob Keller
2016-03-01submodule: don't pass empty string arguments to submodule--helper cloneJacob Keller
2016-03-01submodule update: expose parallelism to the userStefan Beller
2016-03-01git submodule update: have a dedicated helper for cloningStefan Beller
2016-03-01submodule update: direct error message to stderrStefan Beller
2016-02-24submodule: try harder to fetch needed sha1 by direct fetching sha1Stefan Beller
2015-10-05Sync with 2.6.1Junio C Hamano
2015-10-05Merge branch 'sb/submodule-helper'Junio C Hamano
2015-09-28Sync with 2.4.10Junio C Hamano
2015-09-23submodule: allow only certain protocols for submodule fetchesJeff King
2015-09-17Merge branch 'ah/submodule-typofix-in-error' into maintJunio C Hamano
2015-09-08submodule: rewrite `module_clone` shell function in CStefan Beller
2015-09-03submodule: rewrite `module_name` shell function in CStefan Beller
2015-09-03submodule: rewrite `module_list` shell function in CStefan Beller
2015-09-01Merge branch 'ah/submodule-typofix-in-error'Junio C Hamano
2015-08-28git-submodule: remove extraneous space from error messageAlex Henrie
2015-03-05Merge branch 'ps/submodule-sanitize-path-upon-add' into maintJunio C Hamano
2015-02-22Merge branch 'ps/submodule-sanitize-path-upon-add'Junio C Hamano