back and git-bug disagree about the bug short-hashes

1ca74c4
Opened by Benedikt Peetz <benedikt.peetz@b-peetz.de> at 2024-12-27 13:01:08
  1. git-bug derives the ID by sha256 hashing the JSON data of the entity, whilst back—reasonably—just uses the git hash of the commit object.

    I am not so sure which approach is better, but I do sort-of prefer back's, as that allow us to actually work with git (e.g., git cat-file -p <ID>.)

    Benedikt Peetz at 2024-12-26 12:31:43

  2. If this won't cause trouble, i'd like to stick with back using the hash of the commit object

    Silas Schöffel at 2024-12-27 13:01:08