Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests: subshell indentation stylefix | Jonathan Nieder | 2010-09-09 | 22 | -192/+260 |
* | Merge branch 'jl/maint-fix-test' | Junio C Hamano | 2010-09-06 | 32 | -260/+256 |
|\ | |||||
| * | Several tests: cd inside subshell instead of around | Jens Lehmann | 2010-09-06 | 32 | -260/+256 |
* | | t3404 & t7508: cd inside subshell instead of around | Jens Lehmann | 2010-09-06 | 2 | -4/+4 |
* | | Merge branch 'maint'v1.7.3-rc0 | Junio C Hamano | 2010-09-06 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Merge branch 'xx/trivial' into maint | Junio C Hamano | 2010-09-06 | 1 | -1/+1 |
| |\ | |||||
| | * | t5505: add missing && | Jens Lehmann | 2010-09-05 | 1 | -1/+1 |
| * | | Merge branch 'gp/pack-refs-remove-empty-dirs' into maint | Junio C Hamano | 2010-09-01 | 1 | -0/+6 |
| |\ \ | |||||
| * \ \ | Merge branch 'sg/rerere-gc-old-still-used' into maint | Junio C Hamano | 2010-09-01 | 1 | -3/+11 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'dj/fetch-tagopt' into maint | Junio C Hamano | 2010-09-01 | 1 | -0/+41 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'da/fix-submodule-sync-superproject-config' into maint | Junio C Hamano | 2010-09-01 | 1 | -0/+3 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'en/rebase-against-rebase-fix' into maint | Junio C Hamano | 2010-09-01 | 1 | -0/+62 |
| |\ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ | Merge branch 'jl/submodule-ignore-diff' | Junio C Hamano | 2010-09-04 | 1 | -0/+23 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | checkout: Use submodule.*.ignore settings from .git/config and .gitmodules | Jens Lehmann | 2010-08-30 | 1 | -0/+16 |
| * | | | | | | | | checkout: Add test for diff.ignoreSubmodules | Jens Lehmann | 2010-08-30 | 1 | -0/+7 |
* | | | | | | | | | Merge branch 'ab/test-2' | Junio C Hamano | 2010-09-04 | 49 | -556/+940 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | tests: factor HOME=$(pwd) in test-lib.sh | Matthieu Moy | 2010-08-31 | 5 | -13/+3 |
| * | | | | | | | | | test-lib: use subshell instead of cd $new && .. && cd $old | Ævar Arnfjörð Bjarmason | 2010-08-31 | 1 | -6/+6 |
| * | | | | | | | | | tests: simplify "missing PREREQ" message | Jonathan Nieder | 2010-08-31 | 1 | -1/+7 |
| * | | | | | | | | | t/t0000-basic.sh: Run the passing TODO test inside its own test-lib | Ævar Arnfjörð Bjarmason | 2010-08-31 | 1 | -0/+31 |
| * | | | | | | | | | test-lib: Allow overriding of TEST_DIRECTORY | Ævar Arnfjörð Bjarmason | 2010-08-31 | 1 | -1/+7 |
| * | | | | | | | | | test-lib: Use "$GIT_BUILD_DIR" instead of "$TEST_DIRECTORY"/../ | Ævar Arnfjörð Bjarmason | 2010-08-31 | 1 | -14/+15 |
| * | | | | | | | | | test-lib: Use $TEST_DIRECTORY or $GIT_BUILD_DIR instead of $(pwd) and ../ | Ævar Arnfjörð Bjarmason | 2010-08-31 | 1 | -8/+8 |
| * | | | | | | | | | test: Introduce $GIT_BUILD_DIR | Thomas Rast | 2010-08-31 | 1 | -0/+1 |
| * | | | | | | | | | cvs tests: do not touch test CVS repositories shipped with source | Junio C Hamano | 2010-08-18 | 5 | -11/+9 |
| * | | | | | | | | | t/t9602-cvsimport-branches-tags.sh: Add a PERL prerequisite | Ævar Arnfjörð Bjarmason | 2010-08-18 | 1 | -13/+15 |
| * | | | | | | | | | t/t9601-cvsimport-vendor-branch.sh: Add a PERL prerequisite | Ævar Arnfjörð Bjarmason | 2010-08-18 | 1 | -11/+13 |
| * | | | | | | | | | t/t7105-reset-patch.sh: Add a PERL prerequisite | Ævar Arnfjörð Bjarmason | 2010-08-18 | 1 | -4/+4 |
| * | | | | | | | | | t/t9001-send-email.sh: convert setup code to tests | Ævar Arnfjörð Bjarmason | 2010-08-18 | 1 | -3/+40 |
| * | | | | | | | | | t/t9001-send-email.sh: change from skip_all=* to prereq skip | Ævar Arnfjörð Bjarmason | 2010-08-18 | 1 | -82/+83 |
| * | | | | | | | | | t/t9001-send-email.sh: Remove needless PROG=* assignment | Ævar Arnfjörð Bjarmason | 2010-08-18 | 1 | -1/+0 |
| * | | | | | | | | | t/t9600-cvsimport.sh: change from skip_all=* to prereq skip | Ævar Arnfjörð Bjarmason | 2010-08-18 | 1 | -21/+18 |
| * | | | | | | | | | lib-patch-mode tests: change from skip_all=* to prereq skip | Ævar Arnfjörð Bjarmason | 2010-08-18 | 4 | -28/+23 |
| * | | | | | | | | | t/t3701-add-interactive.sh: change from skip_all=* to prereq skip | Ævar Arnfjörð Bjarmason | 2010-08-18 | 1 | -34/+70 |
| * | | | | | | | | | tests: Move FILEMODE prerequisite to lib-prereq-FILEMODE.sh | Ævar Arnfjörð Bjarmason | 2010-08-18 | 6 | -31/+16 |
| * | | | | | | | | | t/Makefile: Create test-results dir for smoke target | Ævar Arnfjörð Bjarmason | 2010-08-18 | 1 | -1/+1 |
| * | | | | | | | | | git-notes: Run partial expensive test everywhere | Ævar Arnfjörð Bjarmason | 2010-08-18 | 1 | -12/+20 |
| * | | | | | | | | | t/t3300-funny-names: change from skip_all=* to prereq skip | Ævar Arnfjörð Bjarmason | 2010-08-18 | 1 | -22/+60 |
| * | | | | | | | | | t/t3902-quoted: change from skip_all=* to prereq skip | Ævar Arnfjörð Bjarmason | 2010-08-18 | 1 | -17/+21 |
| * | | | | | | | | | t/t4016-diff-quote: change from skip_all=* to prereq skip | Ævar Arnfjörð Bjarmason | 2010-08-18 | 1 | -7/+15 |
| * | | | | | | | | | t/t5503-tagfollow: change from skip_all=* to prereq skip | Ævar Arnfjörð Bjarmason | 2010-08-18 | 1 | -9/+24 |
| * | | | | | | | | | t/t7005-editor: change from skip_all=* to prereq skip | Ævar Arnfjörð Bjarmason | 2010-08-18 | 1 | -5/+5 |
| * | | | | | | | | | t/t5705-clone-2gb: change from skip_all=* to prereq skip | Ævar Arnfjörð Bjarmason | 2010-08-18 | 1 | -7/+9 |
| * | | | | | | | | | t/t1304-default-acl: change from skip_all=* to prereq skip | Ævar Arnfjörð Bjarmason | 2010-08-18 | 1 | -6/+8 |
| * | | | | | | | | | t/README: Update "Skipping tests" to align with best practices | Ævar Arnfjörð Bjarmason | 2010-08-18 | 1 | -3/+18 |
| * | | | | | | | | | t/t7800-difftool.sh: Skip with prereq on no PERL | Ævar Arnfjörð Bjarmason | 2010-08-18 | 1 | -27/+22 |
| * | | | | | | | | | t/t5800-remote-helpers.sh: Skip with prereq on python <2.4 | Ævar Arnfjörð Bjarmason | 2010-08-18 | 1 | -13/+11 |
| * | | | | | | | | | t/t4004-diff-rename-symlink.sh: use three-arg <prereq> | Ævar Arnfjörð Bjarmason | 2010-08-18 | 1 | -11/+7 |
| * | | | | | | | | | tests: implicitly skip SYMLINKS tests using <prereq> | Ævar Arnfjörð Bjarmason | 2010-08-18 | 8 | -90/+42 |
| * | | | | | | | | | t/README: Add a note about the dangers of coverage chasing | Ævar Arnfjörð Bjarmason | 2010-08-18 | 1 | -0/+9 |