From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Brand <michael.ch.brand@gmail.com> Subject: Re: "git describe" in version of info file with "make info_git_describe" Date: Sun, 30 Oct 2011 15:20:10 +0100 Message-ID: <CALn3zoiOAYEkqCpHq3G2kihjNSY98Zy7VSQCgZmyiE0gZAwK6A@mail.gmail.com> References: <BANLkTi=iqzrSHS6QKoehSyZToBzkqFC3HA@mail.gmail.com> <87fwnse1d8.fsf@norang.ca> <BANLkTi=QfRwsDJjBWzcyuEsi91Zdu3Pseg@mail.gmail.com> <BANLkTimg4xQsi6N5pY8DCrC9ufnq3=B_jQ@mail.gmail.com> <CALn3zog1LXMCY5nBu9vZy_3DyrEY4B5Gh3auW0A2yAiTqU=HxQ@mail.gmail.com> <FC51430D-1349-40F3-AA32-6F0B44A018F9@gmail.com> <CALn3zogQ0NB-WoNuQZaPjJyBvvkJE_pr-dcjhX5KJUtGxQV=Aw@mail.gmail.com> <87fwifwv1s.fsf@Rainer.invalid> <CALn3zohhKO2hGtMbqbAGN4LyUf_W1izg2J_jRXV4ySDm9Q5Ztw@mail.gmail.com> <87fwidpiut.fsf@Rainer.invalid> <CALn3zojd61JJ+b1EkxnDG1gDx024Gui--E5ZjHzDsQU_TqQ7mw@mail.gmail.com> <87ipn7m094.fsf@Rainer.invalid> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: <emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org> Received: from eggs.gnu.org ([140.186.70.92]:35774) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from <michael.ch.brand@gmail.com>) id 1RKWFB-0001td-Tm for emacs-orgmode@gnu.org; Sun, 30 Oct 2011 10:20:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from <michael.ch.brand@gmail.com>) id 1RKWFA-0001xq-8b for emacs-orgmode@gnu.org; Sun, 30 Oct 2011 10:20:13 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:65131) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from <michael.ch.brand@gmail.com>) id 1RKWFA-0001xk-2s for emacs-orgmode@gnu.org; Sun, 30 Oct 2011 10:20:12 -0400 Received: by wyg24 with SMTP id 24so59221wyg.0 for <emacs-orgmode@gnu.org>; Sun, 30 Oct 2011 07:20:10 -0700 (PDT) In-Reply-To: <87ipn7m094.fsf@Rainer.invalid> List-Id: "General discussions about Org-mode." <emacs-orgmode.gnu.org> List-Unsubscribe: <https://lists.gnu.org/mailman/options/emacs-orgmode>, <mailto:emacs-orgmode-request@gnu.org?subject=unsubscribe> List-Archive: <http://lists.gnu.org/archive/html/emacs-orgmode> List-Post: <mailto:emacs-orgmode@gnu.org> List-Help: <mailto:emacs-orgmode-request@gnu.org?subject=help> List-Subscribe: <https://lists.gnu.org/mailman/listinfo/emacs-orgmode>, <mailto:emacs-orgmode-request@gnu.org?subject=subscribe> Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Achim Gratz <Stromeko@nexgo.de> Cc: emacs-orgmode@gnu.org Hi Achim On Sun, Oct 30, 2011 at 08:01, Achim Gratz <Stromeko@nexgo.de> wrote: > Why should the git-describe info not be part of the ELPA tarball? =A0If > there is a good reason not to include it (I think it is useful > to know which commit the ELPA archive was built on) one could alter the > include file before rolling the tar ball of course. Now I see. No need for that, I didn't take into account that git describe is not used to _replace_ "7.7" any more as my simpler implementation did but is just _added_. Again the cleaner solution, without the need for different behaviors. Michael