ungit icon indicating copy to clipboard operation
ungit copied to clipboard

Capitalize "bugfix" automatically

Open kaizvn opened this issue 3 years ago • 3 comments

Reproceduce steps:

  • Create a branch named "bugfix/xxx"

Actual result:

  • Branch named "Bugfix/xxx" is created.

Expected result:

  • Branch named "bugfix/xxx" is created.

I tried "bug" "bugfix", "feature" , "budget" : all is correct, but with format "bugfix/" it went wrong.

kaizvn avatar Mar 11 '21 04:03 kaizvn

I can reproduce the issue on my side, maybe it is related to some browser auto-fill / auto-correct / spell check feature?

campersau avatar Mar 11 '21 11:03 campersau

@campersau I do not think that is the root cause, since I do create branch named "bugfix/...." by command, but later in ungit' UI displaying branch named 'Bugfix/...." instead of "bugfix/...." and it was grey out ( uncheckout branch). Moreover I cannot push branch "bugfix/..." locally as well, have to checkout branch "Bugfix/..." then push changes.

kaizvn avatar Mar 18 '21 08:03 kaizvn

I can't reproduce either

ylecuyer avatar Mar 18 '21 19:03 ylecuyer