gitext-rs / git-stack

Stacked branch management for Git
Apache License 2.0
496 stars 19 forks source link

fix: Identify parent branch with release branches #238

Closed epage closed 1 year ago

epage commented 1 year ago

In cargo, the release branch points to a parent commit of master and master was being selected instead because we didn't prioritize shorter distance.

iirc we do caching of commit counts, so this shouldn't slow us down.