git-svn: search --authors-prog in PATH too
authorAndreas Heiduk <asheiduk@gmail.com>
Sun, 4 Mar 2018 11:22:36 +0000 (12:22 +0100)
committerEric Wong <e@80x24.org>
Thu, 5 Apr 2018 06:55:02 +0000 (06:55 +0000)
In 36db1eddf9 ("git-svn: add --authors-prog option", 2009-05-14) the path
to authors-prog was made absolute because git-svn changes the current
directory in some situations. This makes sense if the program is part of
the repository but prevents searching via $PATH.

The old behaviour is still retained, but if the file does not exists, then
authors-prog is searched for in $PATH as any other command.

Signed-off-by: Andreas Heiduk <asheiduk@gmail.com>
Signed-off-by: Eric Wong <e@80x24.org>
No differences found