Although I have an authors.txt file set up, git-svn is still hanging telling me a certain user is not found. The user is in the authors.txt file so I think there may be a stray carriage return or something. Not sure how to fix that (I posted on another thread for help) but I thought I would use a simple script and use --authors-prog. So I made authors.sh which is just
#!/bin/sh echo "user = user <u...@domain.com>" that runs fine when I call it directly but from git-svn I get the error sh: -c: line 0: unexpected EOF while looking for matching `'' sh: -c: line 1: syntax error: unexpected end of file '/Users/myuser/temp/authors.sh' failed with exit code 512 Any ideas? Thanks, Phil -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from it, send an email to git-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.