On Fri, Apr 12, 2013 at 07:26:36AM -0400, W. Trevor King wrote:
On Fri, Apr 12, 2013 at 01:05:50AM -0400, Jeff King wrote:
quoted
Like many programs that switch user id, the daemon does not reset
environment variables such a `$HOME` when it runs git programs like
`upload-pack` and `receive-pack`. When using this option, you may also
want to set and export `HOME` to point at the home directory of
`<user>` before starting the daemon, and make sure the Git
configuration file in that directory are readable by `<user>`.
How about "and make sure any Git configuration files", since there
might not be any Git configuration files.
Yeah, that is better. Thanks.
-Peff