summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'en/and-cascade-tests'Junio C Hamano2010-11-24114-657/+597
|\
| * t4124 (apply --whitespace): use test_might_failJonathan Nieder2010-11-091-3/+2
| * t3404: do not use 'describe' to implement test_cmp_revJunio C Hamano2010-11-091-2/+2
| * t3404 (rebase -i): introduce helper to check position of HEADJonathan Nieder2010-11-091-15/+9
| * t3404 (rebase -i): move comment to descriptionJonathan Nieder2010-11-091-18/+17
| * t3404 (rebase -i): unroll test_commit loopsJonathan Nieder2010-11-091-12/+11
| * t3301 (notes): use test_expect_code for clarityJonathan Nieder2010-11-091-1/+1
| * t1400 (update-ref): use test_must_failJonathan Nieder2010-11-091-3/+2
| * t1502 (rev-parse --parseopt): test exit code from "-h"Jonathan Nieder2010-11-091-1/+1
| * t6022 (renaming merge): chain test commands with &&Jonathan Nieder2010-11-091-190/+92
| * test-lib: introduce test_line_count to measure filesJonathan Nieder2010-11-092-0/+26
| * tests: add missing &&, batch 2Jonathan Nieder2010-11-0913-48/+48
| * tests: add missing &&Jonathan Nieder2010-11-0984-166/+166
| * Introduce sane_unset and use it to ensure proper && chainingElijah Newren2010-10-065-29/+37
| * t7800 (difftool): add missing &&Elijah Newren2010-10-061-6/+6
| * t7601 (merge-pull-config): add missing &&Elijah Newren2010-10-061-6/+6
| * t7001 (mv): add missing &&Elijah Newren2010-10-061-1/+1
| * t6016 (rev-list-graph-simplify-history): add missing &&Elijah Newren2010-10-061-19/+10
| * t5602 (clone-remote-exec): add missing &&Elijah Newren2010-10-061-7/+15
| * t4026 (color): remove unneeded and unchained commandElijah Newren2010-10-061-1/+0
| * t4019 (diff-wserror): add lots of missing &&Elijah Newren2010-10-061-26/+27
| * t4202 (log): Replace '<git-command> || :' with test_might_failElijah Newren2010-10-061-1/+1
| * t4002 (diff-basic): use test_might_fail for commands that might failElijah Newren2010-10-061-6/+6
| * t100[12] (read-tree-m-2way, read_tree_m_u_2way): add missing &&Elijah Newren2010-10-062-14/+14
| * t4017 (diff-retval): replace manual exit code check with test_expect_codeElijah Newren2010-10-061-49/+20
| * test-lib: make test_expect_code a test commandÆvar Arnfjörð Bjarmason2010-10-065-38/+82
* | Merge branch 'kb/maint-submodule-savearg'Junio C Hamano2010-11-171-0/+50
|\ \
| * | submodule: only preserve flags across recursive status/update invocationsKevin Ballard2010-11-031-0/+34
| * | submodule: preserve all arguments exactly when recursingKevin Ballard2010-11-031-0/+16
* | | Merge branch 'jk/missing-config'Junio C Hamano2010-11-171-0/+29
|\ \ \
| * | | config: treat non-existent config files as emptyJeff King2010-10-211-0/+29
* | | | Merge branch 'kb/maint-diff-ws-check'Junio C Hamano2010-11-173-44/+114
|\ \ \ \
| * | | | diff: handle lines containing only whitespace and tabs betterKevin Ballard2010-10-201-0/+37
| * | | | test-lib: extend test_decode_color to handle more color codesKevin Ballard2010-10-202-44/+77
| | |/ / | |/| |
* | | | Merge branch 'bg/maint-gitweb-test-lib'Junio C Hamano2010-11-171-1/+1
|\ \ \ \
| * | | | t/gitweb-lib: Don't pass constant to decode_utf8Brian Gernhardt2010-10-201-1/+1
| |/ / /
* | | | Merge branch 'jm/mailmap'Junio C Hamano2010-11-171-12/+55
|\ \ \ \
| * | | | t4203: do not let "git shortlog" DWIM based on ttyJunio C Hamano2010-10-191-2/+2
| * | | | t4203 (mailmap): stop hardcoding commit ids and datesJonathan Nieder2010-10-181-9/+17
| * | | | mailmap: fix use of freed memoryJim Meyering2010-10-131-3/+38
* | | | | Merge branch 'jk/maint-apply-no-binary'Junio C Hamano2010-11-171-1/+26
|\ \ \ \ \
| * | | | | apply: don't segfault on binary files with missing dataJeff King2010-10-291-1/+26
* | | | | | Merge branch 'jk/push-progress'Junio C Hamano2010-11-175-51/+107
|\ \ \ \ \ \
| * | | | | | push: pass --progress down to git-pack-objectsJeff King2010-10-181-2/+2
| * | | | | | t5523-push-upstream: test progress messagesTay Ray Chuan2010-10-181-0/+38
| * | | | | | t5523-push-upstream: add function to ensure fresh upstream repoTay Ray Chuan2010-10-181-1/+5
| * | | | | | test_terminal: ensure redirections work reliablyJonathan Nieder2010-10-181-28/+10
| * | | | | | test_terminal: catch use without TTY prerequisiteJonathan Nieder2010-10-182-8/+12
| * | | | | | test-lib: allow test code to check the list of declared prerequisitesJonathan Nieder2010-10-181-7/+19
| * | | | | | tests: test terminal output to both stdout and stderrJeff King2010-10-182-11/+28