Re: [PATCH 0/2] gitk: fix --full-diff handling

2012-10-19 Thread Felipe Contreras
On Fri, Oct 19, 2012 at 3:12 PM, Johannes Sixt wrote: > Am 10/19/2012 12:56, schrieb Felipe Contreras: >> I find usel to do 'git log --full-duff -- file' to find out all the commits >> that touched the file, and show the full diff (not just the one of the file). >> >> Unfortunately gitk doesn't ho

Re: [PATCH 0/2] gitk: fix --full-diff handling

2012-10-19 Thread Johannes Sixt
Am 10/19/2012 12:56, schrieb Felipe Contreras: > I find usel to do 'git log --full-duff -- file' to find out all the commits > that touched the file, and show the full diff (not just the one of the file). > > Unfortunately gitk doesn't honour this option; the diff is limited in the UI. There is E

[PATCH 0/2] gitk: fix --full-diff handling

2012-10-19 Thread Felipe Contreras
Hi, I find usel to do 'git log --full-duff -- file' to find out all the commits that touched the file, and show the full diff (not just the one of the file). Unfortunately gitk doesn't honour this option; the diff is limited in the UI. The following patches fix that. Felipe Contreras (2): git