Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-08submodule tests: test for a "foreach" blind-spotÆvar Arnfjörð Bjarmason
2022-10-07Sync with 2.30.6Taylor Blau
2022-10-01t/t7NNN: allow local submodulesTaylor Blau
2021-02-11tests: remove most uses of test_i18ncmpÆvar Arnfjörð Bjarmason
2020-11-20t7[0-4]*: adjust the references to the default branch name "main"Johannes Schindelin
2020-11-20tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin
2019-07-10Merge branch 'ms/submodule-foreach-fix'Junio C Hamano
2019-06-25submodule foreach: fix recursion of optionsMorian Sonnet
2019-04-15submodule foreach: fix "<command> --quiet" not being respectedNguyễn Thái Ngọc Duy
2018-05-09submodule foreach: document variable '$displaypath'Prathamesh Chavan
2018-05-09submodule foreach: correct '$path' in nested submodules from a subdirectoryPrathamesh Chavan
2016-03-30t7407: make expectation as clear as possibleStefan Beller
2016-03-30submodule status: correct path handling in recursive submodulesStefan Beller
2016-03-30submodule foreach: correct path display in recursive submodulesStefan Beller
2013-12-06Merge branch 'ak/submodule-foreach-quoting'Junio C Hamano
2013-10-28tests: undo special treatment of CRLF for WindowsJohannes Sixt
2013-09-28submodule foreach: skip eval for more than one argumentAnders Kaseorg
2013-08-10t/t7407: fix two typos in submodule testsPhil Hord
2013-06-18submodule: drop the top-level requirementJohn Keeping
2012-10-29t7407: Fix recursive submodule testPhil Hord
2011-08-16rev-parse: add option --resolve-git-dir <path>Fredrik Gustafsson
2011-07-14Merge branch 'bc/submodule-foreach-stdin-fix-1.7.4'Junio C Hamano
2011-06-30git-submodule.sh: preserve stdin for the command spawned by foreachBrandon Casey
2011-06-30t/t7407: demonstrate that the command called by 'submodule foreach' loses stdinBrandon Casey
2011-05-21i18n: git-submodule "Entering [...]" messageÆvar Arnfjörð Bjarmason
2011-02-08t7407: fix line endings for mingw buildPat Thoyts
2010-11-03submodule: only preserve flags across recursive status/update invocationsKevin Ballard
2010-11-03submodule: preserve all arguments exactly when recursingKevin Ballard
2010-09-03t7406 & t7407: add missing && at end of linesJens Lehmann
2010-05-25git-submodule foreach: Add $toplevel variableÆvar Arnfjörð Bjarmason
2009-08-21git clone: Add --recursive to automatically checkout (nested) submodulesJohan Herland
2009-08-21t7407: Use 'rev-parse --short' rather than bash's substring expansion notationJohan Herland
2009-08-19git submodule status: Add --recursive to recurse into nested submodulesJohan Herland
2009-08-19git submodule update: Introduce --recursive to update nested submodulesJohan Herland
2009-08-19git submodule foreach: Add --recursive to recurse into nested submodulesJohan Herland
2009-08-19git submodule foreach: test access to submodule name as '$name'Johan Herland
2009-08-19Add selftest for 'git submodule foreach'Johan Herland