On 20 Jul 2016, at 00:54, Junio C Hamano <gitster@xxxxxxxxx> wrote: > > [New Topics] > > ... > > * jk/push-scrub-url (2016-07-14) 1 commit > (merged to 'next' on 2016-07-19 at 6ada3f1) > + push: anonymize URL in status output > > "git fetch http://user:pass@host/repo..." scrubbed the userinfo > part, but "git push" didn't. > > Will merge to 'master'. t5541-http-push-smart.sh "push status output scrubs password" fails on next using Travis CI OS X: https://travis-ci.org/git/git/jobs/145960712 https://api.travis-ci.org/jobs/145960712/log.txt?deansi=true (non JS) I think the test either fails because of OS X or because of the used Apache version (Travis CI Linux uses 2.2.22 and OS X uses 2.2.26). I haven't done any further investigation. According to my Travis CI Git bisect script the failure starts to appear with the commit that introduced the test in 882d49c "push: anonymize URL in status output": https://travis-ci.org/larsxschneider/git/jobs/146027836 - Lars -- 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