gitingest icon indicating copy to clipboard operation
gitingest copied to clipboard

feat: avoid using branch references

Open NicolasIRAGNE opened this issue 4 months ago • 0 comments
trafficstars

We currently do most of the logic using the branch name, which, for now does not cause any major issues but might interfere with future changes.

We should only use the branch name to deduce the actual commit hash, and use that thereafter.

Would greatly ease implementation of #342 #343

NicolasIRAGNE avatar Jun 30 '25 22:06 NicolasIRAGNE