Eric Sunshine <[email protected]> wrote:
> On Sun, Mar 4, 2018 at 6:22 AM, Andreas Heiduk <[email protected]> wrote:
> > 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
> > directoy in some situations. This makes sense if the program is part of
>
> s/directoy/directory/
>
> > the repository but prevents searching via $PATH.
> >
> > The old behaviour is still retained, but if the file does not exists, then
> > authors-prog is search in $PATH as any other command.
>
> s/search/searched for/
>
> > Signed-off-by: Andreas Heiduk <[email protected]>
Thanks both, I've queued 1/2 up with Eric S's edits at svn/authors-prog.
I'm not yet convinced 2/2 is a good change, however.
The following changes since commit 7e31236f652ad9db221511eaf157ce0ef55585d6:
Sixth batch for 2.17 (2018-02-28 13:39:24 -0800)
are available in the Git repository at:
git://bogomips.org/git-svn.git svn/authors-prog
for you to fetch changes up to e99652c412701cf988770e5cfaa253712a39221a:
git-svn: search --authors-prog in PATH too (2018-03-05 02:09:57 +0000)
----------------------------------------------------------------
Andreas Heiduk (1):
git-svn: search --authors-prog in PATH too
Documentation/git-svn.txt | 5 +++++
git-svn.perl | 3 ++-
2 files changed, 7 insertions(+), 1 deletion(-)