From mboxrd@z Thu Jan 1 00:00:00 1970 From: Junio C Hamano Subject: Re: Adding push configuration to .git/config Date: Thu, 22 Nov 2007 03:49:18 -0800 Message-ID: <7v7ika5wld.fsf@gitster.siamese.dyndns.org> References: <20071121105517.GA11875@denkbrett.schottelius.org> <7vabp79hjt.fsf@gitster.siamese.dyndns.org> <7vd4u28z90.fsf@gitster.siamese.dyndns.org> <7E8CB606-6CBD-4736-A2CB-0A1E1BD219D3@zib.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Steffen Prohaska , Nico -telmich- Schottelius , git@vger.kernel.org To: Johannes Schindelin X-From: git-owner@vger.kernel.org Thu Nov 22 12:49:46 2007 Return-path: Envelope-to: gcvg-git-2@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by lo.gmane.org with esmtp (Exim 4.50) id 1IvAYx-0008AR-5n for gcvg-git-2@gmane.org; Thu, 22 Nov 2007 12:49:43 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751670AbXKVLt0 (ORCPT ); Thu, 22 Nov 2007 06:49:26 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752188AbXKVLt0 (ORCPT ); Thu, 22 Nov 2007 06:49:26 -0500 Received: from sceptre.pobox.com ([207.106.133.20]:44478 "EHLO sceptre.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751670AbXKVLtZ (ORCPT ); Thu, 22 Nov 2007 06:49:25 -0500 Received: from sceptre (localhost.localdomain [127.0.0.1]) by sceptre.pobox.com (Postfix) with ESMTP id CF6862EF; Thu, 22 Nov 2007 06:49:46 -0500 (EST) Received: from pobox.com (ip68-225-240-77.oc.oc.cox.net [68.225.240.77]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by sceptre.sasl.smtp.pobox.com (Postfix) with ESMTP id 364E4977D7; Thu, 22 Nov 2007 06:49:42 -0500 (EST) In-Reply-To: (Johannes Schindelin's message of "Thu, 22 Nov 2007 11:23:23 +0000 (GMT)") User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) Sender: git-owner@vger.kernel.org Precedence: bulk X-Mailing-List: git@vger.kernel.org Archived-At: Johannes Schindelin writes: > I have to say that I slowly grow an antipathy for "git push" without > parameters. _All_ of the confusions with push that I saw stem from being > too lazy to say where and what you want to push. The same thing can be said for "fetch" by the way.