Re: [PATCH] gitk: add a checkbox to control the visibility of tags

2012-12-02 Thread Lukasz Stelmach
W dniu 02.12.2012 03:16, Junio C Hamano pisze: > Łukasz Stelmach writes: > >> Enable hiding of tags displayed in the tree as yellow labels. >> If a repository is used together with a system like Gerrit >> there may be quite a lot of tags used to control building >> and there may be hardly any pla

Re: [PATCH] gitk: read and write a repository specific configuration file

2012-12-04 Thread Lukasz Stelmach
W dniu 03.12.2012 22:15, Stefan Haller pisze: > Lukasz Stelmach wrote: > >> Enable gitk read and write repository specific configuration >> file: ".git/k" if the file exists. To make gitk use the local >> file simply create one, e.g. with the touch(1) comm

Re: [PATCH] gitk: read and write a repository specific configuration file

2012-12-09 Thread Lukasz Stelmach
W dniu 09.12.2012 10:18, Junio C Hamano pisze: > Łukasz Stelmach writes: > >> Enable gitk read and write repository specific configuration >> file: ".git/k" if the file exists. To make gitk use the local >> file simply create one, e.g. with the touch(1) command. >> >> This is very useful if one u

Re: [PATCH] gitk: read and write a repository specific configuration file

2012-12-09 Thread Lukasz Stelmach
W dniu 09.12.2012 11:44, Paul Mackerras pisze: > On Sun, Dec 09, 2012 at 01:18:08AM -0800, Junio C Hamano wrote: >> Łukasz Stelmach writes: >> >>> Enable gitk read and write repository specific configuration >>> file: ".git/k" if the file exists. To make gitk use the local >>> file simply create o

Re: [PATCH] gitk: add a checkbox to control the visibility of tags

2013-01-02 Thread Lukasz Stelmach
W dniu 02.01.2013 08:24, Junio C Hamano pisze: > Paul Mackerras writes: > >> On Sat, Dec 01, 2012 at 06:16:25PM -0800, Junio C Hamano wrote: >>> Łukasz Stelmach writes: >>> Enable hiding of tags displayed in the tree as yellow labels. If a repository is used together with a system like