From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Bug: org-git-link to use SHA1 instead of master@{date} [9.1.13 (9.1.13-elpaplus @ /home/kvaneesh/.emacs.d/elpa/develop/org-plus-contrib-20180702/)] Date: Wed, 11 Jul 2018 11:39:41 -0400 Message-ID: <87d0vt2342.fsf@alphaville.usersys.redhat.com> References: <87va9mtjij.fsf@linux.vnet.ibm.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58730) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fdHDh-00055a-07 for emacs-orgmode@gnu.org; Wed, 11 Jul 2018 11:39:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fdHDc-0007bf-0x for emacs-orgmode@gnu.org; Wed, 11 Jul 2018 11:39:57 -0400 Received: from [195.159.176.226] (port=35551 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fdHDb-0007Z1-PV for emacs-orgmode@gnu.org; Wed, 11 Jul 2018 11:39:51 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1fdHBR-0004B7-VZ for emacs-orgmode@gnu.org; Wed, 11 Jul 2018 17:37:37 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org aneesh.kumar@linux.vnet.ibm.com (Aneesh Kumar K.V) writes: > So my old org file when following git links is giving me error like > > "Log for master only goes back to 'x' date". Can we not refer a link > via git:/filename::sha1:: ? > AFAIK, there is no support for git links in Org mode. Perhaps you have installed an extension? There is an org-git-link.el in contrib/. Is that perhaps what you are using? If so, it might have bit-rotted a bit and might need some TLC to bring it up to snuff (the contrib/ stuff is just that: it's not part of Org mode proper, although the fact that the code is immediately available often - but *NOT* always - means that somebody will take a look and patch it.) -- Nick "There are only two hard problems in computer science: cache invalidation, naming things, and off-by-one errors." -Martin Fowler