Skip to content
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

fix git (un)lock with spaced filenames #935

Merged
merged 1 commit into from
Aug 11, 2021
Merged

Conversation

ax1036
Copy link
Contributor

@ax1036 ax1036 commented Aug 10, 2021

Before:

$ git lock "filename including spaces.oh"
git-lock: line 37: test: too many arguments
fatal: Unable to mark file filename 

After:

$ git lock "filename including spaces.oh"
$ git unlock "filename including spaces.oh"

@spacewander spacewander merged commit a07c5ec into tj:master Aug 11, 2021
@ax1036 ax1036 deleted the git-un-lock branch August 11, 2021 13:47
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