This gets rid of the special casing code for pseudorefs in refs.c This is in preparation for reftable. Han-Wen Nienhuys (2): Modify pseudo refs through ref backend storage Make HEAD a PSEUDOREF rather than PER_WORKTREE. refs.c | 127 ++++-------------------------------------- refs/files-backend.c | 11 ++-- t/t1400-update-ref.sh | 6 +- 3 files changed, 20 insertions(+), 124 deletions(-) base-commit: a08a83db2bf27f015bec9a435f6d73e223c21c5e Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-673%2Fhanwen%2Fpseudoref-v1 Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-673/hanwen/pseudoref-v1 Pull-Request: https://github.com/gitgitgadget/git/pull/673 -- gitgitgadget