perf(git-locked): replace sed by cut

This commit is contained in:
Rudxain 2026-05-25 17:46:52 -04:00
parent 99207eee8e
commit 57a529a2b2
No known key found for this signature in database
GPG key ID: 0DAC837DDEF8E96C

View file

@ -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-