4126 Commits (59efba64ac144a8838a35ae687b8c5bb6cd43363)

Author SHA1 Message Date
Junio C Hamano 6e6842e36f tests: correct "does reflog exist?" tests 15 years ago
Brandon Casey b1edaf669d t/: work around one-shot variable assignment with test_must_fail 15 years ago
Jonathan Nieder bdcaa325b4 t/README: correct an exception when breaking a && chain in tests 15 years ago
Brandon Casey 77b5be2aba t/{t5541,lib-httpd}: replace problematic '!()' notation with test_must_fail 15 years ago
Brandon Casey 460d562eab t/t3700: convert two uses of negation operator '!' to use test_must_fail 15 years ago
Brandon Casey 971ecbd1f8 t/README: clarify test_must_fail description 15 years ago
Jens Lehmann d27b876b28 git submodule add: Require the new --force option to add ignored paths 15 years ago
Thomas Rast 7ea3ddf818 Only run aggregate-results over actual counts 15 years ago
Jonathan Nieder 030149a4dc git --paginate: paginate external commands again 15 years ago
Jay Soffian 3ca399d40a MERGE_RR is in .git, not .git/rr-cache 15 years ago
Will Palmer 21baa6e0c5 merge-tree: fix where two branches share no changes 15 years ago
Will Palmer f32e9852d4 add basic tests for merge-tree 15 years ago
Jens Lehmann 108da0db12 git add: Add the "--ignore-missing" option for the dry run 15 years ago
Michael J Gruber 637ab29b86 test-lib: TAP compliance for skipping tests on request 15 years ago
Michael J Gruber 47e67d479b test-lib: simplify GIT_SKIP_TESTS loop 15 years ago
Jonathan Nieder bcefed419a t3000 (ls-files -o): modernize style 15 years ago
Johannes Sixt 0e418e568f t0005: work around strange $? in ksh when program terminated by a signal 15 years ago
Ævar Arnfjörð Bjarmason e8344e8666 tests: Use skip_all=* to skip tests 15 years ago
Junio C Hamano b1f47514f2 Fix "read-tree -m A B" priming the cache-tree 15 years ago
Jonathan Nieder 4ecb79386d t9118 (git-svn): prevent early failure from taking down later tests 15 years ago
Michael J Gruber 08fd28bb08 t9118: avoid PEG revision identifier in tests 15 years ago
Nazri Ramliy e7b082a411 grep -O: Do not pass color sequences as filenames to pager 15 years ago
Uwe Kleine-König 29981380d0 rev-parse: fix --parse-opt --keep-dashdash --stop-at-non-option 15 years ago
Brandon Casey 0cc4da3036 t/t0006: specify timezone as EST5 not EST to comply with POSIX 15 years ago
Heiko Voigt 420432d434 add missing && to submodule-merge testcase 15 years ago
Jonathan Nieder c9667456d2 t/README: document more test helpers 15 years ago
Junio C Hamano 57f2b6b258 rebase-i: do not get fooled by a log message ending with backslash 15 years ago
Jeff King 9ba0f0334d parse_date: fix signedness in timezone calculation 15 years ago
Jeff King 6b097788f8 t0006: test timezone parsing 15 years ago
Ævar Arnfjörð Bjarmason 31991b0260 git submodule: add submodules with git add -f <path> 15 years ago
Junio C Hamano 6fd45295ae t/README: proposed rewording... 15 years ago
Ævar Arnfjörð Bjarmason 20873f45e7 t/README: Document the do's and don'ts of tests 15 years ago
Ævar Arnfjörð Bjarmason b5500d16cd t/README: Add a section about skipping tests 15 years ago
Ævar Arnfjörð Bjarmason 97d9fd925b t/README: Document test_expect_code 15 years ago
Ævar Arnfjörð Bjarmason 2fac6a4b93 t/README: Document test_external* 15 years ago
Ævar Arnfjörð Bjarmason 9a897893a7 t/README: Document the prereq functions, and 3-arg test_* 15 years ago
Ævar Arnfjörð Bjarmason 85b0b34ea4 t/README: Typo: paralell -> parallel 15 years ago
Ævar Arnfjörð Bjarmason e1ca1c9d9b t/README: The trash is in 't/trash directory.$name' 15 years ago
Nazri Ramliy 567102819a Add test for correct coloring of git log --decoration 15 years ago
Jonathan Nieder e0ef8495e9 revert: do not rebuild argv on heap 15 years ago
Brandon Casey 15eeb6e921 t/t9700/test.pl: don't access private object members, use public access methods 15 years ago
Brandon Casey 3183286238 t/t9001: use egrep when regular expressions are involved 15 years ago
Nguyễn Thái Ngọc Duy 73e25e7cc8 git --paginate: do not commit pager choice too early 15 years ago
Jonathan Nieder bce2c9ae9f tests: local config file should be honored from subdirs of toplevel 15 years ago
Jonathan Nieder 8f81449e88 t7006: test pager configuration for several git commands 15 years ago
Jonathan Nieder 3c7406d4b5 t7006 (pager): introduce helper for parameterized tests 15 years ago
Jeff King bbb1b8a35a notes: check number of parameters to "git notes copy" 15 years ago
Michael J Gruber 52663475a9 t6018: make sure all tested symbolic names are different revs 15 years ago
Michael J Gruber 9332441d8e t6018: add tests for rev-list's --branches and --tags 15 years ago
Ævar Arnfjörð Bjarmason 635155fa3d t9700: Use Test::More->builder, not $Test::Builder::Test 15 years ago