From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Artur Malabarba Newsgroups: gmane.emacs.devel Subject: Re: package.el dependencies Date: Mon, 26 Jan 2015 14:34:16 -0200 Message-ID: References: <87wq4dpqib.fsf@gmail.com> <87y4opd0t8.fsf@gmail.com> Reply-To: bruce.connor.am@gmail.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=047d7b41890b9de8ed050d90b508 X-Trace: ger.gmane.org 1422290071 28980 80.91.229.3 (26 Jan 2015 16:34:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 26 Jan 2015 16:34:31 +0000 (UTC) Cc: Stefan Monnier , emacs-devel To: Thierry Volpiatto Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 26 17:34:31 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YFmcP-0001rO-Ll for ged-emacs-devel@m.gmane.org; Mon, 26 Jan 2015 17:34:29 +0100 Original-Received: from localhost ([::1]:42768 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YFmcO-00020H-Vl for ged-emacs-devel@m.gmane.org; Mon, 26 Jan 2015 11:34:29 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34048) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YFmcH-0001uQ-DL for emacs-devel@gnu.org; Mon, 26 Jan 2015 11:34:22 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YFmcD-0001wl-N1 for emacs-devel@gnu.org; Mon, 26 Jan 2015 11:34:21 -0500 Original-Received: from mail-oi0-x234.google.com ([2607:f8b0:4003:c06::234]:54037) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YFmcD-0001wh-I7 for emacs-devel@gnu.org; Mon, 26 Jan 2015 11:34:17 -0500 Original-Received: by mail-oi0-f52.google.com with SMTP id h136so7954792oig.11 for ; Mon, 26 Jan 2015 08:34:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:sender:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=pMam9DUkKuR/JreHXwMD5H56BoPrVoLvnKdHl3WXlIA=; b=DpAezvyZSI/E2WT0vsuo1+HQpEyRrHh1qVr9GwypZ8aunw+j3gekKU4aVi3edaIpwG Pjv6fGmsyquG76Jz4euPSNQ74rZbtb7cJrTQ2veS2cHMIkHM6plxBbbqSiKE4GDFJpLa CmSFyqq3i2BM0sx8SESC3eUvw58mHxM0kab+2AIQQXpGG4Ecugf7aRIQR3yWnRzKPBRj sK/xqraOqRkRq0n4uZ7123Q0S37JCmqsqD/O+qnODOjWZQTM8bTj3O8KsbeU3PKqfWMs PfcmLy2/LRyUjCyDWCwxLjqCPAkLLQuYm4c69fz9AWfbxRMJxbUk57raJAOviiYq+H82 gLvw== X-Received: by 10.60.135.3 with SMTP id po3mr13278719oeb.58.1422290057027; Mon, 26 Jan 2015 08:34:17 -0800 (PST) Original-Received: by 10.76.125.1 with HTTP; Mon, 26 Jan 2015 08:34:16 -0800 (PST) Original-Received: by 10.76.125.1 with HTTP; Mon, 26 Jan 2015 08:34:16 -0800 (PST) In-Reply-To: <87y4opd0t8.fsf@gmail.com> X-Google-Sender-Auth: TYQjswAAR2VrgWG1DGypPkJZwzw X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4003:c06::234 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:181791 Archived-At: --047d7b41890b9de8ed050d90b508 Content-Type: text/plain; charset=UTF-8 > BTW I use a local branch for this, what's the best way actually to show > this branch for easier communication ? You can push it to the remote, to a branch whose name starts with "scratch/". That indicates a branch is up for discussion, and its commits and commit-messages aren't final. Before actually merging the branch, remember to clean it up, in case some of the commits don't follow the style. --047d7b41890b9de8ed050d90b508 Content-Type: text/html; charset=UTF-8

> BTW I use a local branch for this, what's the best way actually to show
> this branch for easier communication ?

You can push it to the remote, to a branch whose name starts with "scratch/". That indicates a branch is up for discussion, and its commits and commit-messages aren't final.

Before actually merging the branch, remember to clean it up, in case some of the commits don't follow the style.

--047d7b41890b9de8ed050d90b508--