|
|
|
|
|
by fragmede
439 days ago
|
|
The git tag hash references a commit. Without the commit metadata, you don't have a tree object and thus don't know any hashes. You can take the files on disk and compute the hash and furthermore you can take that hash and make a tree object. but without the commit, all you can say is you have a tree object, you don't have a tree object for the commit in question to compare it to. |
|
I'm at a loss. You keep saying something can't be done, but it can, and it's not even hard.