From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS6939 64.71.128.0/18 X-Spam-Status: No, score=-1.9 required=3.0 tests=AWL,BAYES_00, MSGID_FROM_MTA_HEADER shortcircuit=no autolearn=unavailable version=3.3.2 Path: news.gmane.org!not-for-mail From: Eric Wong Newsgroups: gmane.comp.lang.ruby.raindrops.general Subject: Re: [PATCH] ... Date: Tue, 5 Jun 2012 17:57:55 +0000 Message-ID: <20120605175755.GA8749@dcvr.yhbt.net> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1338919091 27824 80.91.229.3 (5 Jun 2012 17:58:11 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 5 Jun 2012 17:58:11 +0000 (UTC) To: raindrops@librelist.org Original-X-From: raindrops@librelist.org Tue Jun 05 19:58:09 2012 Return-path: Envelope-to: gclrrg-raindrops@m.gmane.org List-Archive: List-Help: List-Id: List-Post: List-Subscribe: List-Unsubscribe: Precedence: list Original-Sender: raindrops@librelist.org Xref: news.gmane.org gmane.comp.lang.ruby.raindrops.general:79 Archived-At: Received: from zedshaw.xen.prgmr.com ([64.71.167.205]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Sby16-0001uS-J6 for gclrrg-raindrops@m.gmane.org; Tue, 05 Jun 2012 19:58:04 +0200 Received: from zedshaw.xen.prgmr.com (localhost [IPv6:::1]) by zedshaw.xen.prgmr.com (Postfix) with ESMTP id B8AB921DDA7 for ; Tue, 5 Jun 2012 18:06:04 +0000 (UTC) Brian Corrigan wrote: > Subject: [PATCH] Raindrops currently fails when provided a > symlink to a socket. As this is a common practice for many deployment > tools (Vlad, etc.) this patch adds support for finding the realpath prior > to looking the socket up in /proc/net/unix Erhm, I meant write the commit message with a separate short Subject: line and body (like an email). Most of the existing commits in raindrops are written this way, and it's the standard for git.git. I can rewrite the commit message if you don't have time, the rest of the patch looks fine. Thanks!