From mboxrd@z Thu Jan 1 00:00:00 1970 From: suvayu ali Subject: Re: git diff: hunk header config Date: Sat, 20 Aug 2011 23:47:10 +0200 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:58593) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QutO8-0004vr-Ur for emacs-orgmode@gnu.org; Sat, 20 Aug 2011 17:47:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QutO7-0005ca-Tv for emacs-orgmode@gnu.org; Sat, 20 Aug 2011 17:47:32 -0400 Received: from mail-bw0-f41.google.com ([209.85.214.41]:65154) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QutO7-0005cN-LK for emacs-orgmode@gnu.org; Sat, 20 Aug 2011 17:47:31 -0400 Received: by bkbzt4 with SMTP id zt4so3459149bkb.0 for ; Sat, 20 Aug 2011 14:47:30 -0700 (PDT) In-Reply-To: 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Michael Brand Cc: Jason Dunsmore , Org Mode , Andrea Crotti , Carsten Dominik Hi Michael, On Sat, Aug 20, 2011 at 6:12 PM, Michael Brand wrote: > 1) Since there has been no feedback yet I'd like to bump my previous > post repeated below. I would like to have the config of the repo > orgmode.org/org-mode.git to be extended to support more useful diff > hunk headers containing e. g. the prototype of the current function > for *.el files. Like > "@@ -12991,7 +12991,7 @@ (defun org-align-tags-here (to-col)" > instead of the current > "@@ -12991,7 +12991,7 @@ If ONOFF is `on' or `off', don't toggle but set to thi" > Can this be done in the repo orgmode.org/org-mode.git at all? > Effective for everyone after only git pull? > This is a very useful config. Thanks for pointing it out. But don't you think this is a client side setting? As far as I am aware, settings don't carry over from the remote repository. Its distributed versioning after all. :) To make this a server side setting, you would have to add .git/config and .gitattributes to the repo. But I think that is not correct as many users might have their own settings that will have to be remerged at every update. What do you think? In any case, I think this would be a wonderful addition to org-faq.org on Worg. -- Suvayu Open source is the future. It sets us free.