From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff King Subject: Re: [PATCH] Documentation: "on for all" configuration of notes.rewriteRef Date: Wed, 7 Sep 2011 17:23:10 -0400 Message-ID: <20110907212310.GH13364@sigill.intra.peff.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Cc: git@vger.kernel.org, "John S. Urban\"" , Tor Arntsen , knittl , Junio C Hamano To: Thomas Rast X-From: git-owner@vger.kernel.org Wed Sep 07 23:23:21 2011 Return-path: Envelope-to: gcvg-git-2@lo.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1R1PaY-00075E-1J for gcvg-git-2@lo.gmane.org; Wed, 07 Sep 2011 23:23:18 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757032Ab1IGVXN (ORCPT ); Wed, 7 Sep 2011 17:23:13 -0400 Received: from 99-108-226-0.lightspeed.iplsin.sbcglobal.net ([99.108.226.0]:60442 "EHLO peff.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754554Ab1IGVXM (ORCPT ); Wed, 7 Sep 2011 17:23:12 -0400 Received: (qmail 6170 invoked by uid 107); 7 Sep 2011 21:24:02 -0000 Received: from sigill.intra.peff.net (HELO sigill.intra.peff.net) (10.0.0.7) (smtp-auth username relayok, mechanism cram-md5) by peff.net (qpsmtpd/0.84) with ESMTPA; Wed, 07 Sep 2011 17:24:02 -0400 Received: by sigill.intra.peff.net (sSMTP sendmail emulation); Wed, 07 Sep 2011 17:23:10 -0400 Content-Disposition: inline In-Reply-To: Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: On Sun, Sep 04, 2011 at 10:27:04PM +0200, Thomas Rast wrote: > Users had problems finding a working setting for notes.rewriteRef. > Document how to enable rewriting for all notes. Hmm. Is this a safe thing to recommend? I think the idea of storing something like generation numbers in git-notes is dead at this point, but it would be quite disastrous to have generation numbers copied to rebased commits. Ditto for something like a patch-id cache. Should these sorts of immutable cache notes, if and when they do come about, go into a separate hierarchy? -Peff