ocaml / dune

A composable build system for OCaml.
https://dune.build/
MIT License
1.64k stars 409 forks source link

fix: Allow any ref of a Git repo in the fragment #11147

Open Leonidas-from-XIV opened 3 days ago

Leonidas-from-XIV commented 3 days ago

This reverses the split of branches and tags from #11127, instead putting all possible references (e.g. also pull requests) in the same map and implements short-hands for looking up unqualified refs.

Fixes #11140