From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avery Pennarun Subject: Re: rfc - Changing the way gitk and git-gui are managed Date: Sun, 25 Jul 2010 00:11:37 -0400 Message-ID: References: <7vocdygbw0.fsf@alter.siamese.dyndns.org> <20100724110239.GA13067@vidovic> <20100724125408.GA17481@burratino> <20100724193428.GA4491@burratino> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: Nicolas Sebrecht , Junio C Hamano , git@vger.kernel.org To: Jonathan Nieder X-From: git-owner@vger.kernel.org Sun Jul 25 06:12:08 2010 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 1OcsZI-0004Bk-N4 for gcvg-git-2@lo.gmane.org; Sun, 25 Jul 2010 06:12:05 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751098Ab0GYEL7 convert rfc822-to-quoted-printable (ORCPT ); Sun, 25 Jul 2010 00:11:59 -0400 Received: from mail-wy0-f174.google.com ([74.125.82.174]:62386 "EHLO mail-wy0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750716Ab0GYEL6 convert rfc822-to-8bit (ORCPT ); Sun, 25 Jul 2010 00:11:58 -0400 Received: by wyf19 with SMTP id 19so1358915wyf.19 for ; Sat, 24 Jul 2010 21:11:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=/yZk07ahdhlinoh19e2wjU+uwcDlKSG+P5Fu4cs9vnI=; b=U5WLpbyywicDDYbiJ5Ogf8xpwxSMyDn1dogqMLa4zsWmHSnKwnu0IdmZAyeFgPXEFB K+//FjQKzAasb4lj/M90+vHrP6BU4okYvu+k8av5TBSLq2v+5z65hcwYcmIuGzN9lfzG 4FRdXvB+ZtFWcyNr6z4SMW0fJbkq5Oz0OJ2Wk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=b/aiL0jnp9fN/ri2Xxd9QwsHHnlijRChgjdy244hxeQuYz03YxNWha06xvy+le+bim podyOrH8rpLP0QR+Cy1FcaeLju0EBaCxVBPjf2grYK6r4xSwcYwAwPWssBEfouumL4FU hc5AXa4A4K2gT1f68Vf63LustCMa18F6gduRk= Received: by 10.227.144.4 with SMTP id x4mr5642490wbu.59.1280031117157; Sat, 24 Jul 2010 21:11:57 -0700 (PDT) Received: by 10.216.235.202 with HTTP; Sat, 24 Jul 2010 21:11:37 -0700 (PDT) In-Reply-To: <20100724193428.GA4491@burratino> Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: On Sat, Jul 24, 2010 at 3:34 PM, Jonathan Nieder w= rote: > Avery Pennarun wrote: >> On Sat, Jul 24, 2010 at 8:54 AM, Jonathan Nieder wrote: > >>> =A0$ git log --oneline -SListbox.font -- gitk-git/gitk >>> =A0$ git log --oneline --follow -SListbox.font -- gitk-git/gitk >>> =A062ba514 Move gitk to its own subdirectory >>> =A0$ git log --oneline -SListbox.font -- gitk-git/gitk gitk >>> =A0207ad7b gitk: Set the font for all listbox widgets >>> =A0$ >> >> This is a bug in git log --follow > > The first one is not. That one is a bug in history simplification, which has simplified away commits that affected files that got renamed into gitk-git/gitk during a merge commit. So the bug is very similar, albeit probably in a different place in the code. (-M doesn't help either.) Avery