Hi Björn, Björn Höfling <bjoern.hoefl...@bjoernhoefling.de> skribis:
> $>guix pull --commit=d20647722ad36024a3a0b6e1e75c1ba49b9f61dz > Updating from Git repository at 'https://git.savannah.gnu.org/git/guix.git'... > guix pull: error: Git error: unable to parse OID - contains invalid characters This was actually and out-of-bounds read in Guile-Git (!), now fixed: https://gitlab.com/guile-git/guile-git/commit/d37a40de69d727529fe2aebb6afcf362bf8e9ba7 Furthermore, ‘guix pull’ now supports short IDs provided a recent-enough Guile-Git is available: https://git.savannah.gnu.org/cgit/guix.git/commit/?id=95bd9f65a8ee64d17707a76aebc8720bbd961b68 Thanks, Ludo’.