summaryrefslogtreecommitdiff
path: root/t/t7406-submodule-update.sh
AgeCommit message (Expand)Author
2016-08-10t7406: fix breakage on OSXStefan Beller
2016-08-03submodule update: allow '.' for branch valueStefan Beller
2016-08-01submodule update: respect depth in subsequent fetchesStefan Beller
2016-08-01t7406: future proof tests with hard coded depthStefan Beller
2016-06-17tests: use test_i18n* functions to suppress false positivesVasco Almeida
2016-05-03submodule init: redirect stdout to stderrStefan Beller
2016-04-14Merge branch 'sb/submodule-path-misc-bugs' into sb/submodule-initJunio C Hamano
2016-03-30submodule update: test recursive path reporting from subdirectoryStefan Beller
2016-03-30submodule update: align reporting path for custom command executionStefan Beller
2016-03-30submodule update --init: correct path handling in recursive submodulesStefan Beller
2016-03-01clone: allow an explicit argument for parallel submodule clonesStefan Beller
2016-03-01submodule update: expose parallelism to the userStefan Beller
2016-01-08t/t7406-submodule-update.sh: use the $( ... ) construct for command substitutionElia Pinto
2015-03-20t: fix trivial &&-chain breakageJeff King
2014-04-02Revert "submodule: explicit local branch creation in module_clone"Junio C Hamano
2014-02-27Merge branch 'wk/submodule-on-branch'Junio C Hamano
2014-02-24submodule: explicit local branch creation in module_cloneW. Trevor King
2013-12-05Merge branch 'jl/submodule-update-retire-orig-flags'Junio C Hamano
2013-12-02submodule: do not copy unknown update mode from .gitmodulesJunio C Hamano
2013-11-11submodule update: remove unnecessary orig_flags variableJens Lehmann
2013-09-17t7406-submodule-update: add missing &&Tay Ray Chuan
2013-07-15Merge branch 'fg/submodule-clone-depth'Junio C Hamano
2013-07-03Add --depth to submodule update/addFredrik Gustafsson
2013-07-03submodule update: allow custom command to update submodule working treeChris Packham
2013-06-17submodule: drop the top-level requirementJohn Keeping
2013-04-18Merge branch 'jc/push-2.0-default-to-simple' (early part)Junio C Hamano
2013-04-01Merge branch 'nd/branch-show-rebase-bisect-state'Junio C Hamano
2013-03-21Merge branch 'we/submodule-update-prefix-output'Junio C Hamano
2013-03-17status: show more info than "currently not on any branch"Nguyễn Thái Ngọc Duy
2013-03-04submodule update: when using recursion, show full pathWilliam Entriken
2013-01-05t7406: do not assume the "matching" push is the defaultJunio C Hamano
2012-12-19submodule update: add --remote for submodule's upstream changesW. Trevor King
2012-09-30submodule add: Fail when .git/modules/<name> already exists unless forcedJens Lehmann
2012-09-03Merge branch 'sz/submodule-force-update'Junio C Hamano
2012-08-27Merge branch 'jc/maint-t7406-rev-parse-max-count-huh'Junio C Hamano
2012-08-24Make 'git submodule update --force' always check out submodules.Stefan Zager
2012-07-30t7406: fix misleading "rev-parse --max-count=1 HEAD"Junio C Hamano
2012-07-12submodules: don't stumble over symbolic links when cloning recursivelyJens Lehmann
2012-03-05submodules: refactor computation of relative gitdir pathJens Lehmann
2012-01-24submodule add: fix breakage when re-adding a deep submoduleJens Lehmann
2011-10-10Merge branch 'hv/submodule-update-none'Junio C Hamano
2011-08-23Move git-dir for submodulesFredrik Gustafsson
2011-08-11add update 'none' flag to disable update of submodule by defaultHeiko Voigt
2011-07-13Merge branch 'fg/submodule-keep-updating'Junio C Hamano
2011-06-13submodule update: continue when a checkout failsFredrik Gustafsson
2011-05-21i18n: git-submodule $update_module say + die messagesÆvar Arnfjörð Bjarmason
2011-05-02Merge branch 'nm/submodule-update-force'Junio C Hamano
2011-04-04Merge branch 'jl/submodule-fetch-on-demand'Junio C Hamano
2011-04-04submodule: Add --force option for git submodule updateNicolas Morey-Chaisemartin
2011-03-09submodule update: Don't fetch when the submodule commit is already presentJens Lehmann