summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* MinGW: update tests to handle a native eol of crlftb/crlf-testsBrice Lambson2014-09-022-20/+35
* Makefile: propagate NATIVE_CRLF to CPat Thoyts2014-09-021-0/+20
* t0027: Tests for core.eol=native, eol=lf, eol=crlfTorsten Bögershausen2014-08-281-100/+120
* t0027: combinations of core.autocrlf, core.eol and textTorsten Bögershausen2014-07-081-0/+265
* t0025: rename the test filesTorsten Bögershausen2014-07-081-61/+61
* Merge branch 'ep/avoid-test-a-o'Junio C Hamano2014-06-258-18/+18
|\
| * t/test-lib-functions.sh: avoid "test <cond> -a/-o <cond>"Elia Pinto2014-06-091-2/+2
| * t/t9814-git-p4-rename.sh: avoid "test <cond> -a/-o <cond>"Elia Pinto2014-06-091-2/+2
| * t/t5538-push-shallow.sh: avoid "test <cond> -a/-o <cond>"Elia Pinto2014-06-091-1/+1
| * t/t5403-post-checkout-hook.sh: avoid "test <cond> -a/-o <cond>"Elia Pinto2014-06-091-4/+4
| * t/t5000-tar-tree.sh: avoid "test <cond> -a/-o <cond>"Elia Pinto2014-06-091-1/+1
| * t/t4102-apply-rename.sh: avoid "test <cond> -a/-o <cond>"Elia Pinto2014-06-091-1/+1
| * t/t0026-eol-config.sh: avoid "test <cond> -a/-o <cond>"Elia Pinto2014-06-091-4/+4
| * t/t0025-crlf-auto.sh: avoid "test <cond> -a/-o <cond>"Elia Pinto2014-06-091-3/+3
| * t/lib-httpd.sh: avoid "test <cond> -a/-o <cond>"Elia Pinto2014-06-091-1/+1
* | Merge branch 'pb/trim-trailing-spaces'Junio C Hamano2014-06-251-6/+8
|\ \
| * | t0008: do not depend on 'echo' handling backslashes speciallypb/trim-trailing-spacesJunio C Hamano2014-06-131-6/+8
* | | Merge branch 'sp/complete-ext-alias'Junio C Hamano2014-06-251-0/+27
|\ \ \
| * | | completion: handle '!f() { ... }; f' and "!sh -c '...' -" aliasessp/complete-ext-aliasSteffen Prohaska2014-06-131-0/+27
* | | | Merge branch 'jk/repack-pack-writebitmaps-config'Junio C Hamano2014-06-253-3/+6
|\ \ \ \
| * | | | t7700: drop explicit --no-pack-kept-objects from .keep testjk/repack-pack-writebitmaps-configJeff King2014-06-121-1/+1
| * | | | repack: introduce repack.writeBitmaps config optionJeff King2014-06-103-2/+5
* | | | | Merge branch 'nd/init-restore-env'Junio C Hamano2014-06-251-2/+2
|\ \ \ \ \
| * | | | | git potty: restore environments after alias expansionnd/init-restore-envNguyễn Thái Ngọc Duy2014-06-101-2/+2
| | |/ / / | |/| | |
* | | | | Merge branch 'jk/repack-pack-keep-objects'Junio C Hamano2014-06-251-2/+18
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | repack: respect pack.writebitmapsJeff King2014-06-101-1/+17
| * | | | repack: do not accidentally pack kept objects by defaultJeff King2014-06-101-1/+1
* | | | | Merge branch 'jc/test-lazy-prereq' (early part)Junio C Hamano2014-06-205-78/+85
|\ \ \ \ \
| * | | | | t3419: drop unnecessary NOT_EXPENSIVE pseudo-prerequisiteJunio C Hamano2014-06-091-14/+8
| * | | | | t3302: drop unnecessary NOT_EXPENSIVE pseudo-prerequisiteJunio C Hamano2014-06-091-6/+4
| * | | | | t3302: do not chdir around in the primary test processJunio C Hamano2014-06-091-9/+18
| * | | | | t3302: coding style updatesJunio C Hamano2014-06-091-43/+47
| * | | | | test: turn USR_BIN_TIME into a lazy prerequisiteJunio C Hamano2014-06-093-2/+4
| * | | | | test: turn EXPENSIVE into a lazy prerequisiteJunio C Hamano2014-06-093-4/+4
* | | | | | Merge branch 'jc/fetch-pull-refmap'Junio C Hamano2014-06-201-0/+37
|\ \ \ \ \ \
| * | | | | | fetch: allow explicit --refmap to override configurationjc/fetch-push-refmapJunio C Hamano2014-06-051-0/+37
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'mt/send-email-cover-to-cc'Junio C Hamano2014-06-201-0/+45
|\ \ \ \ \ \
| * | | | | | t9001: avoid non-portable '\n' with sedmt/send-email-cover-to-ccTorsten Bögershausen2014-06-101-1/+1
| * | | | | | test/send-email: to-cover, cc-cover testsMichael S. Tsirkin2014-04-291-0/+45
* | | | | | | Merge branch 'tb/t5551-clone-notice-to-stderr'Junio C Hamano2014-06-201-2/+1
|\ \ \ \ \ \ \
| * | | | | | | t5551: fix the 50,000 tag testtb/t5551-clone-notice-to-stderrTorsten Bögershausen2014-06-091-2/+1
* | | | | | | | Merge branch 'ib/test-selectively-run'Junio C Hamano2014-06-163-12/+617
|\ \ \ \ \ \ \ \
| * | | | | | | | t0000-*.sh: fix the GIT_SKIP_TESTS sub-testsib/test-selectively-runRamsay Jones2014-06-061-51/+57
| * | | | | | | | test-lib: '--run' to run only specific testsIlya Bobyr2014-06-063-8/+537
| * | | | | | | | test-lib: tests skipped by GIT_SKIP_TESTS say soIlya Bobyr2014-06-062-5/+71
| * | | | | | | | test-lib: document short options in t/READMEIlya Bobyr2014-06-061-0/+4
* | | | | | | | | Merge branch 'jm/dedup-test-config'Junio C Hamano2014-06-161-5/+0
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | t/t7810-grep.sh: remove duplicate test_config()jm/dedup-test-configJeremiah Mahler2014-06-051-5/+0
* | | | | | | | | | Merge branch 'dt/refs-check-refname-component-optim'Junio C Hamano2014-06-161-1/+5
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | refs.c: optimize check_refname_component()dt/refs-check-refname-component-optimDavid Turner2014-06-051-1/+5