summaryrefslogtreecommitdiffstats
path: root/t (follow)
Commit message (Expand)AuthorAgeFilesLines
* tests: fix comment syntax in chainlint.sed for AIX sedÆvar Arnfjörð Bjarmason2018-08-271-2/+1
* tests: fix and add lint for non-portable seqÆvar Arnfjörð Bjarmason2018-08-273-8/+9
* tests: fix and add lint for non-portable head -c NÆvar Arnfjörð Bjarmason2018-08-273-3/+4
* Merge branch 'nd/pack-deltify-regression-fix'Junio C Hamano2018-08-221-0/+4
|\
| * pack-objects: fix performance issues on packing large deltasNguyễn Thái Ngọc Duy2018-07-231-0/+4
* | Merge branch 'ab/checkout-default-remote'Junio C Hamano2018-08-201-2/+7
|\ \
| * | t2024: mark test using "checkout -p" with PERL prerequisiteÆvar Arnfjörð Bjarmason2018-08-181-2/+7
* | | Merge branch 'hn/highlight-sideband-keywords'Junio C Hamano2018-08-201-0/+101
|\ \ \
| * | | sideband: do not read beyond the end of inputJunio C Hamano2018-08-181-0/+14
| * | | sideband: highlight keywords in remote sideband outputHan-Wen Nienhuys2018-08-091-0/+87
* | | | Merge branch 'nd/cherry-pick-quit-fix'Junio C Hamano2018-08-201-1/+6
|\ \ \ \
| * | | | cherry-pick: fix --quit not deleting CHERRY_PICK_HEADNguyễn Thái Ngọc Duy2018-08-161-1/+6
* | | | | Merge branch 'sb/submodule-cleanup'Junio C Hamano2018-08-201-41/+58
|\ \ \ \ \
| * | | | | t7410: update to new styleStefan Beller2018-08-161-41/+58
* | | | | | Merge branch 'pw/rebase-i-merge-segv-fix'Junio C Hamano2018-08-201-7/+23
|\ \ \ \ \ \
| * | | | | | rebase -i: fix SIGSEGV when 'merge <branch>' failsPhillip Wood2018-08-161-1/+14
| * | | | | | t3430: add conflicting commitPhillip Wood2018-08-161-6/+9
* | | | | | | Merge branch 'pw/rebase-i-squash-number-fix'Junio C Hamano2018-08-201-1/+3
|\ \ \ \ \ \ \
| * | | | | | | rebase -i: fix numbering in squash messagePhillip Wood2018-08-151-1/+3
* | | | | | | | Merge branch 'sb/config-write-fix'Junio C Hamano2018-08-201-0/+87
|\ \ \ \ \ \ \ \
| * | | | | | | | config: fix case sensitive subsection names on writingStefan Beller2018-08-081-0/+1
| * | | | | | | | t1300: document current behavior of setting optionsStefan Beller2018-08-011-0/+86
* | | | | | | | | Merge branch 'ab/submodule-relative-url-tests'Junio C Hamano2018-08-201-0/+13
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | submodule: add more exhaustive up-path testingÆvar Arnfjörð Bjarmason2018-08-141-0/+13
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'jt/repack-promisor-packs'Junio C Hamano2018-08-201-11/+74
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | repack: repack promisor objects if -a or -A is setJonathan Tan2018-08-091-11/+74
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge branch 'wc/make-funnynames-shared-lazy-prereq'Junio C Hamano2018-08-205-25/+26
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | t: factor out FUNNYNAMES as shared lazy prereqWilliam Chargin2018-08-065-25/+26
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'js/chain-lint-attrfix'Junio C Hamano2018-08-201-0/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | chainlint: fix for core.autocrlf=trueJohannes Schindelin2018-08-151-0/+1
* | | | | | | | | | Merge branch 'js/range-diff'Junio C Hamano2018-08-203-0/+750
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | range-diff: add testsThomas Rast2018-08-133-0/+750
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'es/chain-lint-more'Junio C Hamano2018-08-2019-41/+213
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | chainlint: add test of pathological case which triggered false positiveEric Sunshine2018-08-132-0/+32
| * | | | | | | | | | chainlint: recognize multi-line quoted strings more robustlyEric Sunshine2018-08-134-13/+43
| * | | | | | | | | | chainlint: let here-doc and multi-line string commence on same lineEric Sunshine2018-08-137-3/+37
| * | | | | | | | | | chainlint: recognize multi-line $(...) when command cuddled with "$("Eric Sunshine2018-08-133-3/+21
| * | | | | | | | | | chainlint: match 'quoted' here-doc tagsEric Sunshine2018-08-135-4/+18
| * | | | | | | | | | chainlint: match arbitrary here-docs tags rather than hard-coded namesEric Sunshine2018-08-137-23/+67
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'sg/t5310-empty-input-fix'Junio C Hamano2018-08-201-3/+4
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | t5310-pack-bitmaps: fix bogus 'pack-objects to file can use bitmap' testSZEDER Gábor2018-08-141-3/+4
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'jk/for-each-object-iteration'Junio C Hamano2018-08-201-2/+15
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | cat-file: support "unordered" output for --batch-all-objectsJeff King2018-08-131-0/+11
| * | | | | | | | | | t1006: test cat-file --batch-all-objects with duplicatesJeff King2018-08-131-2/+4
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'ab/fetch-tags-noclobber'Junio C Hamano2018-08-202-21/+46
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | fetch tests: correct a comment "remove it" -> "remove them"Ævar Arnfjörð Bjarmason2018-08-131-1/+1
| * | | | | | | | | | push tests: assert re-pushing annotated tagsÆvar Arnfjörð Bjarmason2018-07-311-37/+45
| * | | | | | | | | | push tests: add more testing for forced tag pushingÆvar Arnfjörð Bjarmason2018-07-311-2/+20
| * | | | | | | | | | push tests: fix logic error in "push" test assertionÆvar Arnfjörð Bjarmason2018-07-311-2/+2
| * | | | | | | | | | push tests: remove redundant 'git push' invocationÆvar Arnfjörð Bjarmason2018-07-311-1/+0