From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Kyle Meyer Newsgroups: gmane.emacs.devel Subject: Re: Org contribution flow Date: Wed, 21 Jun 2017 09:33:10 -0400 Message-ID: <87mv91tqi1.fsf@kyleam.com> References: <87a855of9m.fsf@bzg.fr> <87fuevdc6c.fsf@kyleam.com> <8760frd53c.fsf@kyleam.com> <87y3snbmaj.fsf@kyleam.com> <87y3slomkg.fsf@bzg.fr> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1498052316 19966 195.159.176.226 (21 Jun 2017 13:38:36 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 21 Jun 2017 13:38:36 +0000 (UTC) Cc: Glenn Morris , John Wiegley , Emacs developers , Mark Oteiza , Nicolas Goaziou , Eli Zaretskii To: Bastien Guerry , Kaushal Modi Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 21 15:38:31 2017 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dNfq2-0004wT-9y for ged-emacs-devel@m.gmane.org; Wed, 21 Jun 2017 15:38:30 +0200 Original-Received: from localhost ([::1]:54048 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dNfq7-0001ed-8g for ged-emacs-devel@m.gmane.org; Wed, 21 Jun 2017 09:38:35 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47246) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dNflA-0006FP-7f for emacs-devel@gnu.org; Wed, 21 Jun 2017 09:33:29 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dNfl7-0007hU-6G for emacs-devel@gnu.org; Wed, 21 Jun 2017 09:33:28 -0400 Original-Received: from pb-smtp2.pobox.com ([64.147.108.71]:60985 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dNfku-0007cP-GV; Wed, 21 Jun 2017 09:33:12 -0400 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by pb-smtp2.pobox.com (Postfix) with ESMTP id 5832A82337; Wed, 21 Jun 2017 09:33:11 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:in-reply-to:references:date:message-id:mime-version :content-type; s=sasl; bh=gx7mu+lzs4NVl4xcQKQWyb5LTgA=; b=feOWNH wbD1IDNkVw/8CY4yX6gQpdXJcbPm27qTaHTtLQOiVmgdH7DLeqkultzURRMhVlHn sd0dfR88gJMCzOTtuZ/9YNz9+tZzoPZEyAFcBPwvXcF26jxUClfnGiP9lcTCBWQs Wdysx4QNryykofT7x5sw7k5975yojrncF3jFU= Original-Received: from pb-smtp2.nyi.icgroup.com (unknown [127.0.0.1]) by pb-smtp2.pobox.com (Postfix) with ESMTP id 5002E82335; Wed, 21 Jun 2017 09:33:11 -0400 (EDT) Original-Received: from localhost (unknown [24.60.167.92]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pb-smtp2.pobox.com (Postfix) with ESMTPSA id C56CA8232F; Wed, 21 Jun 2017 09:33:10 -0400 (EDT) In-Reply-To: <87y3slomkg.fsf@bzg.fr> X-Pobox-Relay-ID: 2B2F4694-5686-11E7-BD63-61520C78B957-24757444!pb-smtp2.pobox.com DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=kyleam.com; h=from:to:cc:subject:in-reply-to:references:date:message-id:mime-version:content-type; s=mesmtp; bh=gx7mu+lzs4NVl4xcQKQWyb5LTgA=; b=NT0IdTxeluFwWdI8ABI/V6cX3DPciR355+q+TGS3zRWAroYv/L6nls2VoF5+hJO788Oie8a93euImMS65TZdEkBdOiCp2/Odp6XUrq3ZGwgeZWUjBi0bh+RkEWa4gQbuvsbhY2xRx+BqlWjFBUOMaRH5lgi2U71DxY5dXxxGLZc= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 64.147.108.71 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.devel:215861 Archived-At: Bastien Guerry writes: [...] > We need to make it easier for Org maintainers to know when a commit > hit the org/ directory in the Emacs repo though. An email would be > nice. When I check for backports each week, I run a command in the Emacs repo that is essentially git log $rev..origin/emacs-25 -- lisp/org doc/misc/org.texi etc/refcards/orgcard.tex where $rev is the last commit in the emacs-25 branch that I've backported to the Org repo. I do the same for the Emacs master branch. -- Kyle