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

2012-12-09 Thread Junio C Hamano
Łukasz Stelmach stl...@poczta.fm 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 uses different views for different

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

2012-12-09 Thread Paul Mackerras
On Sun, Dec 09, 2012 at 01:18:08AM -0800, Junio C Hamano wrote: Łukasz Stelmach stl...@poczta.fm 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.

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 stl...@poczta.fm 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

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 stl...@poczta.fm 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

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

2012-12-08 Thread Łukasz Stelmach
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 uses different views for different repositories. Now there is no need to store all of them in

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 stl...@poczta.fm 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) command. I'm not sure I like this

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

2012-12-03 Thread Stefan Haller
Lukasz Stelmach stl...@poczta.fm 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) command. I'm not sure I like this proposal. While it may be desirable to have *some*

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

2012-12-02 Thread Łukasz Stelmach
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 uses different views for different repositories. Now there is no need to store all of them in