ungit
ungit copied to clipboard
Capitalize "bugfix" automatically
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.
I can reproduce the issue on my side, maybe it is related to some browser auto-fill / auto-correct / spell check feature?
@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.
I can't reproduce either