Jamie Landeg-Jones <jamie@xxxxxxxxxxx> writes: > I actually have an intermediate script that is called by httpd, that itself > execs git-http-backend, so all I needed to do was add the line > > export HOME=/.../git-web-user/ > > before the exec, and it now works as expected, picking up .gitconfig from the > .../git-web-user/ directory. Good. > So, in my mind, the fix is to fix the "." directory requirement, and document > the potential need to set HOME. Good, too. Thanks for a success report.