Adding an additional git prompt symbol for a branch's tracking state#202
Adding an additional git prompt symbol for a branch's tracking state#202dahlbyk merged 1 commit intodahlbyk:masterfrom
Conversation
|
Why not the ↕ symbol for both ahead and behind? As for the fonts, |
|
Testing in ConEmu/PowerShell under Windows 7 all four symbols render correctly in the below fonts using:
I'll update the ahead & behind symbol to use ↕ as it is more appropriate. |
d00904b to
7acc70b
Compare
|
Sorry for the delayed response - your implementation and testing seems quite thorough, I just haven't had an opportunity to dig in for a final review due to recent travel. Soon, I hope! |
|
No problem, just wanted to make sure there was nothing currently outstanding for me to do 😄 |
|
Looks great to me. As for the space, I prefer the first one, with the space between the arrow and the branch name. |
|
I also prefer the first one. The additional space makes it easier to read. |
|
I should have just merged this months ago. Great work, @paulmarsy! |
Adding an additional git prompt symbol for a branch's tracking state
@dahlbyk pull request for issues:
#172
#190
As per the discussion in #190
I also added a space between the branch name and symbol for clarity.
Should the
DelimTextcharacter be used to segment the different parts of the prompt?In sync with no local changes






In sync with unstaged local changes
In sync with staged local changes
Ahead of the remote branch
Behind the remote branch
Both ahead & behind the remote branch
The three unicode characters used (0x2261, 0x2191 & 0x2193) render correctly in:
RE: @bazzilic & #190 (comment) I'm unsure where to find and test those fonts.