From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason at zx2c4.com (Jason A. Donenfeld) Date: Mon, 19 Jan 2015 17:55:41 +0100 Subject: [PATCH v2] Support Git over HTTP using git-http-backend In-Reply-To: <1419872165-23537-1-git-send-email-bluewind@xinu.at> References: <1419869598-19217-1-git-send-email-bluewind@xinu.at> <1419872165-23537-1-git-send-email-bluewind@xinu.at> Message-ID: On Mon, Dec 29, 2014 at 5:56 PM, Florian Pritz wrote: > > +http-backend-path:: > + Path to the git-http-backend smart HTTP backend binary. > +http-backend-path=/usr/lib/git-core/git-http-backend > Instead of all this, why not just a: execlp("git", "git", "http-backend", NULL); This leaves resolution to PATH and git's resolver, which should be more coherent. -------------- next part -------------- An HTML attachment was scrubbed... URL: