summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jl/submodule-tests'Junio C Hamano2014-07-2114-0/+974
|\
| * revert: add t3513 for submodule updatesjl/submodule-testsJens Lehmann2014-07-141-0/+32
| * stash: add t3906 for submodule updatesJens Lehmann2014-07-142-5/+42
| * am: add t4255 for submodule updatesJens Lehmann2014-07-141-0/+21
| * cherry-pick: add t3512 for submodule updatesJens Lehmann2014-07-142-3/+25
| * pull: add t5572 for submodule updatesJens Lehmann2014-07-141-0/+45
| * rebase: add t3426 for submodule updatesJens Lehmann2014-07-141-0/+46
| * merge: add t7613 for submodule updatesJens Lehmann2014-07-142-3/+40
| * bisect: add t6041 for submodule updatesJens Lehmann2014-07-141-0/+32
| * reset: add t7112 for submodule updatesJens Lehmann2014-07-141-0/+14
| * read-tree: add t1013 for submodule updatesJens Lehmann2014-07-141-0/+12
| * apply: add t4137 for submodule updatesJens Lehmann2014-07-141-0/+20
| * checkout: call the new submodule update test frameworkJens Lehmann2014-07-141-0/+5
| * submodules: add the lib-submodule-update.sh test libraryJens Lehmann2014-07-141-0/+640
| * test-lib: add test_dir_is_empty()Jens Lehmann2014-06-201-0/+11
* | Merge branch 'jl/test-lint-scripts'Junio C Hamano2014-07-161-2/+3
|\ \
| * | t/Makefile: always test all lint targets when running testsjl/test-lint-scriptsJens Lehmann2014-07-101-1/+1
| * | t/Makefile: check helper scripts for non-portable shell commands tooJens Lehmann2014-07-101-1/+2
* | | Merge branch 'zk/log-graph-showsig'Junio C Hamano2014-07-161-0/+31
|\ \ \
| * | | log: fix indentation for --graph --show-signaturezk/log-graph-showsigZoltan Klinger2014-07-091-0/+31
* | | | Merge branch 'cb/filter-branch-prune-empty-degenerate-merges'Junio C Hamano2014-07-161-0/+11
|\ \ \ \
| * | | | filter-branch: eliminate duplicate mapped parentscb/filter-branch-prune-empty-degenerate-mergesCharles Bailey2014-07-011-0/+11
* | | | | Merge branch 'mk/merge-incomplete-files'Junio C Hamano2014-07-161-3/+88
|\ \ \ \ \
| * | | | | git-merge-file: do not add LF at EOF while applying unrelated changemk/merge-incomplete-filesMax Kirillov2014-06-301-0/+85
| * | | | | t6023-merge-file.sh: fix and mark as broken invalid testsMax Kirillov2014-06-301-3/+3
* | | | | | Merge branch 'tb/crlf-tests'Junio C Hamano2014-07-162-61/+326
|\ \ \ \ \ \
| * | | | | | 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 'nd/split-index'Junio C Hamano2014-07-162-0/+196
|\ \ \ \ \ \
| * | | | | | t1700: new tests for split-index modeNguyễn Thái Ngọc Duy2014-06-131-0/+194
| * | | | | | t2104: make sure split index mode is off for the version testNguyễn Thái Ngọc Duy2014-06-131-0/+2
* | | | | | | Merge branch 'dt/refs-check-refname-component-sse-fix'Junio C Hamano2014-07-101-4/+11
|\ \ \ \ \ \ \
| * | | | | | | refs: fix valgrind suppression filedt/refs-check-refname-component-sse-fixDavid Turner2014-07-081-4/+11
* | | | | | | | Merge branch 'rs/simplify-archive-tests'Junio C Hamano2014-07-102-16/+8
|\ \ \ \ \ \ \ \
| * | | | | | | | t5000, t5003: simplify commitrs/simplify-archive-testsRené Scharfe2014-07-072-16/+8
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge branch 'mg/verify-commit'Junio C Hamano2014-07-101-1/+19
|\ \ \ \ \ \ \ \
| * | | | | | | | t7510: test verify-commitMichael J Gruber2014-06-231-1/+19
| * | | | | | | | t7510: exit for loop with test resultMichael J Gruber2014-06-231-2/+2
* | | | | | | | | Merge branch 'jk/pretty-G-format-fixes'Junio C Hamano2014-07-092-9/+68
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | move "%G" format test from t7510 to t6006jk/pretty-G-format-fixesJeff King2014-06-252-6/+6
| * | | | | | | | pretty: avoid reading past end-of-string with "%G"Jeff King2014-06-171-0/+6
| * | | | | | | | t7510: check %G* pretty-format outputJeff King2014-06-171-0/+40
| * | | | | | | | t7510: test a commit signed by an unknown keyJeff King2014-06-171-0/+13
| * | | | | | | | t7510: use consistent &&-chains in loopMichael J Gruber2014-06-171-6/+6
| * | | | | | | | t7510: stop referring to master in later testsJeff King2014-06-171-3/+3
* | | | | | | | | Merge branch 'dt/refs-check-refname-component-sse'Junio C Hamano2014-07-022-0/+23
|\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| * | | | | | | | refs.c: SSE2 optimizations for check_refname_componentdt/refs-check-refname-component-sseDavid Turner2014-06-182-0/+23
* | | | | | | | | Merge branch 'ye/http-extract-charset'Junio C Hamano2014-07-022-0/+9
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | http: fix charset detection of extract_content_type()ye/http-extract-charsetYi EungJun2014-06-172-0/+9
* | | | | | | | | | Merge branch 'bc/fix-rebase-merge-skip'Junio C Hamano2014-07-021-0/+15
|\ \ \ \ \ \ \ \ \ \