Re: [PATCH v2] gitk: add -C commandline parameter to change path

2015-11-06 Thread Juha-Pekka Heikkila
On 06.11.2015 11:48, Eric Sunshine wrote: On Thu, Nov 5, 2015 at 4:19 AM, Juha-Pekka Heikkila wrote: This patch adds -C (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. Th

Re: [PATCH v2] gitk: add -C commandline parameter to change path

2015-11-06 Thread Eric Sunshine
On Thu, Nov 5, 2015 at 4:19 AM, Juha-Pekka Heikkila wrote: > This patch adds -C (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. Thanks, -C makes more sense than --cwd,

[PATCH v2] gitk: add -C commandline parameter to change path

2015-11-05 Thread Juha-Pekka Heikkila
This patch adds -C (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. v2: Adjusted the parameter as per Eric's suggestion. I think it now work in similar manner as in many GN