From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.lisp.guile.devel Subject: git push weird? Date: Tue, 15 Jun 2010 13:36:10 +0200 Message-ID: <87fx0ozfx1.fsf@ambire.localdomain> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1276602143 23320 80.91.229.12 (15 Jun 2010 11:42:23 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 15 Jun 2010 11:42:23 +0000 (UTC) To: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Tue Jun 15 13:42:19 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 1OOUX0-0003Fq-MP for guile-devel@m.gmane.org; Tue, 15 Jun 2010 13:42:14 +0200 Original-Received: from localhost ([127.0.0.1]:36157 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OOUVm-00050E-O7 for guile-devel@m.gmane.org; Tue, 15 Jun 2010 07:40:58 -0400 Original-Received: from [140.186.70.92] (port=60232 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OOUTQ-0003gr-M1 for guile-devel@gnu.org; Tue, 15 Jun 2010 07:38:34 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OOUTL-0002Yq-T2 for guile-devel@gnu.org; Tue, 15 Jun 2010 07:38:28 -0400 Original-Received: from smtp206.alice.it ([82.57.200.102]:38434) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OOUTL-0002YK-OD for guile-devel@gnu.org; Tue, 15 Jun 2010 07:38:27 -0400 Original-Received: from ambire.localdomain (95.244.64.180) by smtp206.alice.it (8.5.124.05) id 4C0E61D5006A6086 for guile-devel@gnu.org; Tue, 15 Jun 2010 13:38:25 +0200 Original-Received: from ttn by ambire.localdomain with local (Exim 4.69) (envelope-from ) id 1OOUR8-0000h8-86 for guile-devel@gnu.org; Tue, 15 Jun 2010 13:36:10 +0200 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. 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:10481 Archived-At: 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