[Libre-soc-dev] git hashes are different?
Jacob Lifshay
programmerjake at gmail.com
Wed Aug 21 19:41:54 BST 2024
On August 21, 2024 11:29:57 AM PDT, Dmitry Selyutin via Libre-soc-dev <libre-soc-dev at lists.libre-soc.org> wrote:
> Hi folks,
>
> I've been checking the comments regarding cavatools tasks I did.
> Usually my comments include references to git commits.
> But, when I tried to visit any of these links, I got an "unknown commit object".
> Does anyone have any ideas on this? Almost as if all git commits were recreated.
isn't that because you were still working on the code so rebased the feature branches more as was your usual practice, so the old commits no longer had a branch pointing to them, so git garbage collected them? if there's a branch or tag pointing to those commits they should be kept...I'm not aware of branches/tags being deleted.
if they're still in your local repositories (due to git's reflog keeping them alive), you could create a branch or tag for them and push them...maybe name them like bug_123_comment_45
Jacob
More information about the Libre-soc-dev
mailing list