-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Workaround for broken format on Windows #9
Conversation
I think we can do this a little more elegantly. Like building our format string using a few bash variables, and we'll only branch for the first. Know what i mean? |
If you mean to remove all duplication, I totally agree. I was going to do just that. If you that's not what you mean, then forgive my ignorance. This is the first time ever I work on a bash script! The reason I did it like this is because I don't have access to a proper console (i.e. one where I'll try and set up a Linux VM to give this another shot. |
Tried this on Git Bash on Windows as well as on "Bash on Ubuntu on Windows" (that's a mouthful). Both seem to work properly. Please try it on macOS when you get a chance, as I don't have access to a Mac computer. I have also reported the |
- Make OS detection logic more POSIX-ish - Add CYGWIN and CYGWIN Windows variants
Fixed. Tested on Mac, Linux, and Windows. Working consistently across all. Sorry about that. |
looks good. thx! |
Before
After
Essentially, this trades yellow refnames with proper alignment. Once
column
is fixed, this can then be burned to ashes. This only affects Windows.Ref. #8