Jeff King [off-list ref] writes:
In the patch I sent out a few hours ago I just caved and made
refs/heads/ci-config the magic ref, in order to avoid complexity.
But it also wouldn't be too bad to say "look, you can store this however
you like in refs/heads/ or not at all, but install it into place with
git push <remote> HEAD:refs/ci/config". The audience is git.git
developers (and even advanced ones whose workflows involve tweaking
their CI config), so I'd like to think they could figure it out.
I have a feeling that fewer than 5 people in the world will end up using
this feature either way. ;)
Yeah, let's not spend too much time and too many cycles to
overengineer it.
Thanks.