git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
From: Brian Gernhardt <brian@gernhardtsoftware.com>
To: Git List <git@vger.kernel.org>
Cc: Junio C Hamano <gitster@pobox.com>,
	Brian Gernhardt <brian@gernhardtsoftware.com>
Subject: [PATCH 3/3] t5570: do not assume the "matching" push is the default
Date: Tue, 15 Jan 2013 21:05:08 -0500	[thread overview]
Message-ID: <bf3e44800542d2d0834cf25caf08ff5851142f67.1358301792.git.brian@gernhardtsoftware.com> (raw)
In-Reply-To: <cover.1358301792.git.brian@gernhardtsoftware.com>
In-Reply-To: <cover.1358301792.git.brian@gernhardtsoftware.com>

Signed-off-by: Brian Gernhardt <brian@gernhardtsoftware.com>
---
 t/t5570-git-daemon.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/t/t5570-git-daemon.sh b/t/t5570-git-daemon.sh
index a3a4e47..f01edff 100755
--- a/t/t5570-git-daemon.sh
+++ b/t/t5570-git-daemon.sh
@@ -8,6 +8,7 @@ LIB_GIT_DAEMON_PORT=${LIB_GIT_DAEMON_PORT-5570}
 start_git_daemon
 
 test_expect_success 'setup repository' '
+	git config push.default matching &&
 	echo content >file &&
 	git add file &&
 	git commit -m one
-- 
1.8.1.rc1.222.gec797b3

  parent reply	other threads:[~2013-01-16  2:13 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-16  2:05 [PATCH 0/3] Update HTTPD/daemon tests for new push.default Brian Gernhardt
2013-01-16  2:05 ` [PATCH 1/3] t5550: do not assume the "matching" push is the default Brian Gernhardt
2013-01-16  2:05 ` [PATCH 2/3] t5551: " Brian Gernhardt
2013-01-16  2:05 ` Brian Gernhardt [this message]
2013-01-16  2:39 ` [PATCH 0/3] Update HTTPD/daemon tests for new push.default Junio C Hamano

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: http://vger.kernel.org/majordomo-info.html

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bf3e44800542d2d0834cf25caf08ff5851142f67.1358301792.git.brian@gernhardtsoftware.com \
    --to=brian@gernhardtsoftware.com \
    --cc=git@vger.kernel.org \
    --cc=gitster@pobox.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).