Skip to content

Conversation

@jankatins
Copy link
Contributor

  • Fix a regression ("!" needs to be escaped when enabledelayedexpansion is used -> this destroyed the shebang line and resulted in not useable commands...)
  • check for write rights to the install directory
  • add information about column.exe, which will be included in the next Git for Windows release

This was a regression introduced by the useage of `enabledelayedexpansion`,
which results in `!` treated as variable identifier like `%`. The result
was that git didn't treat the scripts as git commands...
This was happening earlier as well, but the error messages were the
raw messages from the failed writes...
column.exe will be available in the next git release:
git-for-windows/build-extra#92

Also convert tabs to spaces... Was mixed up to now :-/
@qw3rtman qw3rtman added this to the 4.1.0 milestone Jan 10, 2016
@jankatins
Copy link
Contributor Author

If the rest of this PR is controversial, please at least cherry pick the first commit, as this fixes a brown paper bug in my last PR which currently makes all installed scripts unusable on windows :-(

qw3rtman added a commit that referenced this pull request Jan 14, 2016
@qw3rtman qw3rtman merged commit 642eede into tj:master Jan 14, 2016
@qw3rtman
Copy link
Collaborator

Thanks, @JanSchulz!

tardypad pushed a commit to tardypad/git-extras that referenced this pull request Jul 13, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants