On Sat, Apr 08, 2017 at 03:16:50PM +0100, Daniel Silverstone wrote:
Repo:
https://git.gitano.org.uk/gitano.git
Ref: dsilvers/update-on-create
sha1: ec05045e9f29a9cb9f7d1a0a9d38b8b3d13275af
Without the update-server-info files, smart HTTP can fail and also gitweb and
the like get sad. This ensures that on realisation the files are created so
that the repo is immediately usable.
Nice catch!
Test comes first (and will fail without the followon commit)
Thanks for providing a regression test.
I can imagine this is the kind of thing that can get broken during refactor.
I prefer if regression tests come after the code that fixes the bug
since it's nicer for bisection,
but I'm fairly sure the full-bisectability ship has already sailed,
so I haven't reordered your commits.
Thanks for the patch. I have merged it.