mbox series

[0/2] Allow writing invalid OIDs into refs for testing purposes

Message ID pull.1147.git.git.1637855761.gitgitgadget@gmail.com (mailing list archive)
Headers show
Series Allow writing invalid OIDs into refs for testing purposes | expand

Message

Linus Arver via GitGitGadget Nov. 25, 2021, 3:55 p.m. UTC
this covers a few cases of direct filesystem access to the ref database in
tests.

Han-Wen Nienhuys (2):
  refs: update comment.
  refs: allow skipping OID verification

 refs.h               |  8 ++++++-
 refs/files-backend.c | 53 +++++++++++++++++++++++++-------------------
 t/t1006-cat-file.sh  |  5 ++---
 t/t3800-mktag.sh     |  6 +++--
 4 files changed, 43 insertions(+), 29 deletions(-)


base-commit: 5f439a0ecfb4657100ec1e56ef9c6eca963b5a94
Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-git-1147%2Fhanwen%2Fskip-verification-v1
Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-git-1147/hanwen/skip-verification-v1
Pull-Request: https://github.com/git/git/pull/1147