aboutsummaryrefslogtreecommitdiffstats
path: root/git-submodule.sh
AgeCommit message (Expand)AuthorFilesLines
2019-04-10Merge branch 'jt/submodule-fetch-errmsg'Junio C Hamano1-1/+1
2019-03-14submodule: explain first attempt failure clearlyJonathan Tan1-1/+1
2019-02-15submodule: document default behaviorDenton Liu1-1/+2
2019-02-06Merge branch 'sh/submodule-summary-abbrev-fix'Junio C Hamano1-2/+5
2019-02-04git-submodule.sh: shorten submodule SHA-1s using rev-parseSven van Haastregt1-2/+5
2019-01-18git-submodule: abort if core.worktree could not be set correctlyStefan Beller1-1/+1
2018-11-13Merge branch 'ao/submodule-wo-gitmodules-checked-out'Junio C Hamano1-4/+9
2018-10-31submodule: support reading .gitmodules when it's not in the working treeAntonio Ospite1-0/+5
2018-10-15submodule: make zero-oid comparison hash function agnosticbrian m. carlson1-1/+6
2018-10-09submodule: use the 'submodule--helper config' commandAntonio Ospite1-4/+4
2018-09-17Merge branch 'sb/submodule-update-in-c'Junio C Hamano1-18/+6
2018-09-07Revert "Merge branch 'sb/submodule-core-worktree'"Jonathan Nieder1-5/+0
2018-08-20Merge branch 'sb/pull-rebase-submodule'Junio C Hamano1-0/+3
2018-08-14submodule--helper: introduce new update-module-mode helperStefan Beller1-15/+1
2018-08-14submodule--helper: replace connect-gitdir-workingtree by ensure-core-worktreeStefan Beller1-5/+2
2018-08-14git-submodule.sh: accept verbose flag in cmd_update to be non-quietStefan Beller1-0/+3
2018-08-03git-submodule.sh: rename unused variablesStefan Beller1-2/+2
2018-08-03git-submodule.sh: align error reporting for update mode to use pathStefan Beller1-1/+1
2018-07-18Merge branch 'sb/submodule-core-worktree'Junio C Hamano1-0/+5
2018-06-25Merge branch 'pc/submodule-helper-foreach'Junio C Hamano1-39/+1
2018-06-19submodule: ensure core.worktree is set after updateStefan Beller1-0/+5
2018-05-30Merge branch 'sb/submodule-update-try-harder'Junio C Hamano1-1/+1
2018-05-30Merge branch 'cf/submodule-progress-dissociate'Junio C Hamano1-5/+16
2018-05-22Sync with Git 2.16.4Junio C Hamano1-0/+5
2018-05-22Sync with Git 2.15.2Junio C Hamano1-0/+5
2018-05-22Sync with Git 2.13.7Junio C Hamano1-0/+5
2018-05-21submodule-config: verify submodule names as pathsJeff King1-0/+5
2018-05-22submodule: add --dissociate option to add/update commandsCasey Fitzpatrick1-1/+9
2018-05-22submodule: add --progress option to add commandCasey Fitzpatrick1-1/+4
2018-05-22submodule: clean up substitutions in scriptCasey Fitzpatrick1-4/+4
2018-05-16git-submodule.sh: try harder to fetch a submoduleStefan Beller1-1/+1
2018-05-11submodule: port submodule subcommand 'foreach' from shell to CPrathamesh Chavan1-38/+1
2018-05-09submodule foreach: correct '$path' in nested submodules from a subdirectoryPrathamesh Chavan1-1/+0
2018-01-16submodule: port submodule subcommand 'deinit' from shell to CPrathamesh Chavan1-54/+1
2018-01-16submodule: port submodule subcommand 'sync' from shell to CPrathamesh Chavan1-56/+1
2017-10-07submodule: port submodule subcommand 'status' from shell to CPrathamesh Chavan1-60/+1
2017-09-10Merge branch 'sb/submodule-parallel-update' into maintJunio C Hamano1-1/+0
2017-08-23Merge branch 'sb/submodule-parallel-update'Junio C Hamano1-1/+0
2017-08-17submodule.sh: remove unused variableStefan Beller1-1/+0
2017-08-07scripts: use "git foo" not "git-foo"Michael Forney1-3/+3
2017-06-15add: warn when adding an embedded repositoryJeff King1-2/+3
2017-04-16submodule: prevent backslash expantion in submodule namesBrandon Williams1-7/+7
2017-03-18submodule add: respect submodule.active and submodule.<name>.activeBrandon Williams1-0/+14
2017-03-17submodule sync: use submodule--helper is-activeBrandon Williams1-2/+2
2017-03-17submodule sync: skip work for inactive submodulesBrandon Williams1-17/+21
2017-03-17submodule status: use submodule--helper is-activeBrandon Williams1-2/+1
2017-02-03Merge branch 'sb/submodule-update-initial-runs-custom-script'Junio C Hamano1-1/+4
2017-02-02Merge branch 'sb/submodule-add-force'Junio C Hamano1-2/+8
2017-01-26submodule update: run custom update script for initial populating as wellStefan Beller1-1/+4
2017-01-23Merge branch 'sb/submodule-init'Junio C Hamano1-1/+1
2017-01-23Merge branch 'sb/submodule-embed-gitdir'Junio C Hamano1-1/+2
2017-01-12submodule update --init: display correct path from submoduleStefan Beller1-1/+1
2017-01-12submodule absorbgitdirs: mention in docstring helpStefan Beller1-1/+2
2017-01-10Merge branch 'sb/submodule-embed-gitdir'Junio C Hamano1-1/+6
2016-12-27Merge branch 'bw/transport-protocol-policy'Junio C Hamano1-8/+4
2016-12-15transport: add protocol policy config optionBrandon Williams1-8/+4
2016-12-12submodule: add absorb-git-dir functionStefan Beller1-1/+6
2016-11-29submodule add: extend force flag to add existing reposStefan Beller1-2/+8
2016-09-22clone: pass --progress decision to recursive submodulesJeff King1-0/+5
2016-09-08Merge branch 'sb/submodule-clone-rr'Junio C Hamano1-1/+1
2016-08-12submodule--helper update-clone: allow multiple referencesStefan Beller1-1/+1
2016-08-10Merge branch 'sb/submodule-update-dot-branch'Junio C Hamano1-5/+6
2016-08-08Merge branch 'sb/submodule-deinit-all' into maintJunio C Hamano1-2/+0
2016-08-04Merge branch 'sb/submodule-clone-retry'Junio C Hamano1-11/+11
2016-08-03submodule--helper: add remote-branch helperStefan Beller1-1/+1
2016-08-01submodule update: narrow scope of local variableStefan Beller1-1/+1
2016-08-01submodule update: respect depth in subsequent fetchesStefan Beller1-4/+5
2016-07-28Merge branch 'sb/submodule-deinit-all'Junio C Hamano1-2/+0
2016-07-26submodule deinit: remove outdated commentStefan Beller1-2/+0
2016-07-22git-submodule: forward exit code of git-submodule--helper more faithfullyJohannes Sixt1-11/+11
2016-07-13Merge branch 'va/i18n-even-more'Junio C Hamano1-11/+12
2016-07-11Merge branch 'sb/submodule-clone-retry'Junio C Hamano1-1/+1
2016-06-20Merge branch 'sb/submodule-recommend-shallowness'Junio C Hamano1-1/+8
2016-06-20Merge branch 'sb/submodule-misc-cleanups'Junio C Hamano1-1/+1
2016-06-17i18n: submodule: escape shell variables inside eval_gettextVasco Almeida1-2/+2
2016-06-17i18n: submodule: join strings marked for translationVasco Almeida1-8/+10
2016-06-17i18n: git-sh-setup.sh: mark strings for translationVasco Almeida1-1/+0
2016-06-13submodule update: continue when a clone failsStefan Beller1-1/+1
2016-06-01submodule: remove bashism from shell scriptStefan Beller1-43/+8
2016-06-01submodule--helper: offer a consistent APIStefan Beller1-4/+16
2016-05-27submodule update: learn `--[no-]recommend-shallow` optionStefan Beller1-1/+8
2016-05-25submodule update: make use of the existing fetch_in_submodule functionStefan Beller1-1/+1
2016-05-17Merge branch 'jk/submodule-c-credential'Junio C Hamano1-2/+3
2016-05-17Merge branch 'sb/submodule-deinit-all'Junio C Hamano1-3/+12
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
2013-12-02submodule: do not copy unknown update mode from .gitmodulesJunio C Hamano1-5/+15
2013-11-11submodule update: remove unnecessary orig_flags variableJens Lehmann1-4/+1
2013-10-29use @@PERL@@ in built scriptsJeff King1-1/+1
2013-09-27submodule foreach: skip eval for more than one argumentAnders Kaseorg1-1/+6
2013-09-24Merge branch 'bc/submodule-status-ignored'Jonathan Nieder1-4/+11
2013-09-06submodule summary: ignore --for-status optionMatthieu Moy1-12/+1
2013-09-04submodule: don't print status output with ignore=allBrian M. Carlson1-0/+7
2013-09-03submodule: fix confusing variable nameBrian M. Carlson1-4/+4
2013-07-15Merge branch 'fg/submodule-clone-depth'Junio C Hamano1-3/+21
2013-07-03Add --depth to submodule update/addFredrik Gustafsson1-3/+21
2013-07-03submodule update: allow custom command to update submodule working treeChris Packham1-0/+6
2013-06-30Merge branch 'jk/submodule-subdirectory-ok'Junio C Hamano1-35/+100
2013-06-26Merge branch 'fg/submodule-non-ascii-path'Junio C Hamano1-1/+2
2013-06-17submodule: drop the top-level requirementJohn Keeping1-35/+100
2013-06-17submodule: show full path in error messageJohn Keeping1-1/+1
2013-06-17git-submodule.sh: remove duplicate call to set_rev_nameFredrik Gustafsson1-2/+2
2013-06-14handle multibyte characters in nameFredrik Gustafsson1-1/+2
2013-04-05Merge branch 'jl/submodule-deinit'Junio C Hamano1-2/+4
2013-04-03Merge branch 'rs/submodule-summary-limit'Junio C Hamano1-6/+11
2013-04-01submodule deinit: clarify work tree removal messageJens Lehmann1-2/+4
2013-04-01submodule summary: support --summary-limit=<n>René Scharfe1-6/+11
2013-03-26Merge branch 'we/submodule-update-prefix-output' into maintJunio C Hamano1-13/+18
2013-03-25Merge branch 'jl/submodule-deinit'Junio C Hamano1-1/+76
2013-03-21Merge branch 'we/submodule-update-prefix-output'Junio C Hamano1-13/+18
2013-03-04submodule: add 'deinit' commandJens Lehmann1-1/+76
2013-03-03submodule update: when using recursion, show full pathWilliam Entriken1-13/+18
2013-01-16Allow custom "comment char"Junio C Hamano1-4/+4
2012-12-19submodule add: If --branch is given, record it in .gitmodulesW. Trevor King1-0/+4
2012-12-19submodule update: add --remote for submodule's upstream changesW. Trevor King1-1/+20
2012-12-11submodule: add get_submodule_config helper funtionW. Trevor King1-0/+26
2012-11-21Merge branch 'wtk/submodule-doc-fixup'Junio C Hamano1-1/+1
2012-11-15Merge branch 'ph/submodule-sync-recursive'Junio C Hamano1-2/+12
2012-11-09Merge branch 'ph/maint-submodule-status-fix'Jeff King1-3/+1
2012-11-04Merge branch 'sz/maint-submodule-reference-arg'Jeff King1-1/+0
2012-10-29Merge branch 'jl/submodule-add-by-name'Jeff King1-11/+36
2012-10-29Teach --recursive to submodule syncPhil Hord1-2/+12
2012-10-29submodule status: remove unused orig_* variablesJens Lehmann1-3/+1
2012-10-26submodule add: fix handling of --reference=<repo> optionStefan Zager1-1/+0
2012-10-25git-submodule: wrap branch option with "<>" in usage strings.W. Trevor King1-1/+1
2012-10-02Merge branch 'rr/maint-submodule-unknown-cmd' into maintJunio C Hamano1-1/+9
2012-09-30submodule add: Fail when .git/modules/<name> already exists unless forcedJens Lehmann1-1/+14
2012-09-29Merge branch 'rr/maint-submodule-unknown-cmd'Junio C Hamano1-1/+9
2012-09-29Teach "git submodule add" the --name optionJens Lehmann1-10/+22
2012-09-25submodule: if $command was not matched, don't parse other argsRamkumar Ramachandra1-1/+9
2012-09-11Sync with 1.7.11.6Junio C Hamano1-4/+31
2012-09-11Merge branch 'sz/submodule-force-update' into maint-1.7.11Junio C Hamano1-1/+1
2012-09-03Merge branch 'sz/submodule-force-update'Junio C Hamano1-1/+1
2012-08-29Merge branch 'hv/submodule-path-unmatch'Junio C Hamano1-3/+30
2012-08-24Make 'git submodule update --force' always check out submodules.Stefan Zager1-1/+1
2012-08-14Let submodule command exit with error status if path does not existHeiko Voigt1-3/+30
2012-07-31Merge branch 'jx/i18n-1.7.11'Junio C Hamano1-1/+1
2012-07-30Merge branch 'jl/maint-1.7.10-recurse-submodules-with-symlink' into maintJunio C Hamano1-2/+4
2012-07-26i18n: Rewrite gettext messages start with dashJiang Xin1-1/+1
2012-07-25git-submodule: work with GIT_DIR/GIT_WORK_TREEDaniel Graña1-2/+5
2012-07-22Merge branch 'jl/maint-1.7.10-recurse-submodules-with-symlink'Junio C Hamano1-2/+4
2012-07-12submodules: don't stumble over symbolic links when cloning recursivelyJens Lehmann1-2/+4
2012-06-28Merge branch 'js/submodule-relative'Junio C Hamano1-6/+54
2012-06-25git-submodule.sh: fix filename in comment.Michał Górny1-1/+1
2012-06-06submodule: fix handling of superproject origin URLs like foo, ./foo and ./foo...Jon Seymour1-2/+12
2012-06-06submodule: fix sync handling of some relative superproject origin URLsJon Seymour1-5/+43
2012-05-29submodules: print "registered for path" message only onceJens Lehmann1-3/+4
2012-04-23Merge branch 'rj/submodule-mswin-path'Junio C Hamano1-79/+82
2012-04-18git-submodule.sh: Don't use $path variable in eval_gettext stringRamsay Jones1-79/+82
2012-04-09Avoid bug in Solaris xpg4/sed as used in submoduleBen Walton1-2/+3
2012-03-04submodules: fix ambiguous absolute paths under WindowsJohannes Sixt1-0/+3
2012-03-04submodules: refactor computation of relative gitdir pathJens Lehmann1-24/+6