git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* push.default warning breaks tests on OS X
@ 2012-04-12  6:34 Brian Gernhardt
  0 siblings, 0 replies; only message in thread
From: Brian Gernhardt @ 2012-04-12  6:34 UTC (permalink / raw)
  To: Git List

After a break in regularly compiling git on my Mac 10.7.3 laptop, I had a couple tests in t5570-git-daemon.sh fail: 10 and 14.  Both of these tests use test_remote_error to look for a string and produce output like:

--- expect	2012-04-12 06:30:16.000000000 +0000
+++ output	2012-04-12 06:30:16.000000000 +0000
@@ -1 +1,13 @@
+warning: push.default is unset; its implicit value is changing in
+Git 2.0 from 'matching' to 'upstream'. To squelch this message
+and maintain the current behavior after the default changes, use:
+
+  git config --global push.default matching
+
+To squelch this message and adopt the new behavior now, use:
+
+  git config --global push.default upstream
+
+See 'git help config' and search for 'push.default' for further information.
+
 fatal: remote error: access denied or repository not exported: /repo.git

Bisecting traced it back to 5293b54: "push: start warning upcoming default change for push.default"

I'm sending this off to the list in case someone else has some idea of the root cause.  I'll get back to this problem myself sometime tomorrow.

~~ Brian Gernhardt

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-04-12  6:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-12  6:34 push.default warning breaks tests on OS X Brian Gernhardt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).