summaryrefslogtreecommitdiff
path: root/t/t7506-status-submodule.sh
AgeCommit message (Expand)Author
2020-07-30t7506: avoid checking for SHA-1-specific constantsbrian m. carlson
2018-10-09t7506: clean up .gitmodules properly before setting up new scenarioAntonio Ospite
2018-07-16t7000-t7999: fix broken &&-chainsEric Sunshine
2018-05-14t: switch $_x40 to $OID_REGEXbrian m. carlson
2017-10-07tests: fix diff order arguments in test_cmpStefan Beller
2017-03-30submodule.c: correctly handle nested submodules in is_submodule_modifiedStefan Beller
2017-03-29short status: improve reporting for submodule changesStefan Beller
2017-03-27submodule.c: convert is_submodule_modified to use strbuf_getwholelineStefan Beller
2011-05-20Merge branch 'jl/submodule-conflicted-gitmodules'Junio C Hamano
2011-05-14Submodules: Don't parse .gitmodules when it contains, merge conflictsJens Lehmann
2011-05-14test that git status works with merge conflict in, .gitmodulesHeiko Voigt
2011-04-14i18n: use test_i18ngrep in t7506Junio C Hamano
2011-03-10i18n: git-status "nothing to commit" messagesÆvar Arnfjörð Bjarmason
2011-03-10i18n: git-status basic messagesÆvar Arnfjörð Bjarmason
2010-04-10Teach diff --submodule and status to handle .git files in submodulesJens Lehmann
2010-03-14git status: ignoring untracked files must apply to submodules tooJens Lehmann
2010-03-13git status: Fix false positive "new commits" output for dirty submodulesJens Lehmann
2010-03-08git status: Show detailed dirty status of submodules in long formatJens Lehmann
2010-01-17Show submodules as modified when they contain a dirty work treeJens Lehmann
2009-08-22git status: not "commit --dry-run" anymoreJunio C Hamano
2008-09-03tests: use "git xyzzy" form (t7200 - t9001)Nanako Shiraishi
2008-05-05is_racy_timestamp(): do not check timestamp for gitlinksJunio C Hamano
2008-05-05Add t7506 to test submodule related functions for git-statusPing Yin