FredrikNoren / ungit

The easiest way to use git. On any platform. Anywhere.
MIT License
10.42k stars 637 forks source link

Capitalize "bugfix" automatically #1469

Open kaizvn opened 3 years ago

kaizvn commented 3 years ago

Reproceduce steps:

Actual result:

Expected result:

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

campersau commented 3 years ago

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

kaizvn commented 3 years ago

@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.

ylecuyer commented 3 years ago

I can't reproduce either