From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Do not use hard links on attachments stored in git Date: Thu, 06 Nov 2008 21:39:13 -0500 Message-ID: <874p2kjm3y.fsf@gollum.intra.norang.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KyHFo-0001Fr-HO for emacs-orgmode@gnu.org; Thu, 06 Nov 2008 21:39:20 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KyHFm-0001ES-UP for emacs-orgmode@gnu.org; Thu, 06 Nov 2008 21:39:19 -0500 Received: from [199.232.76.173] (port=49047 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KyHFm-0001E8-Kb for emacs-orgmode@gnu.org; Thu, 06 Nov 2008 21:39:18 -0500 Received: from mho-02-bos.mailhop.org ([63.208.196.179]:49692) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KyHFl-0005Q8-Vt for emacs-orgmode@gnu.org; Thu, 06 Nov 2008 21:39:18 -0500 Received: from cpe000102d0fe75-cm0012256ecbde.cpe.net.cable.rogers.com ([99.239.148.180] helo=mail.norang.ca) by mho-02-bos.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1KyHFk-0009lA-P1 for emacs-orgmode@gnu.org; Fri, 07 Nov 2008 02:39:17 +0000 Received: from gollum.intra.norang.ca (gollum.intra.norang.ca [192.168.1.5]) by mail.norang.ca (8.13.8/8.13.8/Debian-3) with ESMTP id mA72dD10008630 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Thu, 6 Nov 2008 21:39:14 -0500 Received: from gollum.intra.norang.ca (localhost [127.0.0.1]) by gollum.intra.norang.ca (8.14.3/8.14.3/Debian-5) with ESMTP id mA72dDMW018020 for ; Thu, 6 Nov 2008 21:39:13 -0500 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org I keep my org files and attachments in a git repository. I noticed that org-mode allows you to hardlink attachments. I just want to point out that if you put these in a git repository then I don't recommend using the hardlink option. Git breaks hardlinks and you'll end up with two versions of the attachment. Regards, Bernt