push.default warning breaks tests on OS X

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

--
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


[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]