git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [BUG] git gui blame: Show History Context [still] broken since 29e5573d
@ 2010-06-24 16:28 Matthieu Moy
  2010-07-10 23:41 ` Pat Thoyts
  0 siblings, 1 reply; 7+ messages in thread
From: Matthieu Moy @ 2010-06-24 16:28 UTC (permalink / raw)
  To: git

Hi,

I reported this bug a while ago:

http://kerneltrap.org/mailarchive/git/2010/2/22/24038

In short, the "Show history context" item of the context menu of "git
gui blame" is broken since february. Two patches were proposed:

http://thread.gmane.org/gmane.comp.version-control.git/140688
http://thread.gmane.org/gmane.comp.version-control.git/140288

But I've just noticed that none of theme were applied.

-- 
Matthieu Moy
http://www-verimag.imag.fr/~moy/

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [BUG] git gui blame: Show History Context [still] broken since 29e5573d
  2010-06-24 16:28 [BUG] git gui blame: Show History Context [still] broken since 29e5573d Matthieu Moy
@ 2010-07-10 23:41 ` Pat Thoyts
  2010-07-12 20:55   ` Junio C Hamano
  0 siblings, 1 reply; 7+ messages in thread
From: Pat Thoyts @ 2010-07-10 23:41 UTC (permalink / raw)
  To: Matthieu Moy; +Cc: git

Matthieu Moy <Matthieu.Moy@grenoble-inp.fr> writes:

>Hi,
>
>I reported this bug a while ago:
>
>http://kerneltrap.org/mailarchive/git/2010/2/22/24038
>
>In short, the "Show history context" item of the context menu of "git
>gui blame" is broken since february. Two patches were proposed:
>
>http://thread.gmane.org/gmane.comp.version-control.git/140688
>http://thread.gmane.org/gmane.comp.version-control.git/140288
>
>But I've just noticed that none of theme were applied.
>

Checking this it seems you are correct. This has been fixed for
msysGit with the above patch included there but is missing from
git-gui itself and hence missing from core git.

-- 
Pat Thoyts                            http://www.patthoyts.tk/
PGP fingerprint 2C 6E 98 07 2C 59 C8 97  10 CE 11 E6 04 E0 B9 DD

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [BUG] git gui blame: Show History Context [still] broken since 29e5573d
  2010-07-10 23:41 ` Pat Thoyts
@ 2010-07-12 20:55   ` Junio C Hamano
  2010-07-22  8:11     ` Matthieu Moy
  0 siblings, 1 reply; 7+ messages in thread
From: Junio C Hamano @ 2010-07-12 20:55 UTC (permalink / raw)
  To: spearce; +Cc: Pat Thoyts, Matthieu Moy, git

Pat Thoyts <patthoyts@users.sourceforge.net> writes:

> Matthieu Moy <Matthieu.Moy@grenoble-inp.fr> writes:
>
>>Hi,
>>
>>I reported this bug a while ago:
>>
>>http://kerneltrap.org/mailarchive/git/2010/2/22/24038
>>
>>In short, the "Show history context" item of the context menu of "git
>>gui blame" is broken since february. Two patches were proposed:
>>
>>http://thread.gmane.org/gmane.comp.version-control.git/140688
>>http://thread.gmane.org/gmane.comp.version-control.git/140288
>>
>>But I've just noticed that none of theme were applied.
>
> Checking this it seems you are correct. This has been fixed for
> msysGit with the above patch included there but is missing from
> git-gui itself and hence missing from core git.

Can we resolve this before 1.7.2 final?

Shawn, I see 9c898a1 (git-gui: check whether systems nice command works or
disable it, 2010-02-07) on your 'maint' that is not in mine (and a merge
of that commit on your 'master'), but neither of these.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [BUG] git gui blame: Show History Context [still] broken since 29e5573d
  2010-07-12 20:55   ` Junio C Hamano
@ 2010-07-22  8:11     ` Matthieu Moy
  2010-07-22  8:23       ` Jonathan Nieder
  0 siblings, 1 reply; 7+ messages in thread
From: Matthieu Moy @ 2010-07-22  8:11 UTC (permalink / raw)
  To: spearce; +Cc: Junio C Hamano, Pat Thoyts, git

Junio C Hamano <gitster@pobox.com> writes:

> Pat Thoyts <patthoyts@users.sourceforge.net> writes:
>
>> Matthieu Moy <Matthieu.Moy@grenoble-inp.fr> writes:
>>
>>>Hi,
>>>
>>>I reported this bug a while ago:
>>>
>>>http://kerneltrap.org/mailarchive/git/2010/2/22/24038
>>>
>>>In short, the "Show history context" item of the context menu of "git
>>>gui blame" is broken since february. Two patches were proposed:
>>>
>>>http://thread.gmane.org/gmane.comp.version-control.git/140688
>>>http://thread.gmane.org/gmane.comp.version-control.git/140288
>>>
>>>But I've just noticed that none of theme were applied.
>>
>> Checking this it seems you are correct. This has been fixed for
>> msysGit with the above patch included there but is missing from
>> git-gui itself and hence missing from core git.
>
> Can we resolve this before 1.7.2 final?

Too late for the 1.7.2, but can we finally get one of these patches
applied? They're both very short and straightforward, and fix an
important feature of git-gui which is basically broken as of now.

Thanks,

-- 
Matthieu Moy
http://www-verimag.imag.fr/~moy/

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [BUG] git gui blame: Show History Context [still] broken since 29e5573d
  2010-07-22  8:11     ` Matthieu Moy
@ 2010-07-22  8:23       ` Jonathan Nieder
  2010-07-25 20:19         ` Pat Thoyts
  0 siblings, 1 reply; 7+ messages in thread
From: Jonathan Nieder @ 2010-07-22  8:23 UTC (permalink / raw)
  To: Matthieu Moy; +Cc: spearce, Junio C Hamano, Pat Thoyts, git

Matthieu Moy wrote:

> Too late for the 1.7.2, but can we finally get one of these patches
> applied? They're both very short and straightforward, and fix an
> important feature of git-gui which is basically broken as of now.

Maybe some interested person should maintain a temporary fork of
git-gui that could be merged in the meantime.  That is what people
seem to usually do with submodules in analogous situations.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [BUG] git gui blame: Show History Context [still] broken since 29e5573d
  2010-07-22  8:23       ` Jonathan Nieder
@ 2010-07-25 20:19         ` Pat Thoyts
  2010-07-27  1:09           ` git gui tree (Re: [BUG] git gui blame: Show History Context [still] broken since 29e5573d) Jonathan Nieder
  0 siblings, 1 reply; 7+ messages in thread
From: Pat Thoyts @ 2010-07-25 20:19 UTC (permalink / raw)
  To: Jonathan Nieder; +Cc: Matthieu Moy, spearce, Junio C Hamano, git

Jonathan Nieder <jrnieder@gmail.com> writes:

>Matthieu Moy wrote:
>
>> Too late for the 1.7.2, but can we finally get one of these patches
>> applied? They're both very short and straightforward, and fix an
>> important feature of git-gui which is basically broken as of now.
>
>Maybe some interested person should maintain a temporary fork of
>git-gui that could be merged in the meantime.  That is what people
>seem to usually do with submodules in analogous situations.

I pushed git-gui + my patches to git://git.patthoyts.tk/git-gui
(http://www.patthoyts.tk/gitweb.cgi?p=git-gui;a=summary)
so if someone wants to pull from that it is Shawn's repository plus 3.

Alternatively the git-gui patches could be pulled from msysGit which
has a few in addition to these three.

-- 
Pat Thoyts                            http://www.patthoyts.tk/
PGP fingerprint 2C 6E 98 07 2C 59 C8 97  10 CE 11 E6 04 E0 B9 DD

^ permalink raw reply	[flat|nested] 7+ messages in thread

* git gui tree (Re: [BUG] git gui blame: Show History Context [still] broken since 29e5573d)
  2010-07-25 20:19         ` Pat Thoyts
@ 2010-07-27  1:09           ` Jonathan Nieder
  0 siblings, 0 replies; 7+ messages in thread
From: Jonathan Nieder @ 2010-07-27  1:09 UTC (permalink / raw)
  To: Pat Thoyts; +Cc: Matthieu Moy, spearce, Junio C Hamano, git, Anders Kaseorg

Pat Thoyts wrote:

> I pushed git-gui + my patches to git://git.patthoyts.tk/git-gui
> (http://www.patthoyts.tk/gitweb.cgi?p=git-gui;a=summary)
> so if someone wants to pull from that it is Shawn's repository plus 3.

Quick thoughts:

Were those patches reviewed?  I assume so, but I do not see a
Reviewed-by or anything so I do not know who to blame if they
go awry.

Here[1] is another candidate patch, though it has not received
much attention, unfortunately.

Thanks,
Jonathan

[1] http://thread.gmane.org/gmane.linux.debian.devel.bugs.general/723900/focus=150231

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2010-07-27  1:10 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-24 16:28 [BUG] git gui blame: Show History Context [still] broken since 29e5573d Matthieu Moy
2010-07-10 23:41 ` Pat Thoyts
2010-07-12 20:55   ` Junio C Hamano
2010-07-22  8:11     ` Matthieu Moy
2010-07-22  8:23       ` Jonathan Nieder
2010-07-25 20:19         ` Pat Thoyts
2010-07-27  1:09           ` git gui tree (Re: [BUG] git gui blame: Show History Context [still] broken since 29e5573d) Jonathan Nieder

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).