git-svn: search --authors-prog in PATH too
commit9c18398f8b75f34c2251224c9443b4e1271ff9ff
authorAndreas Heiduk <asheiduk@gmail.com>
Sun, 4 Mar 2018 11:22:36 +0000 (4 12:22 +0100)
committerEric Wong <e@80x24.org>
Thu, 5 Apr 2018 06:55:02 +0000 (5 06:55 +0000)
treea5d33fce1eecaee036de5a0299d1927b0d350e92
parent468165c1d8a442994a825f3684528361727cd8c0
git-svn: search --authors-prog in PATH too

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>
Documentation/git-svn.txt
git-svn.perl