From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Xiangfu Liu Newsgroups: gmane.lisp.guile.devel Subject: Re: git push weird? Date: Tue, 15 Jun 2010 22:41:35 +0800 Organization: www.openmobilefree.net Message-ID: <4C17911F.5040506@gmail.com> References: <87fx0ozfx1.fsf@ambire.localdomain> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1276613605 5248 80.91.229.12 (15 Jun 2010 14:53:25 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 15 Jun 2010 14:53:25 +0000 (UTC) Cc: guile-devel@gnu.org To: Thien-Thi Nguyen Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Tue Jun 15 16:53:22 2010 connect(): No such file or directory Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OOXVv-0003RQ-RO for guile-devel@m.gmane.org; Tue, 15 Jun 2010 16:53:20 +0200 Original-Received: from localhost ([127.0.0.1]:33202 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OOXVv-0008FD-4Y for guile-devel@m.gmane.org; Tue, 15 Jun 2010 10:53:19 -0400 Original-Received: from [140.186.70.92] (port=52162 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OOXKk-0002gz-SF for guile-devel@gnu.org; Tue, 15 Jun 2010 10:41:48 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OOXKh-0004jJ-Du for guile-devel@gnu.org; Tue, 15 Jun 2010 10:41:44 -0400 Original-Received: from mail-pv0-f169.google.com ([74.125.83.169]:59890) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OOXKh-0004j5-73 for guile-devel@gnu.org; Tue, 15 Jun 2010 10:41:43 -0400 Original-Received: by pvg6 with SMTP id 6so469822pvg.0 for ; Tue, 15 Jun 2010 07:41:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :organization:user-agent:mime-version:to:cc:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=b25Yfern5mu0XrGQX77kWj/EFAEjIQj1YIxpyabZvIQ=; b=QTjJlT/6HTk/WkHqYbfS+m/NMqqiYEErJuoY/XDm+LbwgsrKyFWRQu0j8IcKIvFR0J 7H+i2TRc9or/hemr9trPvPGqH7GvJoFMLfcgstZ7fBdxAIgK+4WS82j/Mrr+Pdf2Nyw7 LCItpKEV6Sc8mGydRRQTE0Q6RviHMInzECTEw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:organization:user-agent:mime-version:to:cc :subject:references:in-reply-to:content-type :content-transfer-encoding; b=NaRD7u/YjmwFbcpcFFr6swYlfMhkt0y0futnATRktrlvOwvaC4168Jimv3edPPvqv1 niY8uSp2WZIda9GgiwqY0fZuPV5pnpvAjnfo1QnMY18FjK1IWr2KPPwYC5CttGx2M3Io PPJZTip5kv7kUAgALU8VcpiC9GTdSZeH8CIzs= Original-Received: by 10.115.114.34 with SMTP id r34mr5830807wam.64.1276612901645; Tue, 15 Jun 2010 07:41:41 -0700 (PDT) Original-Received: from openmobilefree.net ([123.115.5.198]) by mx.google.com with ESMTPS id d16sm38140257wam.12.2010.06.15.07.41.38 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 15 Jun 2010 07:41:40 -0700 (PDT) User-Agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4 In-Reply-To: <87fx0ozfx1.fsf@ambire.localdomain> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:10483 Archived-At: Hi git is offline version control. so if you committed in local several times, when you git push. it will push all of your committed to server. hopt this can help. On 06/15/2010 07:36 PM, Thien-Thi Nguyen wrote: > I just did my first push to the savannah repo, and it did not go as i > expected: the web interface shows three commits instead of one. > > The command used was: > > git push -v origin ttn/misc-maint:master > > but that's apparently not correct. What should i have used? > (The intent is to only add the commit titled "[maint] Add...".) > > thi > -- Best Regards Xiangfu Liu http://www.openmobilefree.net