fix git (un)lock with spaced filenames by ax1036 · Pull Request #935 · tj/git-extras
Navigation Menu
{{ message }}
tj / git-extras Public
- Notifications You must be signed in to change notification settings
- Fork 1.2k
Merged
fix git (un)lock with spaced filenames#935
spacewander merged 1 commit intotj:masterfrom
fix git (un)lock with spaced filenames#935
spacewander merged 1 commit intotj:masterfrom
Conversation
Copy link Copy Markdown
Contributor
ax1036
commented
Aug 10, 2021
ax1036
commented
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 approved these changes Aug 10, 2021
spacewander
merged commit
a07c5ec
into
tj:master
ax1036
deleted the
git-un-lock
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment