robertgzr / porcelain

a git status parser
MIT License
34 stars 7 forks source link

Branch names containing forward slash #1

Closed robertgzr closed 7 years ago

robertgzr commented 7 years ago

Branch names that contain a forward slash (/) are displayed with out the slash and whatever precedes it.

Output of porcelain -debug:


Implement a proper parser instead of using regex!