Re: [PATCH 2/2] gitk: handle --full-diff correctly

2012-10-28 Thread Johannes Sixt
Am 10/25/2012 19:23, schrieb Felipe Contreras: > Otherwise the files are missing from the diff, and the list of files. > > We do this by creating a limitdiffs variable specific for the view which > can be turned of by using --full-diff. It would be very helpful if you described the problem. "Try

[PATCH 2/2] gitk: handle --full-diff correctly

2012-10-25 Thread Felipe Contreras
Otherwise the files are missing from the diff, and the list of files. We do this by creating a limitdiffs variable specific for the view which can be turned of by using --full-diff. Signed-off-by: Felipe Contreras --- gitk-git/gitk | 20 1 file changed, 12 insertions(+), 8

[PATCH 2/2] gitk: handle --full-diff correctly

2012-10-19 Thread Felipe Contreras
Otherwise the files are missing from the diff, and the list of files. Signed-off-by: Felipe Contreras --- gitk-git/gitk | 15 +++ 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/gitk-git/gitk b/gitk-git/gitk index b79dfdf..8109eed 100755 --- a/gitk-git/gitk +++ b/gitk-