Re: [PATCH 2/7] builtin-help: change the current directory back in list_commands_in_dir()
From: Johannes Schindelin <hidden> Date: 2016-06-15 22:45:03
Hi,
On Sat, 26 Jul 2008, Miklos Vajna wrote:
That function used to do a chdir() without switching back to the
original directory. That was not a problem till this function was used
only inside builtin-help, but once other builtins use it as well, this
is a problem, for example when the object database path is relative.
I had to work around that in my patch "git wrapper: DWIM mistyped
commands", too :-)
Ciao,
Dscho