0

Search branch name while typing in "Add branch.."

b4nd0ler0 4 years ago updated 4 years ago 1

This is a common workflow here: create a branch off current branch to rebase

  • Having branch "Feature longname" we're going to rebase it onto developement and name it "Feature longname-r-1"
  • Click on [Branch] button and in the Add branch at current HEAD commit modal type "Feature long"

Expected: the branch names are searched and "Feature longname" string is inserted in the text box so we just add "r-1" and be done.

When exactly the search and replace should be triggered? Please take a look at the current Add Tag dialog and press Ctrl+Space - do you want to get something similar for the Add Branch dialog?

Hi, sorry for the belated reply. Missed the email notification for this message.

Ok, I would expected it to be triggered while just typing, usually this stuff is done after the first 3 or 4 characters. But since you already have a similar functinality behaviour for tag names (which I wasn't aware of BTW) I could settle for that too.