summaryrefslogtreecommitdiff
path: root/t/t4027-diff-submodule.sh
AgeCommit message (Expand)AuthorFilesLines
2022-03-07diff tests: don't ignore "git rev-list" exit codeLibravatar Ævar Arnfjörð Bjarmason1-5/+2
2021-11-01leak tests: mark some diff tests as passing with SANITIZE=leakLibravatar Ævar Arnfjörð Bjarmason1-0/+1
2021-02-12test libs: rename "diff-lib" to "lib-diff"Libravatar Ævar Arnfjörð Bjarmason1-1/+1
2020-12-08diff: do not show submodule with untracked files as "-dirty"Libravatar Sangeeta Jain1-2/+10
2020-07-30t: remove test_oid_init in testsLibravatar brian m. carlson1-1/+0
2019-10-28t4027: make hash-size independentLibravatar brian m. carlson1-8/+8
2018-08-21tests: use 'test_must_be_empty' instead of 'test_cmp <empty> <out>'Libravatar SZEDER Gábor1-2/+1
2018-08-21tests: use 'test_must_be_empty' instead of '! test -s'Libravatar SZEDER Gábor1-13/+13
2018-05-14t: switch $_z40 to $ZERO_OIDLibravatar brian m. carlson1-3/+3
2017-08-03diff: stop allowing diff to have submodules configured in .git/configLibravatar Brandon Williams1-67/+0
2011-05-06Merge branch 'jc/fix-diff-files-unmerged'Libravatar Junio C Hamano1-1/+0
2011-04-23test: use $_z40 from test-libLibravatar Junio C Hamano1-1/+0
2010-11-09tests: add missing &&Libravatar Jonathan Nieder1-4/+4
2010-08-09Add tests for the diff.ignoreSubmodules config optionLibravatar Jens Lehmann1-1/+9
2010-08-09Submodules: Use "ignore" settings from .gitmodules too for diff and statusLibravatar Jens Lehmann1-0/+76
2010-08-09Submodules: Add the new "ignore" config option for diff and statusLibravatar Jens Lehmann1-0/+76
2010-06-25t4027,4041: Use test -s to test for an empty fileLibravatar Brian Gernhardt1-6/+6
2010-06-11Add optional parameters to the diff option "--ignore-submodules"Libravatar Jens Lehmann1-3/+17
2010-01-16Teach diff that modified submodule directory is dirtyLibravatar Junio C Hamano1-1/+83
2009-04-29Merge branch 'maint-1.6.0' into maint-1.6.1Libravatar Junio C Hamano1-0/+39
2009-04-29diff -c -p: do not die on submodulesLibravatar Junio C Hamano1-0/+39
2008-08-17tests: use $TEST_DIRECTORY to refer to the t/ directoryLibravatar Junio C Hamano1-1/+1
2008-05-04diff: a submodule not checked out is not modifiedLibravatar Junio C Hamano1-1/+1
2008-05-04Add t7506 to test submodule related functions for git-statusLibravatar Ping Yin1-1/+1
2008-05-04t4027: test diff for submodule with empty directoryLibravatar Ping Yin1-0/+7
2008-03-13add test_cmp function for test scriptsLibravatar Jeff King1-3/+3
2008-03-02diff: make sure work tree side is shown as 0{40} when differentLibravatar Junio C Hamano1-0/+53