| Test |
Duration |
Result |
| a detached HEAD without a branch argument exits with code 2 |
0.006s |
passed |
| a failed fetch only warns and the build continues from the last known origin state |
0.007s |
passed |
| a failing build exits with code 1 |
0.007s |
passed |
| a fragment without any match exits with code 2 |
0.004s |
passed |
| an ambiguous fragment lists the candidates and exits with code 2 |
0.005s |
passed |
| builds origin's head when the branch has new commits on origin |
0.010s |
passed |
| builds the current branch at its local head when no branch is given |
0.131s |
passed |
| resolves a unique branch-name fragment against local and origin branches |
0.188s |
passed |