mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
perf(git-locked): replace sed by cut
This commit is contained in:
parent
99207eee8e
commit
57a529a2b2
|
|
@ -1,3 +1,3 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
git ls-files -v | grep ^S | sed -e 's|S ||'
|
||||
git ls-files -v | grep ^S | cut -c3-
|
||||
|
|
|
|||
Loading…
Reference in a new issue