abentley / oaf

A Git client that brings a more user-friendly CLI to Git.
Apache License 2.0
9 stars 1 forks source link

Branch name manipulation should take pipes into account #57

Open abentley-ssimwave opened 1 year ago

abentley-ssimwave commented 1 year ago

Renaming a branch should rename its references in the previous and next pipes. Or maybe we make a symbolic reference from the old name? Also, we should do something when a branch in a pipeline is deleted. (likely: join its next and previous pipes directly together)

abentley-ssimwave commented 1 year ago

Also, when a branch is renamed, its own pipe-next and pipe-prev references need to be updated to the new name, so that they can be found.