W dniu 2016-07-25 o 23:59, John Keeping pisze: > +test_expect_success 'new branch covered by force-with-lease (explicit)' ' > + setup_srcdst_basic && > + ( > + cd dst && > + git branch branch master && > + git push --force-with-lease=branch: origin branch > + ) && > + git ls-remote dst refs/heads/branch >expect && > + git ls-remote src refs/heads/branch >actual && > + test_cmp expect actual > +' Do we need to test the negative, that is that if branch is not new it prevents push (e.g. when <branch> is HEAD), or is it covered by other tests? -- Jakub Narębski -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html