aboutsummaryrefslogtreecommitdiffstats
path: root/git-submodule.sh
AgeCommit message (Expand)AuthorFilesLines
2016-08-10Merge branch 'sb/submodule-update-dot-branch'Junio C Hamano1-5/+6
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
2012-03-04submodules: always use a relative path from gitdir to work treeJens Lehmann1-0/+18
2012-03-04submodules: always use a relative path to gitdirJens Lehmann1-7/+4
2012-01-24submodule add: fix breakage when re-adding a deep submoduleJens Lehmann1-0/+1
2011-10-26Merge branch 'tc/submodule-clone-name-detection'Junio C Hamano1-4/+4
2011-10-21submodule::module_clone(): silence die() message from module_name()Tay Ray Chuan1-1/+1
2011-10-21submodule: whitespace fixTay Ray Chuan1-3/+3
2011-10-10Merge branch 'fg/submodule-git-file-git-dir'Junio C Hamano1-11/+57
2011-08-25Merge branch 'js/i18n-scripts'Junio C Hamano1-12/+6
2011-08-22Move git-dir for submodulesFredrik Gustafsson1-5/+40
2011-08-08Merge branch 'jl/submodule-update-quiet'Junio C Hamano1-2/+7
2011-08-08submodule: take advantage of gettextln and eval_gettextln.Jon Seymour1-12/+6
2011-07-28submodule: update and add must honor --quiet flagJens Lehmann1-2/+7
2011-07-22Merge branch 'jl/submodule-add-relurl-wo-upstream'Junio C Hamano1-10/+2
2011-07-19Merge branch 'jc/submodule-sync-no-auto-vivify'Junio C Hamano1-27/+31
2011-07-13Merge branch 'bc/submodule-foreach-stdin-fix-1.7.4'Junio C Hamano1-1/+5
2011-07-13Merge branch 'fg/submodule-keep-updating'Junio C Hamano1-5/+44
2011-06-29git-submodule.sh: preserve stdin for the command spawned by foreachBrandon Casey1-1/+5
2011-06-29Merge branch 'ab/i18n-scripts' into nextJunio C Hamano1-45/+53
2011-06-26submodule add: always initialize .git/config entryJens Lehmann1-17/+18
2011-06-26submodule sync: do not auto-vivify uninteresting submoduleJunio C Hamano1-10/+13
2011-06-13git-submodule.sh: clarify the "should we die now" logicJunio C Hamano1-9/+8
2011-06-13submodule update: continue when a checkout failsFredrik Gustafsson1-6/+44
2011-06-06submodule add: clean up duplicated codeJens Lehmann1-9/+1
2011-06-06submodule add: allow relative repository path even when no url is setJens Lehmann1-1/+1
2011-05-30Merge branch 'maint'Junio C Hamano1-1/+1
2011-05-26git-submodule.sh: separate parens by a space to avoid confusing some shellsBrandon Casey1-1/+1
2011-05-21i18n: git-submodule "blob" and "submodule" messagesÆvar Arnfjörð Bjarmason1-2/+4
2011-05-21i18n: git-submodule "path not initialized" messageÆvar Arnfjörð Bjarmason1-2/+2
2011-05-21i18n: git-submodule "[...] path is ignored" messageÆvar Arnfjörð Bjarmason1-3/+6
2011-05-21i18n: git-submodule "Entering [...]" messageÆvar Arnfjörð Bjarmason1-1/+1
2011-05-21i18n: git-submodule $errmsg messagesÆvar Arnfjörð Bjarmason1-3/+3
2011-05-21i18n: git-submodule "Submodule change[...]" messagesÆvar Arnfjörð Bjarmason1-2/+2
2011-05-21i18n: git-submodule "cached cannot be used" messageÆvar Arnfjörð Bjarmason1-1/+1
2011-05-21i18n: git-submodule $update_module say + die messagesÆvar Arnfjörð Bjarmason1-9/+8
2011-05-21i18n: git-submodule die + eval_gettext messagesÆvar Arnfjörð Bjarmason1-19/+19
2011-05-21i18n: git-submodule say + eval_gettext messagesÆvar Arnfjörð Bjarmason1-1/+1
2011-05-21i18n: git-submodule echo + eval_gettext messagesÆvar Arnfjörð Bjarmason1-2/+5
2011-05-21i18n: git-submodule add git-sh-i18nÆvar Arnfjörð Bjarmason1-0/+1
2011-05-02Merge branch 'nm/submodule-update-force'Junio C Hamano1-5/+9
2011-04-04Merge branch 'jl/submodule-fetch-on-demand'Junio C Hamano1-1/+4
2011-04-04submodule: Add --force option for git submodule updateNicolas Morey-Chaisemartin1-5/+9
2011-03-30submodule: process conflicting submodules only onceNicolas Morey-Chaisemartin1-1/+28
2011-03-09submodule update: Don't fetch when the submodule commit is already presentJens Lehmann1-1/+4
2011-02-17submodule: no [--merge|--rebase] when newly clonedSpencer E. Olson1-0/+9
2011-01-13Merge branch 'tr/submodule-relative-scp-url'Junio C Hamano1-2/+14
2011-01-10submodule: fix relative url parsing for scp-style originThomas Rast1-2/+14
2010-12-16Merge branch 'jn/submodule-b-current'Junio C Hamano1-15/+1
2010-12-06git submodule: Remove now obsolete tests before cloning a repoJens Lehmann1-14/+0
2010-12-06git submodule -b ... of current HEAD failsJonathan Nieder1-1/+1
2010-11-17Merge branch 'kb/maint-submodule-savearg'Junio C Hamano1-12/+9
2010-11-03submodule: only preserve flags across recursive status/update invocationsKevin Ballard1-11/+8
2010-11-03submodule: preserve all arguments exactly when recursingKevin Ballard1-4/+4
2010-10-13submodule sync: Update "submodule.<name>.url" for empty directoriesAndreas Köhler1-2/+3
2010-08-18submodule sync: Update "submodule.<name>.url"David Aguilar1-1/+2
2010-07-19git submodule add: Require the new --force option to add ignored pathsJens Lehmann1-2/+14
2010-07-05git submodule: add submodules with git add -f <path>Ævar Arnfjörð Bjarmason1-2/+2
2010-06-30Merge branch 'jl/status-ignore-submodules'Junio C Hamano1-3/+3
2010-06-25git submodule: ignore dirty submodules for summary and statusJens Lehmann1-3/+3
2010-05-25git-submodule foreach: Add $toplevel variableÆvar Arnfjörð Bjarmason1-0/+2
2010-05-08Merge branch 'sd/log-decorate'Junio C Hamano1-1/+1
2010-05-01Merge branch 'maint'Junio C Hamano1-0/+2
2010-05-01git-submodule.sh: properly initialize shell variablesGerrit Pape1-0/+2