Page MenuHomePhabricator

Ensure that git handles `git-update-server-info` automatically
Closed, DeclinedPublic

Description

Investigate using git hooks rather than calling git update-server-info ourselves. https://git-scm.com/book/en/v1/Git-on-the-Server-The-Protocols#The-HTTP/S-Protocol

Revisions and Commits

Event Timeline

thcipriani raised the priority of this task from to Needs Triage.
thcipriani updated the task description. (Show Details)
thcipriani added projects: Scap, Deployments.
demon added a revision: Restricted Differential Revision.Oct 26 2015, 9:35 PM
mmodell moved this task from To Triage to Next: Maintenance on the Deployments board.

Per IRC. We can't really do this because the hooks we want aren't fired on tagging. And there's no post-tag hook. What we're doing works, and we can't do much better at the moment.