| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'jk/http-backend-deadlock-2.3' into jk/http-backend-deadlockjk/http-backend-deadlock | Junio C Hamano | 2015-05-25 | 1 | -13/+36 |
|\ |
|
| * | Merge branch 'jk/http-backend-deadlock-2.2' into jk/http-backend-deadlock-2.3jk/http-backend-deadlock-2.3 | Junio C Hamano | 2015-05-25 | 1 | -13/+36 |
| |\ |
|
| | * | http-backend: spool ref negotiation requests to bufferjk/http-backend-deadlock-2.2 | Jeff King | 2015-05-25 | 1 | -0/+11 |
| | * | t5551: factor out tag creation | Jeff King | 2015-05-20 | 1 | -13/+21 |
* | | | Merge branch 'tb/connect-ipv6-parse-fix' | Junio C Hamano | 2015-04-20 | 2 | -16/+22 |
|\ \ \ |
|
| * | | | connect.c: ignore extra colon after hostnametb/connect-ipv6-parse-fix | Torsten Bögershausen | 2015-04-08 | 2 | -16/+22 |
* | | | | Merge branch 'va/fix-git-p4-tests' | Junio C Hamano | 2015-04-20 | 1 | -12/+31 |
|\ \ \ \ |
|
| * | | | | t9814: guarantee only one source exists in git-p4 copy tests | Vitor Antunes | 2015-04-12 | 1 | -15/+31 |
| * | | | | git-p4: fix copy detection test | Vitor Antunes | 2015-03-28 | 1 | -1/+4 |
| * | | | | t9814: fix broken shell syntax in git-p4 rename test | Vitor Antunes | 2015-03-28 | 1 | -2/+2 |
* | | | | | Merge branch 'jc/update-instead-into-void' | Junio C Hamano | 2015-04-14 | 1 | -1/+54 |
|\ \ \ \ \ |
|
| * | | | | | push-to-deploy: allow pushing into an unborn branch and updating itjc/update-instead-into-void | Junio C Hamano | 2015-04-01 | 1 | -1/+54 |
* | | | | | | Merge branch 'jk/test-chain-lint' | Junio C Hamano | 2015-03-26 | 102 | -773/+459 |
|\ \ \ \ \ \ |
|
| * | | | | | | t9001: drop save_confirm helper | Jeff King | 2015-03-25 | 1 | -10/+5 |
| * | | | | | | t0020: use test_* helpers instead of hand-rolled messages | Jeff King | 2015-03-25 | 1 | -33/+5 |
| * | | | | | | t: simplify loop exit-code status variables | Jeff King | 2015-03-25 | 2 | -16/+6 |
| * | | | | | | t: fix some trivial cases of ignored exit codes in loops | Jeff King | 2015-03-25 | 10 | -28/+24 |
| * | | | | | | t7701: fix ignored exit code inside loop | Jeff King | 2015-03-25 | 1 | -1/+1 |
| * | | | | | | t3305: fix ignored exit code inside loop | Jeff King | 2015-03-25 | 1 | -6/+3 |
| * | | | | | | t0020: fix ignored exit code inside loops | Jeff King | 2015-03-25 | 1 | -35/+19 |
| * | | | | | | perf-lib: fix ignored exit code inside loop | Jeff King | 2015-03-25 | 1 | -1/+1 |
| * | | | | | | t6039: fix broken && chain | Torsten Bögershausen | 2015-03-22 | 1 | -1/+1 |
| * | | | | | | t9158, t9161: fix broken &&-chain in git-svn tests | Michael J Gruber | 2015-03-20 | 2 | -7/+7 |
| * | | | | | | t9104: fix test for following larger parents | Michael J Gruber | 2015-03-20 | 1 | -4/+6 |
| * | | | | | | t4104: drop hand-rolled error reporting | Jeff King | 2015-03-20 | 1 | -8/+2 |
| * | | | | | | t0005: fix broken &&-chains | Jeff King | 2015-03-20 | 1 | -2/+2 |
| * | | | | | | t7004: fix embedded single-quotes | Jeff King | 2015-03-20 | 1 | -1/+1 |
| * | | | | | | t0050: appease --chain-lint | Jeff King | 2015-03-20 | 1 | -4/+8 |
| * | | | | | | t9001: use test_when_finished | Jeff King | 2015-03-20 | 1 | -20/+10 |
| * | | | | | | t4117: use modern test_* helpers | Jeff King | 2015-03-20 | 1 | -56/+10 |
| * | | | | | | t6034: use modern test_* helpers | Jeff King | 2015-03-20 | 1 | -53/+13 |
| * | | | | | | t1301: use modern test_* helpers | Jeff King | 2015-03-20 | 1 | -13/+7 |
| * | | | | | | t0020: use modern test_* helpers | Jeff King | 2015-03-20 | 1 | -116/+28 |
| * | | | | | | t6030: use modern test_* helpers | Jeff King | 2015-03-20 | 1 | -60/+31 |
| * | | | | | | t9502: fix &&-chain breakage | Jeff King | 2015-03-20 | 1 | -4/+6 |
| * | | | | | | t7201: fix &&-chain breakage | Jeff King | 2015-03-20 | 1 | -13/+6 |
| * | | | | | | t3600: fix &&-chain breakage for setup commands | Jeff King | 2015-03-20 | 1 | -18/+18 |
| * | | | | | | t: avoid using ":" for comments | Jeff King | 2015-03-20 | 2 | -10/+10 |
| * | | | | | | t: wrap complicated expect_code users in a block | Jeff King | 2015-03-20 | 4 | -9/+13 |
| * | | | | | | t: use test_expect_code instead of hand-rolled comparison | Jeff King | 2015-03-20 | 3 | -44/+38 |
| * | | | | | | t: use test_might_fail for diff and grep | Jeff King | 2015-03-20 | 2 | -6/+6 |
| * | | | | | | t: fix &&-chaining issues around setup which might fail | Jeff King | 2015-03-20 | 5 | -8/+11 |
| * | | | | | | t: use test_must_fail instead of hand-rolled blocks | Jeff King | 2015-03-20 | 3 | -14/+5 |
| * | | | | | | t: use verbose instead of hand-rolled errors | Jeff King | 2015-03-20 | 5 | -45/+10 |
| * | | | | | | t: assume test_cmp produces verbose output | Jeff King | 2015-03-20 | 2 | -12/+3 |
| * | | | | | | t: fix trivial &&-chain breakage | Jeff King | 2015-03-20 | 43 | -68/+70 |
| * | | | | | | t: fix moderate &&-chain breakage | Jeff King | 2015-03-20 | 13 | -44/+44 |
| * | | | | | | t: fix severe &&-chain breakage | Jeff King | 2015-03-20 | 14 | -19/+19 |
| * | | | | | | t/test-lib: introduce --chain-lint option | Jeff King | 2015-03-20 | 2 | -0/+26 |
* | | | | | | | Merge branch 'tg/test-index-v4' | Junio C Hamano | 2015-03-25 | 1 | -3/+12 |
|\ \ \ \ \ \ \ |
|