I’m trying to prepare a pijul-pijul package for the AUR.
This requires finding out a unique identifier for the state of the source code.
As far as I understand it, the IDs printed by pijul log
are the change IDs, which only point to a certain change, which in turn could come at a different position in my repo than in any other and thus cannot point to a certain state of the source.
So this is my question: Is there a (simple) way in pijul to refer to a certain fixed (or at least semi-fixed) state of the repo?
If that is not possible, then is there a way to list only the set of change IDs that are not depended on (i. e. a minimal set of changes to reach the current state)?
Thanks in advance!