I'm filing this as a bug report since I couldn't use the module without hard coding the path to git (in my case /usr/local/git/bin/git) into the module. This is a pattern that other modules such as imagecache (and it's imagmagick/convert support) have. There's no reason it can't try to find the default on install and configure that, but it'd should really be able to be overridden by the user.
Comments
Comment #1
marvil07 commentedtagging
Comment #2
mikey_p commentedI'm elevating this to critical, most of the new contributors that I've tried to get setup are blocked on this, and it's very hard for them to even describe what's happening and pinpoint the actual error.
Comment #3
marvil07 commentedlet's try
Comment #4
marvil07 commentedOk, here a patch :-)
My only two concerns ar:
Comment #5
mikey_p commentedI added a little validation, I think generally, the escaping looks fine, and this patch works great for me.
Comment #6
marvil07 commentedThanks for the changes :-)
One little addition: Add special validation when using 'git'(default value for the git binary path) as git binary.
I think this is ready.
Comment #7
sdboyer commented+1
Comment #8
sdboyer commentedComment #9
marvil07 commentedAfter asking sdboyer opinion on IRC, I committed this.
Comment #10
mikey_p commentedAdding back issue tag