Re: [PATCH 1/1] gitk: add --cwd=path commandline parameter to change path

2015-11-03 Thread Eric Sunshine
On Tue, Nov 3, 2015 at 10:00 AM, Juha-Pekka Heikkila wrote: > This patch adds --cwd (change working directory) parameter to > gitk. With this parameter, instead of need to cd to directory > with .git folder, one can point the correct folder from > commandline. git itself supports this sort of fun

[PATCH 1/1] gitk: add --cwd=path commandline parameter to change path

2015-11-03 Thread Juha-Pekka Heikkila
This patch adds --cwd (change working directory) parameter to gitk. With this parameter, instead of need to cd to directory with .git folder, one can point the correct folder from commandline. Signed-off-by: Juha-Pekka Heikkila --- Documentation/gitk.txt | 5 + gitk-git/gitk | 15 +