Persistent store with Git semantics: lazy reads, delayed writes, content-addressing
at main 5 lines 178 B view raw
1#!/bin/sh 2# Normalize variable output for reproducible tests 3# - Replace hashes with HASH 4# - Strip trailing whitespace 5sed 's/[a-f0-9]\{7,40\}/HASH/g' | sed 's/[[:space:]]*$//'