mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-15 18:50:29 -06:00
Print Ref values as #123 instead of 123 Since our hashes are SHA-512 and we write them using Base32 there are a lot of overlaps with other parts of NomDL. This makes them unambiguous. Towards #1466