aboutsummaryrefslogtreecommitdiffstats
path: root/t/t7401-submodule-summary.sh
AgeCommit message (Expand)AuthorFilesLines
2025-06-02t: silence output from `test_create_repo()`Patrick Steinhardt1-7/+11
2024-11-21t: remove TEST_PASSES_SANITIZE_LEAK annotationsPatrick Steinhardt1-1/+0
2022-09-02submodule--helper: fix "sm_path" and other "module_cb_list" leaksÆvar Arnfjörð Bjarmason1-0/+1
2021-02-10tests: remove most uses of test_i18ncmpÆvar Arnfjörð Bjarmason1-6/+6
2020-09-09Merge branch 'ss/submodule-summary-in-c'Junio C Hamano1-0/+6
2020-08-21t7401: add a NEEDSWORKShourya Shukla1-1/+4
2020-08-21t7401: change indentation for enhanced readabilityShourya Shukla1-65/+65
2020-08-21t7401: change syntax of test_i18ncmp calls for clarityShourya Shukla1-5/+5
2020-08-21t7401: use 'short' instead of 'verify' and cut in rev-parse callsShourya Shukla1-2/+2
2020-08-21t7401: modernize styleShourya Shukla1-1/+1
2020-08-12t7421: introduce a test script for verifying 'summary' outputShourya Shukla1-0/+4
2018-08-21tests: use 'test_must_be_empty' instead of 'test_cmp /dev/null <out>'SZEDER Gábor1-1/+1
2018-07-30tests: make use of the test_must_be_empty functionÆvar Arnfjörð Bjarmason1-2/+1
2017-06-15t: move "git add submodule" into test blocksJeff King1-3/+5
2013-09-24Merge branch 'bc/submodule-status-ignored'Jonathan Nieder1-0/+18
2013-09-06submodule summary: ignore --for-status optionMatthieu Moy1-7/+5
2013-09-04submodule: don't print status output with ignore=allBrian M. Carlson1-0/+18
2013-06-17submodule: drop the top-level requirementJohn Keeping1-0/+36
2013-06-17t7401: make indentation consistentJohn Keeping1-40/+40
2011-05-21i18n: git-submodule "blob" and "submodule" messagesÆvar Arnfjörð Bjarmason1-4/+4
2011-05-21i18n: git-submodule $errmsg messagesÆvar Arnfjörð Bjarmason1-1/+1
2011-05-21i18n: git-submodule "Submodule change[...]" messagesÆvar Arnfjörð Bjarmason1-1/+1
2010-11-14tests: use test_cmp instead of piping to diff(1)Ævar Arnfjörð Bjarmason1-15/+30
2010-09-09tests: subshell indentation stylefixJonathan Nieder1-3/+4
2010-09-06Several tests: cd inside subshell instead of aroundJens Lehmann1-3/+3
2010-02-17submodule summary: Don't barf when invoked in an empty repoJohan Herland1-0/+7
2010-01-17git status: Show uncommitted submodule changes too when enabledJens Lehmann1-1/+1
2009-08-14git submodule summary: add --files optionJens Lehmann1-0/+22
2008-09-03tests: use "git xyzzy" form (t7200 - t9001)Nanako Shiraishi1-1/+1
2008-04-12git-submodule summary: --for-status optionPing Yin1-0/+13
2008-04-12t7401: squelch garbage outputJunio C Hamano1-1/+1
2008-03-11git-submodule summary: testPing Yin1-0/+195