summaryrefslogtreecommitdiff
path: root/t/t7401-submodule-summary.sh
Commit message (Expand)AuthorAgeFilesLines
* submodule--helper: fix "sm_path" and other "module_cb_list" leaksÆvar Arnfjörð Bjarmason2022-09-021-0/+1
* tests: remove most uses of test_i18ncmpÆvar Arnfjörð Bjarmason2021-02-101-6/+6
* Merge branch 'ss/submodule-summary-in-c'Junio C Hamano2020-09-091-0/+6
|\
| * t7421: introduce a test script for verifying 'summary' outputShourya Shukla2020-08-121-0/+4
* | t7401: add a NEEDSWORKShourya Shukla2020-08-211-1/+4
* | t7401: change indentation for enhanced readabilityShourya Shukla2020-08-211-65/+65
* | t7401: change syntax of test_i18ncmp calls for clarityShourya Shukla2020-08-211-5/+5
* | t7401: use 'short' instead of 'verify' and cut in rev-parse callsShourya Shukla2020-08-211-2/+2
* | t7401: modernize styleShourya Shukla2020-08-211-1/+1
|/
* tests: use 'test_must_be_empty' instead of 'test_cmp /dev/null <out>'SZEDER Gábor2018-08-211-1/+1
* tests: make use of the test_must_be_empty functionÆvar Arnfjörð Bjarmason2018-07-301-2/+1
* t: move "git add submodule" into test blocksjk/warn-add-gitlinkJeff King2017-06-151-3/+5
* Merge branch 'bc/submodule-status-ignored'Jonathan Nieder2013-09-241-0/+18
|\
| * submodule: don't print status output with ignore=allBrian M. Carlson2013-09-041-0/+18
* | submodule summary: ignore --for-status optionMatthieu Moy2013-09-061-7/+5
|/
* submodule: drop the top-level requirementJohn Keeping2013-06-171-0/+36
* t7401: make indentation consistentJohn Keeping2013-06-171-40/+40
* i18n: git-submodule "blob" and "submodule" messagesÆvar Arnfjörð Bjarmason2011-05-211-4/+4
* i18n: git-submodule $errmsg messagesÆvar Arnfjörð Bjarmason2011-05-211-1/+1
* i18n: git-submodule "Submodule change[...]" messagesÆvar Arnfjörð Bjarmason2011-05-211-1/+1
* tests: use test_cmp instead of piping to diff(1)Ævar Arnfjörð Bjarmason2010-11-141-15/+30
* tests: subshell indentation stylefixJonathan Nieder2010-09-091-3/+4
* Several tests: cd inside subshell instead of aroundJens Lehmann2010-09-061-3/+3
* submodule summary: Don't barf when invoked in an empty repoJohan Herland2010-02-171-0/+7
* git status: Show uncommitted submodule changes too when enabledJens Lehmann2010-01-171-1/+1
* git submodule summary: add --files optionJens Lehmann2009-08-141-0/+22
* tests: use "git xyzzy" form (t7200 - t9001)Nanako Shiraishi2008-09-031-1/+1
* git-submodule summary: --for-status optionPing Yin2008-04-121-0/+13
* t7401: squelch garbage outputJunio C Hamano2008-04-121-1/+1
* git-submodule summary: testPing Yin2008-03-111-0/+195